Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix(deps): update minor and patch (#464)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent b9661f7 commit c2256f6
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 267 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/qlik-oss/sn-list-objects#readme",
"devDependencies": {
"@nebula.js/cli-serve": "5.4.2",
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"@release-it-plugins/workspaces": "4.2.0",
"@release-it/conventional-changelog": "5.1.1",
"conventional-recommended-bump": "7.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/sn-filter-pane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/systemjs": "^6.1.1",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"babel-eslint": "^10.1.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-mocha": "10.5.0",
Expand All @@ -92,11 +92,11 @@
"@nebula.js/stardust": ">=5.3.0"
},
"dependencies": {
"@mui/icons-material": "6.1.0",
"@mui/material": "6.1.0",
"@mui/icons-material": "6.1.1",
"@mui/material": "6.1.1",
"extend": "^3.0.2",
"lodash": "4.17.21",
"qlik-chart-modules": "^0.76.0",
"qlik-chart-modules": "^0.77.0",
"uuid": "^10.0.0"
}
}
Loading

0 comments on commit c2256f6

Please sign in to comment.