Skip to content

Commit 6d4fe0e

Browse files
committed
🆙 upgrade dependencies
1 parent 44bb5a2 commit 6d4fe0e

File tree

8 files changed

+1269
-1011
lines changed

8 files changed

+1269
-1011
lines changed

‎.pnp.cjs

Lines changed: 891 additions & 744 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@yarnpkg/pnpify": "4.1.3"
1616
},
1717
"devDependencies": {
18-
"@lerna-lite/cli": "3.12.0",
19-
"@lerna-lite/publish": "3.12.0",
18+
"@lerna-lite/cli": "3.12.1",
19+
"@lerna-lite/publish": "3.12.1",
2020
"@uiengine/adapter-html": "workspace:*",
2121
"@uiengine/cli": "workspace:*",
2222
"@uiengine/core": "workspace:*",
@@ -41,7 +41,7 @@
4141
"tslib": "2.8.1",
4242
"uglify-js": "3.19.3",
4343
"vue-template-compiler": "2.7.16",
44-
"webpack": "5.97.1",
44+
"webpack": "5.98.0",
4545
"webpack-cli": "6.0.1"
4646
},
4747
"scripts": {

‎packages/adapter-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@uiengine/util": "workspace:*",
3131
"deepmerge": "4.3.1",
32-
"postcss": "8.5.1"
32+
"postcss": "8.5.3"
3333
},
3434
"devDependencies": {
3535
"eslint": "8.57.1",

‎packages/adapter-webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"webpack-virtual-modules": "0.6.2"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "7.26.7",
41-
"@babel/preset-env": "7.26.7",
40+
"@babel/core": "7.26.9",
41+
"@babel/preset-env": "7.26.9",
4242
"@babel/preset-react": "7.26.3",
4343
"@babel/register": "7.25.9",
4444
"@vue/compiler-sfc": "3.5.13",
@@ -65,7 +65,7 @@
6565
"vue-server-renderer": "2.7.16",
6666
"vue-style-loader": "4.1.3",
6767
"vue-template-compiler": "2.7.16",
68-
"webpack": "5.97.1",
68+
"webpack": "5.98.0",
6969
"webpack-node-externals": "3.0.0"
7070
},
7171
"optionalDependencies": {

‎packages/ui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lint": "eslint --fix --ext .js,.vue src test"
3636
},
3737
"dependencies": {
38-
"@babel/runtime": "7.26.7",
38+
"@babel/runtime": "7.26.9",
3939
"@uiengine/util": "workspace:*",
4040
"color": "4.2.3",
4141
"cross-env": "7.0.3",
@@ -52,15 +52,15 @@
5252
"yall-js": "3.2.0"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "7.26.7",
55+
"@babel/core": "7.26.9",
5656
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
5757
"@babel/plugin-syntax-dynamic-import": "7.8.3",
58-
"@babel/plugin-transform-runtime": "7.25.9",
59-
"@babel/preset-env": "7.26.7",
58+
"@babel/plugin-transform-runtime": "7.26.9",
59+
"@babel/preset-env": "7.26.9",
6060
"@vue/compiler-sfc": "3.5.13",
6161
"autoprefixer": "10.4.20",
6262
"babel-loader": "9.2.1",
63-
"caniuse-lite": "1.0.30001696",
63+
"caniuse-lite": "1.0.30001700",
6464
"clipboard": "2.0.11",
6565
"compile-ejs-loader": "0.0.3",
6666
"copy-webpack-plugin": "12.0.2",
@@ -84,7 +84,7 @@
8484
"mocha": "11.1.0",
8585
"mocha-sinon": "2.1.2",
8686
"node-notifier": "10.0.1",
87-
"postcss": "8.5.1",
87+
"postcss": "8.5.3",
8888
"postcss-import": "16.1.0",
8989
"postcss-loader": "8.1.1",
9090
"rimraf": "6.0.1",
@@ -98,7 +98,7 @@
9898
"vue-loader": "15.11.1",
9999
"vue-style-loader": "4.1.3",
100100
"vue-template-compiler": "2.7.16",
101-
"webpack": "5.97.1",
101+
"webpack": "5.98.0",
102102
"webpack-bundle-analyzer": "4.10.2",
103103
"webpack-cli": "6.0.1",
104104
"webpack-merge": "6.0.1"

‎test/acceptance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"serve": "cd ../project && yarn run standalone"
1919
},
2020
"devDependencies": {
21-
"cypress": "14.0.1",
21+
"cypress": "14.0.3",
2222
"eslint": "8.57.1",
2323
"eslint-config-standard": "17.1.0",
2424
"eslint-import-resolver-node": "0.3.9",

‎test/project/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"vue-server-renderer": "2.7.16"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.26.7",
35-
"@babel/parser": "7.26.7",
34+
"@babel/core": "7.26.9",
35+
"@babel/parser": "7.26.9",
3636
"@babel/plugin-syntax-dynamic-import": "7.8.3",
3737
"@babel/plugin-transform-react-jsx": "7.25.9",
38-
"@babel/preset-env": "7.26.7",
38+
"@babel/preset-env": "7.26.9",
3939
"@babel/preset-react": "7.26.3",
4040
"@babel/register": "7.25.9",
4141
"@uiengine/adapter-css": "workspace:*",
@@ -74,7 +74,7 @@
7474
"vue-loader": "15.11.1",
7575
"vue-style-loader": "4.1.3",
7676
"vue-template-compiler": "2.7.16",
77-
"webpack": "5.97.1",
77+
"webpack": "5.98.0",
7878
"webpack-merge": "6.0.1",
7979
"webpack-node-externals": "3.0.0"
8080
}

0 commit comments

Comments
 (0)