Skip to content

Commit

Permalink
Merge pull request #822 from GoPlan-Finance/renovate/jest-monorepo
Browse files Browse the repository at this point in the history
Update jest monorepo
  • Loading branch information
sadortun authored May 6, 2022
2 parents bfb9d97 + e4835f4 commit 14983e5
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 361 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/convict": "6.1.1",
"@types/crypto-js": "4.1.1",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/jest": "27.5.0",
"@types/node": "17.0.26",
"@types/parse": "2.18.14",
"@typescript-eslint/eslint-plugin": "5.21.0",
Expand All @@ -69,7 +69,7 @@
"eslint-plugin-only-warn": "1.0.3",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-varspacing": "1.2.2",
"jest": "28.0.1",
"jest": "28.1.0",
"mongodb-runner": "4.9.0",
"nodemon": "2.0.15",
"nyc": "15.1.0",
Expand Down
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
},
"devDependencies": {
"@types/crypto-js": "4.1.1",
"@types/jest": "27.4.1",
"@types/jest": "27.5.0",
"@types/node": "16.11.32",
"@types/parse": "2.18.14",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"eslint": "8.14.0",
"eslint-plugin-varspacing": "1.2.2",
"eslint-plugin-vue": "8.7.1",
"jest": "28.0.1",
"jest": "28.1.0",
"prettier": "2.6.2",
"ts-jest": "27.1.4"
}
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@tailwindcss/forms": "0.5.0",
"@types/concurrently": "7.0.0",
"@types/crypto-js": "4.1.1",
"@types/jest": "27.4.1",
"@types/jest": "27.5.0",
"@types/node": "17.0.27",
"@types/papaparse": "5.3.2",
"@types/parse": "2.18.14",
Expand All @@ -77,15 +77,15 @@
"@vue/test-utils": "next",
"autoprefixer": "10.4.5",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "28.0.1",
"babel-jest": "28.1.0",
"concurrently": "7.1.0",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-only-warn": "1.0.3",
"eslint-plugin-varspacing": "1.2.2",
"eslint-plugin-vue": "8.7.1",
"jest": "28.0.1",
"jest": "28.1.0",
"jest-css-modules-transform": "4.3.0",
"postcss": "8.4.12",
"ts-jest": "27.1.4",
Expand Down
Loading

0 comments on commit 14983e5

Please sign in to comment.