Skip to content

Commit

Permalink
Update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2022
1 parent 451c4a6 commit e00689d
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 308 deletions.
4 changes: 2 additions & 2 deletions apps/firebase/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"firebase-functions-test": "2.2.0",
"jest": "28.1.1",
"jest": "28.1.2",
"typescript": "4.7.4"
},
"peerDependencies": {
"@firebase/app-compat": "0.1.28",
"@firebase/app-types": "0.7.0",
"@types/node": "16.11.41",
"jest": "28.1.1"
"jest": "28.1.2"
}
}
4 changes: 2 additions & 2 deletions apps/mockup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"deploy": "./commands/deploy.sh"
},
"devDependencies": {
"@jest/globals": "28.1.1",
"@jest/globals": "28.1.2",
"@rollup/plugin-node-resolve": "13.3.0",
"autoprefixer": "10.4.7",
"browser-sync": "2.27.10",
"eslint-preset": "workspace:*",
"five-server": "0.1.4",
"htmlhint": "1.1.4",
"jest": "28.1.1",
"jest": "28.1.2",
"lintstagedrc": "workspace:*",
"pathtest-utils": "workspace:*",
"postcss": "8.4.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/pathtest-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
"@jest/globals": "28.1.1",
"@jest/globals": "28.1.2",
"eslint-preset": "workspace:*",
"jest": "28.1.1",
"jest": "28.1.2",
"lintstagedrc": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.3",
"@types/jest": "28.1.4",
"eslint-preset": "workspace:*",
"jest": "28.1.1",
"jest": "28.1.2",
"lintstagedrc": "workspace:*",
"ts-jest": "28.0.5",
"tsconfig": "workspace:*",
Expand Down
Loading

0 comments on commit e00689d

Please sign in to comment.