Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Apr 7, 2023
1 parent 5fde3f9 commit 1aba872
Show file tree
Hide file tree
Showing 13 changed files with 12,325 additions and 156,217 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
147,392 changes: 0 additions & 147,392 deletions .yarn/releases/yarn-1.23.0-20210103.1434.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-berry.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-1.23.0-20210103.1434.cjs
enableGlobalCache: true
yarnPath: .yarn/releases/yarn-berry.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"devDependencies": {
"@types/chai": "^4.3.4",
"@vue/runtime-dom": "^3.2.45",
"@vue/runtime-dom": "^3.2.47",
"chai": "^4.3.7",
"clean-webpack-plugin": "^4.0.0",
"lerna": "^6.4.1",
"rimraf": "^4.0.4",
"typedoc": "^0.23.24",
"webpack-bundle-analyzer": "^4.7.0"
"lerna": "^6.6.1",
"rimraf": "^4.4.1",
"typedoc": "^0.23.28",
"webpack-bundle-analyzer": "^4.8.0"
},
"postcss": {
"useConfigFile": false,
Expand Down
8 changes: 4 additions & 4 deletions packages/baklavajs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@types/sinon": "^10.0.13",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"sinon": "^15.0.1",
"sinon": "^15.0.3",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"typescript": "^5.0.4",
"webpack": "^5.78.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/baklavajs-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"url": "https://github.com/newcat/baklavajs/issues"
},
"devDependencies": {
"typescript": "^4.9.4"
"typescript": "^5.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/baklavajs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"devDependencies": {
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"typescript": "^4.9.4",
"sass": "^1.61.0",
"sass-loader": "^13.2.2",
"typescript": "^5.0.4",
"vue-template-compiler": "^2.7.14"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions packages/baklavajs-plugin-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"devDependencies": {
"async-mutex": "^0.4.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"typescript": "^5.0.4",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/baklavajs-plugin-interface-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"typescript": "^5.0.4",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/baklavajs-plugin-options-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"url": "https://github.com/newcat/baklavajs/issues"
},
"devDependencies": {
"mini-css-extract-plugin": "^2.7.2",
"mini-css-extract-plugin": "^2.7.5",
"ts-loader": "^8.0.14",
"typescript": "^4.9.4",
"typescript": "^5.0.4",
"v-click-outside": "^3.2.0",
"vue": "^2.7.10",
"vue-class-component": "7.2.6",
"vue-loader": "^15.9.8",
"vue-property-decorator": "9.1.2",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.75.0",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/baklavajs-plugin-renderer-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"@juggle/resize-observer": "^3.4.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^2.7.2",
"mini-css-extract-plugin": "^2.7.5",
"portal-vue": "^2.1.7",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"sass": "^1.61.0",
"sass-loader": "^13.2.2",
"ts-loader": "^8.0.14",
"typescript": "^4.9.4",
"typescript": "^5.0.4",
"v-click-outside": "^3.2.0",
"vue": "^2.7.10",
"vue-class-component": "7.2.6",
"vue-loader": "^15.9.8",
"vue-property-decorator": "9.1.2",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.75.0",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
Expand Down
Loading

0 comments on commit 1aba872

Please sign in to comment.