Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
chore(templates): update dependencies (remix-run#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored and dvargas92495 committed Jul 22, 2022
1 parent 197f927 commit 7bddfb4
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions templates/arc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@architect/architect": "^10.3.3",
"@architect/architect": "^10.3.4",
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.15.0",
"eslint": "^8.20.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4"
},
Expand Down
6 changes: 3 additions & 3 deletions templates/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.10.0",
"@cloudflare/workers-types": "^3.14.1",
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.15.0",
"eslint": "^8.20.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4",
"wrangler": "beta"
Expand Down
8 changes: 4 additions & 4 deletions templates/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.10.0",
"@cloudflare/workers-types": "^3.14.1",
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.15.0",
"miniflare": "^2.4.0",
"eslint": "^8.20.0",
"miniflare": "^2.6.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4"
},
Expand Down
6 changes: 3 additions & 3 deletions templates/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"devDependencies": {
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.15.0",
"nodemon": "^2.0.16",
"eslint": "^8.20.0",
"nodemon": "^2.0.19",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4"
},
Expand Down
4 changes: 2 additions & 2 deletions templates/fly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"devDependencies": {
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.15.0",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions templates/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@remix-run/serve": "*",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.15.0",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions templates/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.15.0",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions templates/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/vercel": "*",
"@vercel/node": "^2.4.2",
"@vercel/node": "^2.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@remix-run/serve": "*",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.15.0",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
},
"engines": {
Expand Down

0 comments on commit 7bddfb4

Please sign in to comment.