Skip to content

Commit

Permalink
Merge pull request #561 from nyaggah/dependabot-npm_and_yarn-typescri…
Browse files Browse the repository at this point in the history
…pt-5.6.2

chore(dev-deps): bump typescript from 5.5.4 to 5.6.2
  • Loading branch information
JoeyDoey authored Oct 1, 2024
2 parents af975ac + 791f8c2 commit bfb4f41
Show file tree
Hide file tree
Showing 12 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion examples/devtools-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/overlay-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"svelte-check": "^4.0.2",
"tailwindcss": "^3.4.10",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.3.4",
"vitest": "^2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"husky": "^9.1.5",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"typescript-eslint": "^8.2.0",
"vite": "^5.3.1",
"vitest": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/sidepanel-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tslib": "^2.7.0",
"tsx": "^4.19.1",
"turbo": "^1.13.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"prettier": {
"tabWidth": 2,
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"lint-staged": {
"*.{md,mdx,css,html,json,js}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-node-externals": "^7.1.3",
"rollup-plugin-polyfill-node": "^0.13.0",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.11",
"vite-plugin-babel-macros": "^1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-string": "^3.0.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-plugin-react": "7.36.1"
},
"devDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit bfb4f41

Please sign in to comment.