Skip to content

Commit

Permalink
chore: upgrade various dev dependencies (#6029)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Mar 17, 2023
1 parent 7e7bd2d commit 89593f6
Show file tree
Hide file tree
Showing 10 changed files with 445 additions and 408 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"npm-run-all": "^4.1.5",
"octokit": "^2.0.14",
"prettier": "~2.8.4",
"sinon": "^15.0.1",
"sinon": "^15.0.2",
"stylelint-config-palantir": "^6.0.1",
"stylelint-scss": "^4.4.0",
"stylelint-scss": "^4.5.0",
"typescript": "~4.8.4",
"yargs": "^17.6.0",
"yarn-deduplicate": "^6.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@blueprintjs/table": "^4.9.1",
"@blueprintjs/timezone": "^4.5.29",
"classnames": "^2.3.1",
"core-js": "^3.26.1",
"core-js": "^3.29.1",
"dom4": "^2.1.5",
"lodash": "^4.17.21",
"moment": "^2.29.1",
Expand All @@ -41,7 +41,7 @@
"copy-webpack-plugin": "^11.0.0",
"npm-run-all": "^4.1.5",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
"webpack-dev-server": "^4.12.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@documentalist/client": "^4.0.0",
"chroma-js": "^2.4.2",
"classnames": "^2.3.1",
"core-js": "^3.26.1",
"core-js": "^3.29.1",
"date-fns": "^2.28.0",
"dom4": "^2.1.5",
"downloadjs": "^1.4.7",
Expand All @@ -57,7 +57,7 @@
"monaco-editor-webpack-plugin": "^7.0.1",
"npm-run-all": "^4.1.5",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
"webpack-dev-server": "^4.12.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/landing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"copy-webpack-plugin": "^11.0.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"webpack": "^5.76.0",
"webpack-dev-server": "^4.11.1"
"webpack": "^5.76.2",
"webpack-dev-server": "^4.12.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sass-lint": "./sass-lint.mjs"
},
"dependencies": {
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.14",
"chokidar": "^3.5.3",
"cross-spawn": "^7.0.3",
"css-select": "^5.1.0",
Expand All @@ -36,7 +36,7 @@
"postcss-scss": "^4.0.6",
"postcss-simple-vars": "^7.0.1",
"prettier": "~2.8.3",
"sass": "^1.58.3",
"sass": "^1.59.3",
"source-map-js": "^1.0.2",
"strip-css-comments": "^5.0.0",
"stylelint": "~14.16.0",
Expand All @@ -47,12 +47,12 @@
"yargs": "^17.6.0"
},
"devDependencies": {
"@jest/globals": "^29.4.3",
"@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",
"jest": "^29.4.3",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/table-dev-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@types/lodash": "~4.14.191",
"copy-webpack-plugin": "^11.0.0",
"npm-run-all": "^4.1.5",
"webpack": "^5.76.0",
"webpack-dev-server": "^4.11.1"
"webpack": "^5.76.2",
"webpack-dev-server": "^4.12.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"typescript": "~4.8.4",
"webpack": "^5.76.0"
"webpack": "^5.76.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"chai": "^4.3.7",
"core-js": "^3.26.1",
"core-js": "^3.29.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/webpack-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@blueprintjs/node-build-scripts": "^7.0.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"assert": "^2.0.0",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.14",
"css-loader": "^6.7.3",
"cssnano": "^5.1.15",
"fork-ts-checker-notifier-webpack-plugin": "^6.0.0",
Expand All @@ -20,19 +20,19 @@
"pkg-up": "^4.0.0",
"postcss": "^8.4.21",
"postcss-discard-comments": "^5.1.2",
"postcss-loader": "^7.0.2",
"postcss-loader": "^7.1.0",
"process": "^0.11.10",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.7",
"sass": "^1.57.1",
"react-refresh-typescript": "^2.0.8",
"sass": "^1.59.3",
"sass-loader": "^13.2.0",
"source-map-loader": "^4.0.1",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-dev-server": "^4.11.1",
"webpack": "^5.76.2",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-dev-server": "^4.12.0",
"webpack-notifier": "^1.15.0"
},
"repository": {
Expand Down
Loading

1 comment on commit 89593f6

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: upgrade various dev dependencies (#6029)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.