Skip to content

Commit d64881d

Browse files
committed
Upgrade packages TS, mobx, typescript-eslint etc.
1 parent 320e049 commit d64881d

File tree

2 files changed

+1818
-1167
lines changed

2 files changed

+1818
-1167
lines changed

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,15 @@
3838
"@types/react": "^18.3.3",
3939
"@types/react-dom": "^18.3.1",
4040
"@types/lodash": "4.14.182",
41-
"@types/css-font-loading-module": "^0.0.13",
42-
"@types/node": "^22.13.1"
41+
"@types/css-font-loading-module": "^0.0.13"
4342
},
4443
"devDependencies": {
45-
"@babel/core": "^7.23.5",
46-
"@babel/preset-env": "^7.23.5",
47-
"@babel/preset-react": "^7.23.3",
48-
"@typescript-eslint/eslint-plugin": "^8.24.0",
49-
"@typescript-eslint/parser": "^8.24.0",
50-
"babel-loader": "^9.2.1",
44+
"@babel/core": "^7.28.0",
45+
"@babel/preset-env": "^7.28.0",
46+
"@babel/preset-react": "^7.27.1",
47+
"@typescript-eslint/eslint-plugin": "^8.42.0",
48+
"@typescript-eslint/parser": "^8.42.0",
49+
"babel-loader": "^10.0.0",
5150
"css-loader": "^7.1.2",
5251
"ejs": "^3.1.10",
5352
"eslint": "^8.57.1",
@@ -66,7 +65,7 @@
6665
"minimist": "^1.2.8",
6766
"node-notifier": "^10.0.1",
6867
"plugin-error": "^2.0.1",
69-
"prettier": "2.7.1",
68+
"prettier": "2.8.8",
7069
"pretty-quick": "^4.0.0",
7170
"prop-types": "^15.6.0",
7271
"react": "^18.3.1",
@@ -77,10 +76,10 @@
7776
"style-loader": "^4.0.0",
7877
"svg-sprite-loader": "^6.0.11",
7978
"terriajs": "8.10.0",
80-
"terriajs-cesium": "8.0.2",
79+
"terriajs-cesium": "18.0.0",
8180
"terriajs-plugin-api": "0.0.1-alpha.17",
8281
"terriajs-plugin-sample": "0.0.1-alpha.7",
83-
"typescript": "^5.7.3",
82+
"typescript": "^5.9.2",
8483
"urijs": "^1.18.12",
8584
"webpack": "^5.96.1",
8685
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)