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 (#337)
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 Aug 5, 2023
1 parent 93503e3 commit e34a16a
Show file tree
Hide file tree
Showing 7 changed files with 506 additions and 627 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/qlik-oss/sn-list-objects#readme",
"devDependencies": {
"@nebula.js/cli-serve": "4.2.4",
"@nebula.js/cli-serve": "4.3.0",
"@playwright/test": "1.36.2",
"@release-it-plugins/workspaces": "3.2.0",
"@release-it/conventional-changelog": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sn-filter-pane/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@nebula.js/stardust": "4.2.4",
"@nebula.js/stardust": "4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
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 @@ -50,10 +50,10 @@
"@babel/preset-typescript": "^7.18.6",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@nebula.js/cli": "4.2.4",
"@nebula.js/cli-build": "4.2.4",
"@nebula.js/cli-sense": "4.2.4",
"@nebula.js/cli-serve": "4.2.4",
"@nebula.js/cli": "4.3.0",
"@nebula.js/cli-build": "4.3.0",
"@nebula.js/cli-sense": "4.3.0",
"@nebula.js/cli-serve": "4.3.0",
"@rollup/plugin-typescript": "11.1.2",
"@scriptappy/cli": "0.8.0",
"@scriptappy/from-jsdoc": "0.17.0",
Expand Down Expand Up @@ -88,8 +88,8 @@
"@nebula.js/stardust": ">=4.1.0"
},
"dependencies": {
"@mui/icons-material": "5.14.1",
"@mui/material": "5.14.2",
"@mui/icons-material": "5.14.3",
"@mui/material": "5.14.3",
"extend": "^3.0.2",
"lodash": "4.17.21",
"uuid": "^9.0.0"
Expand Down
377 changes: 137 additions & 240 deletions packages/sn-filter-pane/yarn.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/sn-listbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@babel/preset-typescript": "^7.18.6",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/material": "5.14.2",
"@nebula.js/cli": "4.2.4",
"@nebula.js/cli-build": "4.2.4",
"@nebula.js/cli-sense": "4.2.4",
"@nebula.js/cli-serve": "4.2.4",
"@mui/material": "5.14.3",
"@nebula.js/cli": "4.3.0",
"@nebula.js/cli-build": "4.3.0",
"@nebula.js/cli-sense": "4.3.0",
"@nebula.js/cli-serve": "4.3.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/enigma.js": "^2.2.2",
"@types/jest": "^29.2.1",
Expand Down
Loading

0 comments on commit e34a16a

Please sign in to comment.