Skip to content

Commit c655c6e

Browse files
authored
build(devs-dep): adopt [email protected] (#915)
1 parent a8cb035 commit c655c6e

File tree

2 files changed

+383
-330
lines changed

2 files changed

+383
-330
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"update-examples": "node scripts/upgrade-examples-deps.js"
5050
},
5151
"dependencies": {
52-
"jest-environment-jsdom": "27.0.0-next.8",
53-
"pretty-format": "27.0.0-next.8",
54-
"ts-jest": "27.0.0-next.11"
52+
"jest-environment-jsdom": "27.0.0-next.9",
53+
"pretty-format": "27.0.0-next.9",
54+
"ts-jest": "27.0.0-next.12"
5555
},
5656
"peerDependencies": {
57-
"jest": "27.0.0-next.8"
57+
"jest": "27.0.0-next.9"
5858
},
5959
"optionalDependencies": {
60-
"webpack": "5.36.1"
60+
"webpack": "5.36.2"
6161
},
6262
"devDependencies": {
6363
"@angular-devkit/build-angular": "^0.1102.11",
@@ -70,27 +70,27 @@
7070
"@angular/platform-browser-dynamic": "^11.2.12",
7171
"@commitlint/cli": "^12.1.1",
7272
"@commitlint/config-angular": "^12.1.1",
73-
"@jest/globals": "27.0.0-next.8",
74-
"@jest/transform": "27.0.0-next.8",
73+
"@jest/globals": "27.0.0-next.9",
74+
"@jest/transform": "27.0.0-next.9",
7575
"@jest/types": "27.0.0-next.8",
7676
"@types/jest": "^26.0.23",
77-
"@types/node": "^14.14.43",
77+
"@types/node": "^14.14.44",
7878
"@types/semver": "^7.3.5",
79-
"@typescript-eslint/eslint-plugin": "^4.22.0",
80-
"@typescript-eslint/parser": "^4.22.0",
79+
"@typescript-eslint/eslint-plugin": "^4.22.1",
80+
"@typescript-eslint/parser": "^4.22.1",
8181
"conventional-changelog-cli": "^2.1.1",
8282
"eslint": "^7.25.0",
8383
"eslint-config-prettier": "^8.3.0",
8484
"eslint-plugin-import": "^2.22.1",
8585
"eslint-plugin-jest": "^24.3.6",
86-
"eslint-plugin-jsdoc": "^33.0.0",
86+
"eslint-plugin-jsdoc": "^33.1.0",
8787
"eslint-plugin-prefer-arrow": "^1.2.3",
8888
"eslint-plugin-prettier": "^3.4.0",
8989
"execa": "^5.0.0",
9090
"glob": "^7.1.6",
9191
"glob-gitignore": "^1.0.14",
9292
"husky": "^6.0.0",
93-
"jest": "27.0.0-next.8",
93+
"jest": "27.0.0-next.9",
9494
"jest-snapshot-serializer-raw": "^1.2.0",
9595
"lint-staged": "^10.5.4",
9696
"pinst": "^2.1.6",

0 commit comments

Comments
 (0)