Skip to content

Commit

Permalink
chore: update typescript (#7116)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Aug 9, 2023
1 parent 98c97c7 commit 8ab2a0e
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/guides/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The Remix compiler will not do any type checking (it simply removes the types).
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"eslint": "^8.23.1",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"peerDependencies": {
"@cloudflare/workers-types": "^4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.1.0",
"typescript": "^5.1.6",
"wrangler": "^2.2.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "^18.17.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-dev/__tests__/fixtures/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint": "^8.37.0",
"jest": "^27.5.1",
"react": "^18.2.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"peerDependencies": {
"eslint": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"express": "^4.17.1",
"node-mocks-http": "^1.10.1",
"supertest": "^6.3.3",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"peerDependencies": {
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/cookie-signature": "^1.0.3",
"@types/source-map-support": "^0.5.4",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"peerDependencies": {
"typescript": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react": "^18.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-server-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@remix-run/web-file": "^3.0.3",
"@types/set-cookie-parser": "^2.4.1",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"peerDependencies": {
"typescript": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^18.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/playground/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/arc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^18.0.11",
"@types/source-map-support": "^0.5.6",
"eslint": "^8.38.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"eslint": "^8.38.0",
"typescript": "^5.1.0",
"typescript": "^5.1.6",
"wrangler": "^3.1.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion templates/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/source-map-support": "^0.5.6",
"chokidar": "^3.5.3",
"eslint": "^8.38.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/fly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"eslint": "^8.38.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"eslint": "^8.38.0",
"typescript": "^5.1.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11621,7 +11621,7 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^5.1.0:
typescript@^5.1.0, typescript@^5.1.6:
version "5.1.6"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
Expand Down

0 comments on commit 8ab2a0e

Please sign in to comment.