Skip to content

Commit

Permalink
chore(deps): pin dependencies (#3517)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nico Jansen <jansennico@gmail.com>
  • Loading branch information
3 people authored May 27, 2022
1 parent 83a9bb3 commit 70a5661
Show file tree
Hide file tree
Showing 19 changed files with 5,348 additions and 5,809 deletions.
10,753 changes: 5,151 additions & 5,602 deletions e2e/package-lock.json

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,48 @@
"private": true,
"type": "module",
"devDependencies": {
"@babel/cli": "~7.16.0",
"@babel/core": "~7.16.0",
"@babel/plugin-proposal-class-properties": "~7.16.0",
"@babel/plugin-proposal-pipeline-operator": "~7.16.0",
"@babel/preset-env": "~7.16.4",
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-proposal-pipeline-operator": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-flow": "7.16.0",
"@cucumber/cucumber": "~7.3.1",
"@types/chai-jest-snapshot": "~1.3.6",
"@types/node": "~16.11.11",
"@types/semver": "~7.3.9",
"ajv": "~8.8.2",
"axios": "~0.24.0",
"chai": "~4.3.4",
"chai-as-promised": "~7.1.1",
"chai-jest-snapshot": "~2.0.0",
"cross-env": "~7.0.3",
"enzyme-to-json": "^3.6.2",
"grunt": "~1.5.0",
"jasmine": "~4.0.2",
"jasmine-core": "~4.0.0",
"jest": "~28.0.3",
"jest-environment-jsdom": "^28.0.2",
"jest-environment-jsdom-sixteen": "~1.0.3",
"karma": "~6.3.9",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~4.0.1",
"karma-mocha": "~2.0.1",
"karma-sourcemap-loader": "~0.3.8",
"karma-webpack": "~5.0.0",
"load-grunt-tasks": "~5.1.0",
"mocha": "~10.0.0",
"@cucumber/cucumber": "7.3.1",
"@types/chai-jest-snapshot": "1.3.6",
"@types/node": "16.11.11",
"@types/semver": "7.3.9",
"ajv": "8.8.2",
"axios": "0.24.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-jest-snapshot": "2.0.0",
"cross-env": "7.0.3",
"enzyme-to-json": "3.6.2",
"grunt": "1.5.3",
"jasmine": "4.0.2",
"jasmine-core": "4.0.0",
"jest": "28.0.3",
"jest-environment-jsdom": "28.0.2",
"jest-environment-jsdom-sixteen": "1.0.3",
"karma": "6.3.14",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-jasmine": "4.0.1",
"karma-mocha": "2.0.1",
"karma-sourcemap-loader": "0.3.8",
"karma-webpack": "5.0.0",
"load-grunt-tasks": "5.1.0",
"mocha": "10.0.0",
"mutation-testing-metrics": "1.7.10",
"mutation-testing-report-schema": "1.7.10",
"rxjs": "~7.4.0",
"semver": "~7.3.5",
"ts-jest": "~28.0.1",
"ts-loader": "~9.2.6",
"ts-node": "~10.4.0",
"typescript": "^4.5.2",
"webpack": "~5.64.4",
"webpack-cli": "~4.9.1"
"rxjs": "7.4.0",
"semver": "7.3.5",
"ts-jest": "28.0.1",
"ts-loader": "9.2.6",
"ts-node": "10.4.0",
"typescript": "4.5.2",
"webpack": "5.64.4",
"webpack-cli": "4.9.1"
},
"scripts": {
"bootstrap": "node ../node_modules/lerna/cli.js bootstrap",
Expand Down
3 changes: 2 additions & 1 deletion e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"useUnknownInCatchVariables": false,// hard to handle without type assertions
"esModuleInterop": true,
"rootDir": "..",
"types": ["mocha", "node"]
"types": ["mocha", "node"],
"skipLibCheck": true
},
"include": ["tasks", "test/*/verify/*.js", "helpers.js"]
}
150 changes: 69 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 70a5661

Please sign in to comment.