Skip to content

Commit b1e6733

Browse files
chore(deps): update minor and patch
1 parent 3b542e0 commit b1e6733

File tree

9 files changed

+409
-335
lines changed

9 files changed

+409
-335
lines changed

apis/nucleus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"private": true,
55
"main": "src/index.js",
66
"devDependencies": {
7-
"@emotion/react": "^11.13.0",
7+
"@emotion/react": "^11.13.3",
88
"@emotion/styled": "^11.13.0",
9-
"@mui/icons-material": "^5.16.6",
10-
"@mui/material": "^5.16.6",
9+
"@mui/icons-material": "^5.16.7",
10+
"@mui/material": "^5.16.7",
1111
"@nebula.js/conversion": "^5.4.1",
1212
"@nebula.js/locale": "^5.4.1",
1313
"@nebula.js/supernova": "^5.4.1",

apis/stardust/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"module": "esm/index.js",
33
"peerDependencies": {
4-
"@mui/material": "^5.16.6",
5-
"@mui/icons-material": "^5.16.6",
6-
"@emotion/react": "^11.13.0",
4+
"@mui/material": "^5.16.7",
5+
"@mui/icons-material": "^5.16.7",
6+
"@emotion/react": "^11.13.3",
77
"@emotion/styled": "^11.13.0",
88
"react": "^17.0.2 || ^18.1.0",
99
"react-dom": "^17.0.2 || ^18.1.0"

apis/stardust/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"version": "yarn run spec && yarn run ts && git add ./api-spec/spec.json ./api-spec/listbox-spec.json ./types/index.d.ts"
4242
},
4343
"devDependencies": {
44-
"@emotion/react": "^11.13.0",
44+
"@emotion/react": "^11.13.3",
4545
"@emotion/styled": "^11.13.0",
46-
"@mui/icons-material": "^5.16.6",
47-
"@mui/material": "^5.16.6",
46+
"@mui/icons-material": "^5.16.7",
47+
"@mui/material": "^5.16.7",
4848
"@nebula.js/conversion": "^5.4.1",
4949
"@nebula.js/enigma-mocker": "^5.4.1",
5050
"@nebula.js/locale": "^5.4.1",
5151
"@nebula.js/nucleus": "^5.4.1",
5252
"@nebula.js/supernova": "^5.4.1",
5353
"@nebula.js/theme": "^5.4.1",
5454
"@nebula.js/ui": "^5.4.1",
55-
"@qlik/api": "^1.14.0",
55+
"@qlik/api": "^1.16.0",
5656
"@scriptappy/cli": "0.10.0",
5757
"@scriptappy/from-jsdoc": "0.19.0",
5858
"@scriptappy/to-dts": "1.0.0",

commands/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/cli": "7.24.8",
2525
"@babel/core": "7.25.2",
2626
"@babel/plugin-transform-react-jsx": "7.25.2",
27-
"@babel/preset-env": "7.25.3",
27+
"@babel/preset-env": "7.25.4",
2828
"@rollup/plugin-babel": "6.0.4",
2929
"@rollup/plugin-commonjs": "26.0.1",
3030
"@rollup/plugin-json": "6.1.0",
@@ -34,7 +34,7 @@
3434
"chalk": "4.1.2",
3535
"extend": "3.0.2",
3636
"postcss": "^8.4.41",
37-
"rollup": "4.20.0",
37+
"rollup": "4.21.1",
3838
"rollup-plugin-postcss": "4.0.2",
3939
"rollup-plugin-sourcemaps": "0.6.3",
4040
"yargs": "17.7.2"

commands/sense/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@babel/cli": "7.24.8",
3131
"@babel/core": "7.25.2",
32-
"@babel/preset-env": "7.25.3",
32+
"@babel/preset-env": "7.25.4",
3333
"@nebula.js/stardust": "^5.4.1",
3434
"@rollup/plugin-babel": "6.0.4",
3535
"@rollup/plugin-commonjs": "26.0.1",
@@ -39,7 +39,7 @@
3939
"extend": "3.0.2",
4040
"fs-extra": "11.2.0",
4141
"node-event-emitter": "0.0.1",
42-
"rollup": "4.20.0",
42+
"rollup": "4.21.1",
4343
"yargs": "17.7.2"
4444
}
4545
}

