Skip to content

Commit

Permalink
🆙 upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed May 18, 2023
1 parent 03cdcd9 commit 933b661
Show file tree
Hide file tree
Showing 9 changed files with 736 additions and 4,335 deletions.
2,743 changes: 410 additions & 2,333 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 @@ -12,10 +12,10 @@
"url": "ssh://git@github.com/dennisreimann/uiengine.git"
},
"dependencies": {
"@yarnpkg/pnpify": "4.0.0-rc.43"
"@yarnpkg/pnpify": "4.0.0-rc.44"
},
"devDependencies": {
"@lerna-lite/cli": "1.17.0",
"@lerna-lite/cli": "2.4.0",
"@uiengine/adapter-html": "workspace:*",
"@uiengine/cli": "workspace:*",
"@uiengine/core": "workspace:*",
Expand All @@ -30,18 +30,18 @@
"eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.11.1",
"eslint-plugin-vue": "9.13.0",
"fs-extra": "11.1.1",
"html-minifier": "4.0.0",
"mocha": "10.2.0",
"mocha-lcov-reporter": "1.3.0",
"rimraf": "4.4.1",
"standard": "17.0.0",
"tslib": "2.5.0",
"tslib": "2.5.1",
"uglify-js": "3.17.4",
"vue-template-compiler": "2.7.14",
"webpack": "5.82.0",
"webpack-cli": "5.1.0"
"webpack": "5.83.1",
"webpack-cli": "5.1.1"
},
"scripts": {
"deps": "yarn upgrade-interactive",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@babel/register": "7.21.0",
"@vue/compiler-sfc": "3.2.47",
"@vue/compiler-sfc": "3.3.4",
"babel-loader": "9.1.2",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-preset-vue": "2.0.2",
Expand All @@ -54,7 +54,7 @@
"eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.11.1",
"eslint-plugin-vue": "9.13.0",
"mocha": "10.2.0",
"mocha-sinon": "2.1.2",
"react": "18.2.0",
Expand All @@ -65,7 +65,7 @@
"vue-server-renderer": "2.7.14",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.14",
"webpack": "5.82.0",
"webpack": "5.83.1",
"webpack-node-externals": "3.0.0"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"vue": "2.7.14"
},
"optionalDependencies": {
"browser-sync": "2.29.1",
"browser-sync": "2.29.3",
"chokidar": "3.5.3",
"connect-history-api-fallback": "2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preview-a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"uiengine"
],
"dependencies": {
"axe-core": "4.7.0"
"axe-core": "4.7.1"
},
"devDependencies": {
"@uiengine/core": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "7.21.5",
"@vue/compiler-sfc": "3.2.47",
"@vue/compiler-sfc": "3.3.4",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.2",
"caniuse-lite": "1.0.30001486",
"caniuse-lite": "1.0.30001488",
"clipboard": "2.0.11",
"compile-ejs-loader": "0.0.3",
"copy-webpack-plugin": "11.0.0",
Expand All @@ -74,7 +74,7 @@
"eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.11.1",
"eslint-plugin-vue": "9.13.0",
"eslint-webpack-plugin": "4.0.1",
"file-loader": "6.2.0",
"html-minifier": "4.0.0",
Expand All @@ -92,15 +92,15 @@
"sinon": "15.0.4",
"stylus": "0.59.0",
"stylus-loader": "7.1.0",
"terser-webpack-plugin": "5.3.8",
"terser-webpack-plugin": "5.3.9",
"uglify-js": "3.17.4",
"url-loader": "4.1.1",
"vue-loader": "15.10.1",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.14",
"webpack": "5.82.0",
"webpack": "5.83.1",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "5.1.0",
"webpack-cli": "5.1.1",
"webpack-merge": "5.8.0"
},
"gitHead": "3d781693b2efbed9cd09bb0bd07360c10282fd9d"
Expand Down
2 changes: 1 addition & 1 deletion test/acceptance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"serve": "cd ../project && yarn run standalone"
},
"devDependencies": {
"cypress": "12.11.0",
"cypress": "12.12.0",
"eslint": "8.40.0",
"eslint-config-standard": "17.0.0",
"eslint-import-resolver-node": "0.3.7",
Expand Down
6 changes: 3 additions & 3 deletions test/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@uiengine/plugin-preview-toggle-class": "workspace:*",
"@uiengine/ui": "workspace:*",
"@uiengine/util": "workspace:*",
"@vue/compiler-sfc": "3.2.47",
"@vue/compiler-sfc": "3.3.4",
"babel-loader": "9.1.2",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-preset-vue": "2.0.2",
Expand All @@ -65,7 +65,7 @@
"eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.11.1",
"eslint-plugin-vue": "9.13.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.10.1",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.14",
"webpack": "5.82.0",
"webpack": "5.83.1",
"webpack-merge": "5.8.0",
"webpack-node-externals": "3.0.0"
}
Expand Down
Loading

0 comments on commit 933b661

Please sign in to comment.