Skip to content

Commit

Permalink
test(e2e): update all packages (#1832)
Browse files Browse the repository at this point in the history
* angular-project
* jest-react
* polymer-project
* vue-javascript

Also update vue-javascript snapshot to account for #621
  • Loading branch information
Bartosz Leoniak authored and nicojs committed Nov 9, 2019
1 parent c3820ee commit 71c5b6d
Show file tree
Hide file tree
Showing 51 changed files with 28,144 additions and 26,740 deletions.
3,936 changes: 1,627 additions & 2,309 deletions e2e/package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions e2e/package.json
Expand Up @@ -3,33 +3,33 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/preset-env": "^7.3.1",
"@babel/cli": "~7.7.0",
"@babel/core": "~7.7.2",
"@babel/plugin-proposal-class-properties": "~7.7.0",
"@babel/plugin-proposal-pipeline-operator": "~7.5.0",
"@babel/preset-env": "~7.7.1",
"@types/node": "^10.12.18",
"@types/semver": "^5.5.0",
"chai": "~4.1.2",
"@types/semver": "~6.2.0",
"chai": "~4.2.0",
"chai-as-promised": "~7.1.1",
"cross-env": "~5.2.0",
"grunt": "^1.0.4",
"jasmine-core": "~3.1.0",
"karma": "^4.4.1",
"grunt": "~1.0.4",
"jasmine-core": "~3.5.0",
"karma": "~4.4.1",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-jasmine": "~1.1.2",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~2.0.1",
"karma-mocha": "~1.3.0",
"karma-phantomjs-launcher": "~1.0.4",
"link-parent-bin": "~1.0.0",
"load-grunt-tasks": "~4.0.0",
"mocha": "~5.2.0",
"mutation-testing-metrics": "^1.1.1",
"rxjs": "^6.3.3",
"semver": "^5.6.0",
"load-grunt-tasks": "~5.1.0",
"mocha": "~6.2.2",
"mutation-testing-metrics": "~1.1.1",
"rxjs": "~6.5.3",
"semver": "~6.3.0",
"ts-node": "~7.0.0",
"typescript": "~3.7.1",
"webpack": "~4.16.0"
"typescript": "~3.7.2",
"webpack": "~4.41.2"
},
"scripts": {
"postinstall": "node ../node_modules/lerna/cli.js bootstrap && npm run install-local-dependencies && link-parent-bin -c test --link-local-dependencies true",
Expand Down

0 comments on commit 71c5b6d

Please sign in to comment.