commands/serve/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@nebula.js/cli-build": "^5.4.1",
34-
"@qlik/sdk": "0.27.1",
34+
"@qlik/sdk": "0.28.0",
3535
"body-parser": "1.20.2",
3636
"chalk": "4.1.2",
3737
"chokidar": "3.6.0",
@@ -43,18 +43,18 @@
4343
"puppeteer": "14.4.1",
4444
"regenerator-runtime": "0.14.1",
4545
"source-map-loader": "5.0.0",
46-
"webpack": "5.93.0",
46+
"webpack": "5.94.0",
4747
"webpack-cli": "5.1.4",
4848
"webpack-dev-server": "4.15.2",
4949
"ws": "8.18.0",
5050
"yargs": "17.7.2"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "7.25.2",
54-
"@babel/preset-env": "7.25.3",
54+
"@babel/preset-env": "7.25.4",
5555
"@babel/preset-react": "7.24.7",
56-
"@mui/material": "^5.16.6",
57-
"@mui/system": "^5.16.6",
56+
"@mui/material": "^5.16.7",
57+
"@mui/system": "^5.16.7",
5858
"@nebula.js/enigma-mocker": "^5.4.1",
5959
"@nebula.js/nucleus": "^5.4.1",
6060
"@nebula.js/snapshooter": "^5.4.1",
@@ -67,10 +67,10 @@
6767
"eslint-import-resolver-alias": "1.1.2",
6868
"eslint-import-resolver-webpack": "0.13.8",
6969
"file-loader": "^6.2.0",
70-
"monaco-editor": "0.50.0",
70+
"monaco-editor": "0.51.0",
7171
"monaco-editor-webpack-plugin": "7.1.0",
7272
"react": "18.3.1",
7373
"react-dom": "18.3.1",
74-
"react-router-dom": "6.26.0"
74+
"react-router-dom": "6.26.1"
7575
}
7676
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
"@babel/helper-plugin-utils": "7.24.8",
4343
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
4444
"@babel/plugin-transform-react-jsx": "7.25.2",
45-
"@babel/preset-env": "7.25.3",
45+
"@babel/preset-env": "7.25.4",
4646
"@babel/preset-react": "7.24.7",
47-
"@commitlint/cli": "19.3.0",
47+
"@commitlint/cli": "19.4.0",
4848
"@commitlint/config-conventional": "19.2.2",
49-
"@playwright/test": "1.45.2",
49+
"@playwright/test": "1.46.1",
5050
"@rollup/plugin-babel": "6.0.4",
5151
"@rollup/plugin-commonjs": "26.0.1",
5252
"@rollup/plugin-json": "6.1.0",
5353
"@rollup/plugin-node-resolve": "15.2.3",
5454
"@rollup/plugin-replace": "5.0.7",
5555
"@rollup/plugin-terser": "0.4.4",
56-
"@testing-library/jest-dom": "^6.4.8",
56+
"@testing-library/jest-dom": "^6.5.0",
5757
"@testing-library/react": "^14.3.1",
5858
"@testing-library/user-event": "^14.5.2",
5959
"babel-loader": "9.1.3",
@@ -66,39 +66,39 @@
6666
"eslint-config-airbnb": "19.0.4",
6767
"eslint-config-prettier": "9.1.0",
6868
"eslint-plugin-import": "2.29.1",
69-
"eslint-plugin-jest": "^28.7.0",
69+
"eslint-plugin-jest": "^28.8.0",
7070
"eslint-plugin-jsx-a11y": "6.9.0",
7171
"eslint-plugin-mocha": "10.5.0",
7272
"eslint-plugin-prettier": "5.2.1",
7373
"eslint-plugin-react": "7.35.0",
7474
"express": "4.19.2",
75-
"husky": "9.1.4",
75+
"husky": "9.1.5",
7676
"jest": "^29.7.0",
7777
"jest-environment-jsdom": "^29.7.0",
7878
"jest-junit": "^16.0.0",
7979
"jest-location-mock": "^2.0.0",
8080
"jimp": "0.22.12",
8181
"lerna": "8.1.8",
82-
"lint-staged": "^15.2.8",
82+
"lint-staged": "^15.2.9",
8383
"mocha-junit-reporter": "2.2.1",
8484
"picasso-plugin-q": "2.2.8",
8585
"picasso.js": "2.2.8",
8686
"prettier": "3.3.3",
8787
"puppeteer": "19.11.1",
8888
"qix-faker": "0.3.0",
89-
"rollup": "4.20.0",
89+
"rollup": "4.21.1",
9090
"rollup-plugin-dependency-flow": "0.3.0",
91-
"rollup-plugin-sass": "1.13.1",
91+
"rollup-plugin-sass": "1.13.2",
9292
"style-loader": "4.0.0",
9393
"whatwg-fetch": "^3.6.20",
9494
"yargs": "17.7.2"
9595
},
9696
"resolutions": {
97-
"**/caniuse-lite": "1.0.30001649",
97+
"**/caniuse-lite": "1.0.30001653",
9898
"**/react": "18.3.1",
9999
"**/react-dom": "18.3.1",
100100
"**/react-is": "18.3.1",
101-
"@playwright/test": "1.45.2"
101+
"@playwright/test": "1.46.1"
102102
},
103103
"workspaces": [
104104
"generated/*",

packages/ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"keywords": [],
99
"scripts": {},
1010
"peerDependencies": {
11-
"@emotion/react": "^11.13.0",
11+
"@emotion/react": "^11.13.3",
1212
"@emotion/styled": "^11.13.0",
13-
"@mui/icons-material": "^5.16.6",
14-
"@mui/material": "^5.16.6",
13+
"@mui/icons-material": "^5.16.7",
14+
"@mui/material": "^5.16.7",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@emotion/react": "^11.13.0",
19+
"@emotion/react": "^11.13.3",
2020
"@emotion/styled": "^11.13.0",
21-
"@mui/icons-material": "^5.16.6",
22-
"@mui/material": "^5.16.6",
21+
"@mui/icons-material": "^5.16.7",
22+
"@mui/material": "^5.16.7",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1"
2525
}

0 commit comments

Comments
 (0)