Skip to content

Commit

Permalink
[v5] chore: upgrade build dependencies (#6236)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jun 22, 2023
1 parent b3dd004 commit 09aac36
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 518 deletions.
4 changes: 2 additions & 2 deletions packages/karma-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"dependencies": {
"@blueprintjs/webpack-build-scripts": "^5.0.0-beta.1",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^6.4.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-helpful-reporter": "^0.3.4",
"karma-junit-reporter": "^2.0.1",
"karma-mocha": "^2.0.1",
"karma-remap-coverage": "^0.1.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,37 @@
"cross-spawn": "^7.0.3",
"css-select": "^5.1.0",
"dom-serializer": "^2.0.0",
"eslint": "^8.36.0",
"eslint": "^8.43.0",
"eslint-formatter-codeframe": "^7.32.1",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"glob": "^8.1.0",
"htmlparser2": "^9.0.0",
"mini-svg-data-uri": "^1.4.4",
"pkg-up": "^4.0.0",
"postcss": "^8.4.21",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"postcss-discard-comments": "^5.1.1",
"postcss-discard-comments": "^6.0.0",
"postcss-scss": "^4.0.6",
"postcss-simple-vars": "^7.0.1",
"prettier": "~2.8.7",
"sass": "^1.62.1",
"prettier": "~2.8.8",
"sass": "^1.63.6",
"source-map-js": "^1.0.2",
"strip-css-comments": "^5.0.0",
"stylelint": "~14.16.0",
"stylelint-junit-formatter": "^0.2.2",
"svgo": "^1.3.2",
"ts-node": "^10.9.1",
"typescript": "~4.9.5",
"yargs": "^17.6.0"
"yargs": "^17.7.2"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/fs-extra": "~11.0.1",
"@types/pkg-up": "^3.1.0",
"@types/svgo": "~1.3.6",
"@types/yargs": "~17.0.22",
"@types/yargs": "~17.0.24",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
"ts-jest": "^29.1.0"
},
"engines": {
"node": ">=18.13"
Expand Down
30 changes: 15 additions & 15 deletions packages/webpack-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"assert": "^2.0.0",
"autoprefixer": "^10.4.14",
"css-loader": "^6.7.3",
"cssnano": "^5.1.15",
"fork-ts-checker-notifier-webpack-plugin": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"mini-css-extract-plugin": "^2.7.5",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"fork-ts-checker-notifier-webpack-plugin": "^7.0.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"mini-css-extract-plugin": "^2.7.6",
"pkg-up": "^4.0.0",
"postcss": "^8.4.21",
"postcss-discard-comments": "^5.1.2",
"postcss-loader": "^7.3.0",
"postcss": "^8.4.24",
"postcss-discard-comments": "^6.0.0",
"postcss-loader": "^7.3.3",
"process": "^0.11.10",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.8",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"react-refresh-typescript": "^2.0.9",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"source-map-loader": "^4.0.1",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.2",
"webpack": "^5.76.2",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-server": "^4.15.0",
"ts-loader": "^9.4.3",
"webpack": "^5.88.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-dev-server": "^4.15.1",
"webpack-notifier": "^1.15.0"
},
"repository": {
Expand Down
Loading

0 comments on commit 09aac36

Please sign in to comment.