Skip to content

Commit 7ddef3b

Browse files
chore(deps): update TypeScript
- Updates @babel/preset-typescript from 7.28.5 to 7.28.5 - Release notes:
1 parent 0904988 commit 7ddef3b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/plugin-transform-runtime": "^7.29.0",
4545
"@babel/preset-env": "^7.29.2",
4646
"@babel/preset-react": "^7.28.5",
47-
"@babel/preset-typescript": "^7.16.7",
47+
"@babel/preset-typescript": "^7.28.5",
4848
"@nx/jest": "^22.4.2",
4949
"@nx/js": "^22.4.2",
5050
"@rspack/core": "^1.7.9",
@@ -55,9 +55,9 @@
5555
"@testing-library/react": "^15.0.7",
5656
"@testing-library/user-event": "^13.5.0",
5757
"@types/jest": "^30.0.0",
58-
"@types/lodash": "^4.17.23",
59-
"@types/react": "^19.1.2",
60-
"@types/react-dom": "^19.1.3",
58+
"@types/lodash": "^4.17.24",
59+
"@types/react": "^19.2.14",
60+
"@types/react-dom": "^19.2.3",
6161
"@typescript-eslint/eslint-plugin": "^8.54.0",
6262
"@typescript-eslint/parser": "^8.54.0",
6363
"babel-jest": "^29.7.0",
@@ -95,7 +95,7 @@
9595
"style-loader": "^3.3.4",
9696
"terser-webpack-plugin": "^5.3.17",
9797
"ts-jest": "^29.4.6",
98-
"ts-loader": "^9.2.6",
98+
"ts-loader": "^9.5.4",
9999
"typescript": "^5.9.3",
100100
"webpack": "^5.105.4",
101101
"webpack-cli": "^5.1.4",
@@ -105,8 +105,8 @@
105105
"react-is": "^19.0.0",
106106
"react": "^19.0.0",
107107
"react-dom": "^19.0.0",
108-
"@types/react": "^19.1.2",
109-
"@types/react-dom": "^19.1.3",
108+
"@types/react": "^19.2.14",
109+
"@types/react-dom": "^19.2.3",
110110
"semantic-ui-react": {
111111
"react": "^19.0.0",
112112
"react-dom": "^19.0.0"
@@ -118,6 +118,6 @@
118118
},
119119
"dependencies": {
120120
"lz-string": "^1.5.0",
121-
"ts-node": "^10.9.1"
121+
"ts-node": "^10.9.2"
122122
}
123123
}

0 commit comments

Comments
 (0)