Skip to content

Commit

Permalink
fix: bump peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Feb 28, 2023
1 parent 0724640 commit 6868700
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 373 deletions.
2 changes: 1 addition & 1 deletion libs/angular-three-cannon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"angular-three": "^1.0.0",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"three": "^0.148.0 || ^0.149.0"
"three": "^0.148.0 || ^0.149.0 || ^0.150.0"
},
"dependencies": {
"@nrwl/devkit": "^15.0.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@schematics/angular": "15.2.0",
"@swc-node/register": "^1.6.2",
"@swc/cli": "~0.1.62",
"@swc/core": "^1.3.35",
"@swc/core": "^1.3.37",
"@types/jest": "29.4.0",
"@types/node": "18.14.0",
"@types/node": "18.14.2",
"@types/three": "^0.149.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"dotenv-cli": "7.0.0",
"eslint": "~8.34.0",
"eslint": "~8.35.0",
"eslint-config-prettier": "8.6.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
Expand All @@ -51,7 +51,7 @@
"postcss-url": "~10.1.3",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"release-it": "15.6.0",
"release-it": "15.6.1",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
Expand All @@ -68,11 +68,11 @@
"@pmndrs/cannon-worker-api": "^2.3.2",
"@rx-angular/state": "^1.7.0",
"@swc/helpers": "~0.4.14",
"angular-three": "^1.9.5",
"angular-three": "^1.9.11",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"rxjs": "~7.8.0",
"three": "^0.149.0",
"three": "^0.150.1",
"tslib": "^2.5.0",
"zone.js": "0.12.0"
}
Expand Down
Loading

0 comments on commit 6868700

Please sign in to comment.