Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent b22748a commit ea5f469
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions templates/react-router-monorepo/apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"@react-router/node": "7.0.0-pre.1",
"@react-router/serve": "7.0.0-pre.1",
"design-system": "workspace:*",
"i18next": "^23.16.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-fs-backend": "^2.3.2",
"i18next-http-backend": "^2.6.2",
"isbot": "^5.1.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.3",
"i18next": "23.16.2",
"i18next-browser-languagedetector": "8.0.0",
"i18next-fs-backend": "2.3.2",
"i18next-http-backend": "2.6.2",
"isbot": "5.1.17",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.3",
"react-router": "7.0.0-pre.1",
"remix-i18next": "^6.4.1"
"remix-i18next": "6.4.1"
},
"devDependencies": {
"@react-router/dev": "7.0.0-pre.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-checker": "^0.8.0",
"vite-tsconfig-paths": "^5.0.1"
"typescript": "5.6.3",
"vite": "5.4.9",
"vite-plugin-checker": "0.8.0",
"vite-tsconfig-paths": "5.0.1"
},
"engines": {
"node": ">=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/react-router-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"typecheck": "nx run-many --target=typecheck"
},
"devDependencies": {
"nx": "^20.0.0"
"nx": "20.0.3"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down

0 comments on commit ea5f469

Please sign in to comment.