Skip to content

Commit

Permalink
chore(deps): Upgrade TypeScript from 5.1.6 to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Sep 5, 2023
1 parent 481a3fc commit 3b8a3d1
Show file tree
Hide file tree
Showing 6 changed files with 327 additions and 556 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.1.6-sdk",
"version": "5.2.2-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"devDependencies": {
"@babel/core": "^7.22.15",
"@emotion/babel-plugin": "^11.11.0",
"@types/node": "^20.5.0",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"envars": "^0.4.0",
"happy-dom": "^10.11.2",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"vite": "~4.4.9",
"vitest": "~0.33.0"
}
Expand Down
1 change: 1 addition & 0 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"jsxImportSource": "@emotion/react",
"types": ["vite/client"],
"outDir": "../.cache/typescript-app",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true
},
Expand Down
8 changes: 4 additions & 4 deletions edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"dependencies": {
"@hono/zod-validator": "^0.1.8",
"hono": "^3.5.8",
"jose": "^4.14.4",
"jose": "^4.14.6",
"web-auth-library": "^1.0.3",
"zod": "^3.22.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
"@types/node": "^20.5.0",
"@types/node": "^20.5.9",
"happy-dom": "^10.11.2",
"toml": "^3.0.0",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"vite": "~4.4.9",
"vitest": "~0.33.0",
"vitest-environment-miniflare": "^2.14.0"
"vitest-environment-miniflare": "^2.14.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "^3.0.3",
"react": "^18.2.0",
"relay-config": "^12.0.1",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"vite": "~4.4.9",
"vitest": "~0.33.0"
},
Expand Down
Loading

0 comments on commit 3b8a3d1

Please sign in to comment.