Skip to content

Commit

Permalink
pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Feb 2, 2024
1 parent 4941fed commit 799a482
Show file tree
Hide file tree
Showing 2 changed files with 1,059 additions and 1,010 deletions.
44 changes: 22 additions & 22 deletions utopia-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
},
"prettier": {},
"dependencies": {
"@remix-run/css-bundle": "^2.5.1",
"@remix-run/node": "^2.5.1",
"@remix-run/react": "^2.5.1",
"@remix-run/serve": "^2.5.1",
"dotenv": "^16.4.1",
"isbot": "^4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tiny-invariant": "^1.3.1",
"url-join": "^5.0.0"
"@remix-run/css-bundle": "2.5.1",
"@remix-run/node": "2.5.1",
"@remix-run/react": "2.5.1",
"@remix-run/serve": "2.5.1",
"dotenv": "16.4.1",
"isbot": "4",
"react": "18.2.0",
"react-dom": "18.2.0",
"tiny-invariant": "1.3.1",
"url-join": "5.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.5.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@remix-run/dev": "2.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": ">=6.0.0 <7.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint": "8.38.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.0.3",
"typescript": "^5.1.6"
"typescript": "5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 799a482

Please sign in to comment.