Skip to content

Commit

Permalink
Upgrade testing infrastructure (#3615)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jun 19, 2019
1 parent 973bb32 commit 131744b
Show file tree
Hide file tree
Showing 11 changed files with 804 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aliases:
- image: circleci/node:lts

- &docker-node-browsers
- image: circleci/node:8.10.0-browsers
- image: circleci/node:lts-browsers
environment:
CHROME_BIN: "/usr/bin/google-chrome"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"npm-run-all": "^4.1.3",
"sinon": "^7.2.4",
"stylelint-config-palantir": "^3.1.1",
"stylelint-scss": "^3.3.1",
"stylelint-scss": "^3.8.0",
"typescript": "~2.8.3",
"yarn-deduplicate": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@blueprintjs/node-build-scripts": "^0.9.0",
"@blueprintjs/test-commons": "^0.9.0",
"enzyme": "^3.9.0",
"karma": "^3.1.4",
"karma": "^4.1.0",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.2",
"react": "^16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@blueprintjs/node-build-scripts": "^0.9.0",
"@blueprintjs/test-commons": "^0.9.0",
"enzyme": "^3.9.0",
"karma": "^3.1.4",
"karma": "^4.1.0",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.2",
"react": "^16.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/karma-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"dependencies": {
"@blueprintjs/webpack-build-scripts": "^0.8.0",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^3.1.4",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-remap-coverage": "^0.1.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.0-rc.5",
"karma-webpack": "^4.0.2",
"mocha": "^5.2.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@blueprintjs/node-build-scripts": "^0.9.0",
"@blueprintjs/test-commons": "^0.9.0",
"enzyme": "^3.9.0",
"karma": "^3.1.4",
"karma": "^4.1.0",
"npm-run-all": "^4.1.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"ts-lint": "./ts-lint.js"
},
"dependencies": {
"autoprefixer": "^7.1.2",
"node-sass": "^4.7.2",
"node-sass-chokidar": "^0.0.3",
"node-sass-package-importer": "^3.0.4",
"postcss-cli": "^5.0.0",
"postcss-discard-comments": "^2.0.4",
"autoprefixer": "^9.1.5",
"node-sass": "^4.9.3",
"node-sass-chokidar": "^1.3.4",
"node-sass-package-importer": "^5.2.0",
"postcss-cli": "^6.0.1",
"postcss-discard-comments": "^4.0.1",
"strip-css-comments": "^3.0.0",
"stylelint": "~8.4.0",
"stylelint-junit-formatter": "^0.2.0",
"stylelint-junit-formatter": "^0.2.1",
"stylelint": "~9.6.0",
"svgo": "^1.2.2",
"tslint": "^5.12.1",
"typescript": "~2.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@blueprintjs/karma-build-scripts": "^0.10.0",
"@blueprintjs/node-build-scripts": "^0.9.0",
"enzyme": "^3.9.0",
"karma": "^3.1.4",
"karma": "^4.1.0",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.2",
"react": "^16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@blueprintjs/node-build-scripts": "^0.9.0",
"@blueprintjs/test-commons": "^0.9.0",
"enzyme": "^3.9.0",
"karma": "^3.1.4",
"karma": "^4.1.0",
"lodash": "^4.17.4",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/timezone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@blueprintjs/test-commons": "^0.9.0",
"@types/moment-timezone": "^0.5.0",
"enzyme": "^3.9.0",
"karma": "^3.1.4",
"karma": "^4.1.0",
"npm-run-all": "^4.1.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand Down
Loading

1 comment on commit 131744b

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

Upgrade testing infrastructure (#3615)

Previews: documentation | landing | table

Please sign in to comment.