Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent cd12160 commit b0d37db
Show file tree
Hide file tree
Showing 29 changed files with 444 additions and 435 deletions.
2 changes: 1 addition & 1 deletion analyzer/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pino-pretty": "^11.2.1"
},
"devDependencies": {
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@previewjs/type-analyzer": "^10.1.4",
"@previewjs/vfs": "^2.1.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/prop-types": "^15.7.13",
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"axios": "^1.7.9"
},
"devDependencies": {
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "^20.17.9",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^5.4.11"
}
Expand Down
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"express": "^4.21.1",
"pino": "^9.5.0",
"playwright": "^1.48.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion config-helpers/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "^18.3.13",
"next": "^13.4.7",
"react": "^18.3.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/node": "^20.17.9",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-friendly-type-imports": "^1.0.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"exclusive-promises": "^1.0.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@previewjs/storybook-helpers": "^5.0.9",
"@previewjs/type-analyzer": "^10.1.4",
"@previewjs/vfs": "^2.1.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@previewjs/storybook-helpers": "^5.0.9",
"@previewjs/type-analyzer": "^10.1.4",
"@previewjs/vfs": "^2.1.3",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite-plugin-solid": "^2.10.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"fs-extra": "^11.2.0",
"svelte": "^5.2.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vitejs/plugin-vue2": "^2.3.3",
"@vitejs/plugin-vue2-jsx": "^1.1.1",
"fs-extra": "^11.2.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vue": "^2.7.16",
"vue-template-compiler": "^2.7.16"
},
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.13",
"fs-extra": "^11.2.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vue": "^3.5.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"assert-never": "^1.3.0",
"immer": "^10.1.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^5.4.11"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"open": "^10.1.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.20.3"
Expand Down
2 changes: 1 addition & 1 deletion integrations/intellij/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@previewjs/loader": "workspace:*",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"ovsx": "^0.10.1",
"rimraf": "^6.0.1",
"strip-ansi": "^7.1.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vsce": "^2.15.0"
}
}
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"pino-pretty": "^11.2.1",
"pnpm": "^9.13.2",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"turbo": "^2.3.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down
Loading

0 comments on commit b0d37db

Please sign in to comment.