Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 6b0b353

Browse files
chore(deps): update jest packages (#816)
1 parent 61639bd commit 6b0b353

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/cna-template/template/frameworks/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"devDependencies": {
66
"@vue/test-utils": "^1.2.2",
77
"babel-core": "7.0.0-bridge.0",
8-
"babel-jest": "^27.0.5",
9-
"jest": "^27.0.5",
10-
"ts-jest": "^27.0.3",
8+
"babel-jest": "^27.0.6",
9+
"jest": "^27.0.6",
10+
"ts-jest": "^27.0.5",
1111
"vue-jest": "^3.0.4"
1212
}
1313
}

packages/create-nuxt-app/test/snapshots/index.test.js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,8 +2711,8 @@ Generated by [AVA](https://avajs.dev).
27112711
devDependencies: {
27122712
'@vue/test-utils': '^1.2.2',
27132713
'babel-core': '7.0.0-bridge.0',
2714-
'babel-jest': '^27.0.5',
2715-
jest: '^27.0.5',
2714+
'babel-jest': '^27.0.6',
2715+
jest: '^27.0.6',
27162716
'vue-jest': '^3.0.4',
27172717
},
27182718
private: true,
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)