Skip to content

Commit

Permalink
fix: set correct react-router version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Jan 15, 2025
1 parent 7deefd5 commit b46fd42
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 195 deletions.
2 changes: 1 addition & 1 deletion apps/demo-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@oramacloud/client": "^2.1.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.1"
"react-router": "^7.1.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"convert-scss-to-js": "cd packages/ui-stencil && node extract-scss-vars.js"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@turbo/gen": "^2.0.5",
"eslint": "^9.5.0",
"@biomejs/biome": "^1.9.4",
"@turbo/gen": "^2.3.3",
"eslint": "^9.18.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-html": "^8.1.1",
"postcss": "^8.4.39",
"eslint-plugin-html": "^8.1.2",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.2",
"sass": "^1.77.8",
"turbo": "^2.0.5"
"prettier": "^3.4.2",
"sass": "^1.83.4",
"turbo": "^2.3.3"
},
"engines": {
"node": ">=20",
Expand Down
Loading

0 comments on commit b46fd42

Please sign in to comment.