Skip to content

Commit 7561c7c

Browse files
Update jest monorepo
1 parent 30af383 commit 7561c7c

File tree

4 files changed

+1463
-1392
lines changed

4 files changed

+1463
-1392
lines changed

backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/convict": "6.1.1",
5454
"@types/crypto-js": "4.1.1",
5555
"@types/express": "4.17.14",
56-
"@types/jest": "29.2.0",
56+
"@types/jest": "30.0.0",
5757
"@types/node": "18.11.0",
5858
"@types/parse": "2.18.18",
5959
"@typescript-eslint/eslint-plugin": "5.40.1",
@@ -69,12 +69,12 @@
6969
"eslint-plugin-only-warn": "1.0.3",
7070
"eslint-plugin-promise": "6.1.0",
7171
"eslint-plugin-varspacing": "1.2.2",
72-
"jest": "28.1.3",
72+
"jest": "30.3.0",
7373
"mongodb-runner": "4.9.0",
7474
"nodemon": "2.0.20",
7575
"nyc": "15.1.0",
7676
"prettier": "2.7.1",
77-
"ts-jest": "28.0.8",
77+
"ts-jest": "29.4.9",
7878
"typescript": "4.8.4"
7979
},
8080
"peerDependencies": {

common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
},
4141
"devDependencies": {
4242
"@types/crypto-js": "4.1.1",
43-
"@types/jest": "27.5.2",
43+
"@types/jest": "30.0.0",
4444
"@types/node": "16.18.7",
4545
"@types/parse": "2.18.18",
4646
"@typescript-eslint/eslint-plugin": "5.40.1",
4747
"@typescript-eslint/parser": "5.40.1",
4848
"eslint": "8.25.0",
4949
"eslint-plugin-varspacing": "1.2.2",
5050
"eslint-plugin-vue": "8.7.1",
51-
"jest": "28.1.3",
51+
"jest": "30.3.0",
5252
"prettier": "2.7.1",
53-
"ts-jest": "27.1.5"
53+
"ts-jest": "29.4.9"
5454
}
5555
}

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@tailwindcss/forms": "0.5.3",
6262
"@types/concurrently": "7.0.0",
6363
"@types/crypto-js": "4.1.1",
64-
"@types/jest": "29.2.0",
64+
"@types/jest": "30.0.0",
6565
"@types/node": "18.11.0",
6666
"@types/papaparse": "5.3.5",
6767
"@types/parse": "2.18.18",
@@ -77,15 +77,15 @@
7777
"@vue/test-utils": "next",
7878
"autoprefixer": "10.4.12",
7979
"babel-core": "7.0.0-bridge.0",
80-
"babel-jest": "29.2.0",
80+
"babel-jest": "30.3.0",
8181
"concurrently": "7.4.0",
8282
"cross-env": "7.0.3",
8383
"eslint": "8.25.0",
8484
"eslint-plugin-import": "2.26.0",
8585
"eslint-plugin-only-warn": "1.0.3",
8686
"eslint-plugin-varspacing": "1.2.2",
8787
"eslint-plugin-vue": "8.7.1",
88-
"jest": "29.2.0",
88+
"jest": "30.3.0",
8989
"jest-css-modules-transform": "4.4.2",
9090
"postcss": "8.4.18",
9191
"ts-jest": "29.0.3",

0 commit comments

Comments
 (0)