Skip to content

Commit

Permalink
Merge pull request #4855 from relative-ci/dependabot/npm_and_yarn/mas…
Browse files Browse the repository at this point in the history
…ter/typescript-5.7.2

build(deps-dev): bump typescript from 5.6.3 to 5.7.2
  • Loading branch information
vio authored Nov 25, 2024
2 parents aab4f0c + c6820ba commit 39dcc44
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.3.3",
"rimraf": "6.0.1",
"react-is": "^18.3.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"verdaccio": "^5.26.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"memfs": "4.14.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"http-server": "14.1.1",
"jest": "29.7.0",
"rimraf": "6.0.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-webpack-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"core-js": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-webpack-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"dependencies": {
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "6.0.1",
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"rollup": "^3.0.0 || ^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-router-dom": "5.3.4",
"rimraf": "6.0.1",
"storybook": "8.4.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-plugin-css-modules": "5.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"regenerator-runtime": "0.14.1",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"core-js": "^3.0.0",
Expand Down

0 comments on commit 39dcc44

Please sign in to comment.