Skip to content

Commit

Permalink
Update jest dependency and add missing babel-jest peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Oct 30, 2023
1 parent f4b4b6e commit 5c320c2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion code/frameworks/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/cross-spawn": "^6.0.2",
"@types/tmp": "^0.2.3",
"cross-spawn": "^7.0.3",
"jest": "^29.3.1",
"jest": "^29.7.0",
"jest-preset-angular": "^13.0.1",
"jest-specific-snapshot": "^8.0.0",
"tmp": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"devDependencies": {
"@types/jscodeshift": "^0.11.6",
"ansi-regex": "^5.0.1",
"jest": "^29.3.1",
"jest": "^29.7.0",
"jest-specific-snapshot": "^8.0.0",
"mdast-util-mdx-jsx": "^2.1.2",
"mdast-util-mdxjs-esm": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/postinstall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"devDependencies": {
"jest": "^29.3.1",
"jest": "^29.7.0",
"jest-specific-snapshot": "^8.0.0",
"jscodeshift": "^0.14.0",
"typescript": "~4.9.3"
Expand Down
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"glob": "^10.0.0",
"http-server": "^14.1.1",
"husky": "^4.3.7",
"jest": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.5.0",
"jest-image-snapshot": "^6.0.0",
"jest-junit": "^16.0.0",
Expand Down
1 change: 1 addition & 0 deletions code/renderers/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@types/prettier": "2.7.2",
"@vue/compiler-core": "^3.3.4",
"@vue/vue3-jest": "29",
"babel-jest": "^29.7.0",
"typescript": "~4.9.3",
"vue": "^3.2.47",
"vue-tsc": "latest"
Expand Down
11 changes: 6 additions & 5 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6609,7 +6609,7 @@ __metadata:
"@types/webpack-env": "npm:^1.18.0"
cross-spawn: "npm:^7.0.3"
find-up: "npm:^5.0.0"
jest: "npm:^29.3.1"
jest: "npm:^29.7.0"
jest-preset-angular: "npm:^13.0.1"
jest-specific-snapshot: "npm:^8.0.0"
read-pkg-up: "npm:^7.0.1"
Expand Down Expand Up @@ -6985,7 +6985,7 @@ __metadata:
ansi-regex: "npm:^5.0.1"
cross-spawn: "npm:^7.0.3"
globby: "npm:^11.0.2"
jest: "npm:^29.3.1"
jest: "npm:^29.7.0"
jest-specific-snapshot: "npm:^8.0.0"
jscodeshift: "npm:^0.14.0"
lodash: "npm:^4.17.21"
Expand Down Expand Up @@ -7594,7 +7594,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/postinstall@workspace:lib/postinstall"
dependencies:
jest: "npm:^29.3.1"
jest: "npm:^29.7.0"
jest-specific-snapshot: "npm:^8.0.0"
jscodeshift: "npm:^0.14.0"
typescript: "npm:~4.9.3"
Expand Down Expand Up @@ -8147,7 +8147,7 @@ __metadata:
glob: "npm:^10.0.0"
http-server: "npm:^14.1.1"
husky: "npm:^4.3.7"
jest: "npm:^29.5.0"
jest: "npm:^29.7.0"
jest-environment-jsdom: "npm:^29.5.0"
jest-image-snapshot: "npm:^6.0.0"
jest-junit: "npm:^16.0.0"
Expand Down Expand Up @@ -8559,6 +8559,7 @@ __metadata:
"@types/prettier": "npm:2.7.2"
"@vue/compiler-core": "npm:^3.3.4"
"@vue/vue3-jest": "npm:29"
babel-jest: "npm:^29.7.0"
lodash: "npm:^4.17.21"
ts-dedent: "npm:^2.0.0"
type-fest: "npm:~2.19"
Expand Down Expand Up @@ -21347,7 +21348,7 @@ __metadata:
languageName: node
linkType: hard

"jest@npm:^29.3.1, jest@npm:^29.5.0":
"jest@npm:^29.7.0":
version: 29.7.0
resolution: "jest@npm:29.7.0"
dependencies:
Expand Down

0 comments on commit 5c320c2

Please sign in to comment.