Skip to content

Commit

Permalink
chore(deps): update jest to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 17, 2022
1 parent ff4dc21 commit 4b4397a
Show file tree
Hide file tree
Showing 9 changed files with 571 additions and 521 deletions.
2 changes: 1 addition & 1 deletion packages/casl-ability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"license": "MIT",
"devDependencies": {
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^28.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"chai": "^4.1.0",
"chai-spies": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/casl-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@angular/platform-browser-dynamic": "^15.0.0",
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^28.0.0",
"jest": "^28.0.0",
"@types/jest": "^29.0.0",
"jest": "^29.0.0",
"jest-preset-angular": "^12.2.3",
"rxjs": "^7.5.5",
"tslib": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/casl-aurelia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^28.0.0",
"@types/jest": "^29.0.0",
"aurelia-bootstrapper": "^2.3.0",
"aurelia-framework": "^1.3.1",
"aurelia-loader-nodejs": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/casl-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^28.0.0",
"@types/jest": "^29.0.0",
"chai": "^4.1.0",
"chai-spies": "^1.0.0",
"mongoose": "^6.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/casl-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@prisma/client": "^4.3.1",
"@types/jest": "^28.0.0",
"@types/jest": "^29.0.0",
"prisma": "^4.3.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/casl-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@testing-library/react-hooks": "^4.0.1",
"@types/jest": "^28.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"chai": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/casl-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^28.0.0",
"@types/jest": "^29.0.0",
"chai": "^4.1.0",
"chai-spies": "^1.0.0",
"vue": "^3.2.45"
Expand Down
6 changes: 3 additions & 3 deletions packages/dx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.0.0",
"jest": "^29.0.0",
"lint-staged": "^11.0.0",
"rollup": "^2.47.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.4.2",
"ts-jest": "^28.0.0",
"ts-jest": "^29.0.0",
"typescript": "~4.8.0"
},
"devDependencies": {
"@types/jest": "^28.0.0"
"@types/jest": "^29.0.0"
}
}
Loading

0 comments on commit 4b4397a

Please sign in to comment.