Skip to content

Commit

Permalink
🆙 upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Mar 4, 2024
1 parent a5548d7 commit 6470683
Show file tree
Hide file tree
Showing 19 changed files with 1,560 additions and 1,136 deletions.
1,903 changes: 1,080 additions & 823 deletions .pnp.cjs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"@yarnpkg/pnpify": "4.0.1"
},
"devDependencies": {
"@lerna-lite/cli": "3.2.1",
"@lerna-lite/publish": "3.2.1",
"@lerna-lite/cli": "3.3.0",
"@lerna-lite/publish": "3.3.0",
"@uiengine/adapter-html": "workspace:*",
"@uiengine/cli": "workspace:*",
"@uiengine/core": "workspace:*",
"babel-plugin-syntax-jsx": "6.18.0",
"c8": "9.1.0",
"cross-env": "7.0.3",
"ejs": "3.1.9",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.21.1",
"eslint-plugin-vue": "9.22.0",
"fs-extra": "11.2.0",
"html-minifier": "4.0.0",
"mocha": "10.2.0",
"mocha": "10.3.0",
"mocha-lcov-reporter": "1.3.0",
"rimraf": "5.0.5",
"standard": "17.1.0",
"tslib": "2.6.2",
"uglify-js": "3.17.4",
"vue-template-compiler": "2.7.16",
"webpack": "5.90.1",
"webpack": "5.90.3",
"webpack-cli": "5.1.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@uiengine/util": "workspace:*",
"deepmerge": "4.3.1",
"postcss": "8.4.33"
"postcss": "8.4.35"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-ejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"devDependencies": {
"ejs": "3.1.9",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@uiengine/util": "workspace:*"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@uiengine/util": "workspace:*"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@uiengine/util": "workspace:*"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"marko": "4.25.0",
"mocha": "10.2.0",
"mocha": "10.3.0",
"mocha-sinon": "2.1.2",
"sinon": "17.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-nunjucks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"nunjucks"
],
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pug-walk": "2.0.0"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/adapter-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
"webpack-virtual-modules": "0.6.1"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/register": "7.23.7",
"@vue/compiler-sfc": "3.4.15",
"@vue/compiler-sfc": "3.4.21",
"babel-loader": "9.1.3",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-preset-vue": "2.0.2",
"chalk": "4.1.2",
"css-loader": "6.10.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.21.1",
"mocha": "10.2.0",
"eslint-plugin-vue": "9.22.0",
"mocha": "10.3.0",
"mocha-sinon": "2.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -65,7 +65,7 @@
"vue-server-renderer": "2.7.16",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.16",
"webpack": "5.90.1",
"webpack": "5.90.3",
"webpack-node-externals": "3.0.0"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"@uiengine/plugin-preview-a11y": "workspace:*",
"@uiengine/plugin-preview-toggle-class": "workspace:*",
"ejs": "3.1.9",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"handlebars": "4.7.8",
"marko": "4.25.0",
"mocha": "10.2.0",
"mocha": "10.3.0",
"mocha-sinon": "2.1.2",
"prop-types": "15.8.1",
"pug": "3.0.2",
Expand All @@ -74,7 +74,7 @@
},
"optionalDependencies": {
"browser-sync": "3.0.2",
"chokidar": "3.5.3",
"chokidar": "3.6.0",
"connect-history-api-fallback": "2.0.0"
},
"gitHead": "3d781693b2efbed9cd09bb0bd07360c10282fd9d"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-preview-a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"uiengine"
],
"dependencies": {
"axe-core": "4.8.3"
"axe-core": "4.8.4"
},
"devDependencies": {
"@uiengine/core": "workspace:*",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preview-toggle-class/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"devDependencies": {
"@uiengine/core": "workspace:*",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
Expand Down
30 changes: 15 additions & 15 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint": "eslint --fix --ext .js,.vue src test"
},
"dependencies": {
"@babel/runtime": "7.23.9",
"@babel/runtime": "7.24.0",
"@uiengine/util": "workspace:*",
"color": "4.2.3",
"cross-env": "7.0.3",
Expand All @@ -52,41 +52,41 @@
"yall-js": "3.2.0"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/core": "7.24.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@vue/compiler-sfc": "3.4.15",
"autoprefixer": "10.4.17",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/preset-env": "7.24.0",
"@vue/compiler-sfc": "3.4.21",
"autoprefixer": "10.4.18",
"babel-loader": "9.1.3",
"caniuse-lite": "1.0.30001583",
"caniuse-lite": "1.0.30001593",
"clipboard": "2.0.11",
"compile-ejs-loader": "0.0.3",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.10.0",
"css-minimizer-webpack-plugin": "4.2.2",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.21.1",
"eslint-plugin-vue": "9.22.0",
"eslint-webpack-plugin": "4.0.1",
"file-loader": "6.2.0",
"html-minifier": "4.0.0",
"html-webpack-plugin": "5.6.0",
"iframe-resizer": "4.3.9",
"mini-css-extract-plugin": "2.8.0",
"mocha": "10.2.0",
"mini-css-extract-plugin": "2.8.1",
"mocha": "10.3.0",
"mocha-sinon": "2.1.2",
"node-notifier": "10.0.1",
"postcss": "8.4.33",
"postcss-import": "16.0.0",
"postcss-loader": "8.1.0",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"postcss-loader": "8.1.1",
"rimraf": "4.4.1",
"run-sequence": "2.2.1",
"sinon": "15.2.0",
Expand All @@ -98,7 +98,7 @@
"vue-loader": "15.11.1",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.16",
"webpack": "5.90.1",
"webpack": "5.90.3",
"webpack-bundle-analyzer": "4.10.1",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},
"devDependencies": {
"@types/markdown-it": "13.0.7",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"mocha": "10.2.0",
"mocha": "10.3.0",
"mocha-sinon": "2.1.2",
"sinon": "17.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions test/acceptance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"serve": "cd ../project && yarn run standalone"
},
"devDependencies": {
"cypress": "13.6.4",
"eslint": "8.56.0",
"cypress": "13.6.6",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-cypress": "2.15.1",
Expand Down
14 changes: 7 additions & 7 deletions test/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"vue-server-renderer": "2.7.16"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/parser": "7.23.9",
"@babel/core": "7.24.0",
"@babel/parser": "7.24.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/preset-env": "7.23.9",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/register": "7.23.7",
"@uiengine/adapter-css": "workspace:*",
Expand All @@ -52,20 +52,20 @@
"@uiengine/plugin-preview-toggle-class": "workspace:*",
"@uiengine/ui": "workspace:*",
"@uiengine/util": "workspace:*",
"@vue/compiler-sfc": "3.4.15",
"@vue/compiler-sfc": "3.4.21",
"babel-loader": "9.1.3",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-preset-vue": "2.0.2",
"cross-env": "7.0.3",
"css-loader": "6.10.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.21.1",
"eslint-plugin-vue": "9.22.0",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"html-sketchapp-cli": "0.6.2",
Expand All @@ -74,7 +74,7 @@
"vue-loader": "15.11.1",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.16",
"webpack": "5.90.1",
"webpack": "5.90.3",
"webpack-merge": "5.10.0",
"webpack-node-externals": "3.0.0"
}
Expand Down
Loading

0 comments on commit 6470683

Please sign in to comment.