Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Oct 7, 2022
1 parent 3644235 commit a5e5aed
Show file tree
Hide file tree
Showing 9 changed files with 652 additions and 520 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
],
"devDependencies": {
"@types/chai": "^4.3.3",
"@vue/runtime-dom": "^3.2.39",
"@vue/runtime-dom": "^3.2.40",
"chai": "^4.3.6",
"clean-webpack-plugin": "^4.0.0",
"lerna": "^5.5.1",
"lerna": "^5.6.1",
"rimraf": "^3.0.2",
"typedoc": "^0.23.14",
"typedoc": "^0.23.15",
"webpack-bundle-analyzer": "^4.6.1"
},
"postcss": {
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 @@ -33,13 +33,13 @@
"devDependencies": {
"@ts-tools/node": "^4.0.0",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.0",
"@types/sinon": "^10.0.13",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"sinon": "^14.0.0",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"sinon": "^14.0.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.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.8.3"
"typescript": "^4.8.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.54.9",
"sass-loader": "^13.0.2",
"typescript": "^4.8.3",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"typescript": "^4.8.4",
"vue-template-compiler": "^2.7.10"
},
"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 @@ -31,8 +31,8 @@
},
"devDependencies": {
"async-mutex": "^0.4.0",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/baklavajs-plugin-interface-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"devDependencies": {
"@ts-tools/node": "^4.0.0",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.0",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/baklavajs-plugin-options-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"mini-css-extract-plugin": "^2.6.1",
"ts-loader": "^8.0.14",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"v-click-outside": "^3.2.0",
"vue": "^2.7.10",
"vue-class-component": "7.2.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/baklavajs-plugin-renderer-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.1",
"portal-vue": "^2.1.7",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"ts-loader": "^8.0.14",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"v-click-outside": "^3.2.0",
"vue": "^2.7.10",
"vue-class-component": "7.2.6",
Expand Down
Loading

0 comments on commit a5e5aed

Please sign in to comment.