Skip to content

Commit 35f44cd

Browse files
committed
Typescript 5.7 and eslint upgrades.
1 parent e83e199 commit 35f44cd

2 files changed

Lines changed: 1823 additions & 423 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"@babel/eslint-parser": "^7.23.3",
4545
"@babel/preset-env": "^7.23.5",
4646
"@babel/preset-react": "^7.23.3",
47-
"@typescript-eslint/eslint-plugin": "^6.12.0",
48-
"@typescript-eslint/parser": "^6.12.0",
47+
"@typescript-eslint/eslint-plugin": "^8.24.0",
48+
"@typescript-eslint/parser": "^8.24.0",
4949
"babel-loader": "^9.2.1",
5050
"css-loader": "^7.1.2",
5151
"ejs": "^3.1.10",
5252
"eslint": "^8.57.1",
5353
"eslint-config-prettier": "^9.1.0",
54-
"eslint-plugin-react": "^7.19.0",
55-
"eslint-plugin-react-hooks": "^4.6.0",
54+
"eslint-plugin-react": "^7.37.4",
55+
"eslint-plugin-react-hooks": "^5.1.0",
5656
"fetch-mock": "^11.1.5",
5757
"fork-ts-checker-notifier-webpack-plugin": "^9.0.0",
5858
"fork-ts-checker-webpack-plugin": "^9.0.2",
@@ -77,11 +77,11 @@
7777
"semver": "^5.0.0",
7878
"style-loader": "^4.0.0",
7979
"svg-sprite-loader": "^6.0.11",
80-
"terriajs": "terriajs/terriajs#webpack5",
80+
"terriajs": "8.7.11",
8181
"terriajs-cesium": "8.0.2",
8282
"terriajs-plugin-api": "0.0.1-alpha.16",
8383
"terriajs-plugin-sample": "0.0.1-alpha.7",
84-
"typescript": "~5.2.0",
84+
"typescript": "^5.7.3",
8585
"urijs": "^1.18.12",
8686
"webpack": "^5.96.1",
8787
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)