Skip to content

Commit 8b8a632

Browse files
committed
Test lispy style eval.
1 parent 320e049 commit 8b8a632

3 files changed

Lines changed: 1721 additions & 1079 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"@types/node": "^22.13.1"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.23.5",
46-
"@babel/preset-env": "^7.23.5",
47-
"@babel/preset-react": "^7.23.3",
45+
"@babel/core": "^7.28.0",
46+
"@babel/preset-env": "^7.28.0",
47+
"@babel/preset-react": "^7.27.1",
4848
"@typescript-eslint/eslint-plugin": "^8.24.0",
4949
"@typescript-eslint/parser": "^8.24.0",
50-
"babel-loader": "^9.2.1",
50+
"babel-loader": "^10.0.0",
5151
"css-loader": "^7.1.2",
5252
"ejs": "^3.1.10",
5353
"eslint": "^8.57.1",
@@ -66,7 +66,7 @@
6666
"minimist": "^1.2.8",
6767
"node-notifier": "^10.0.1",
6868
"plugin-error": "^2.0.1",
69-
"prettier": "2.7.1",
69+
"prettier": "2.8.8",
7070
"pretty-quick": "^4.0.0",
7171
"prop-types": "^15.6.0",
7272
"react": "^18.3.1",
@@ -77,10 +77,10 @@
7777
"style-loader": "^4.0.0",
7878
"svg-sprite-loader": "^6.0.11",
7979
"terriajs": "8.10.0",
80-
"terriajs-cesium": "8.0.2",
80+
"terriajs-cesium": "18.0.0",
8181
"terriajs-plugin-api": "0.0.1-alpha.17",
8282
"terriajs-plugin-sample": "0.0.1-alpha.7",
83-
"typescript": "^5.7.3",
83+
"typescript": "5.7.3",
8484
"urijs": "^1.18.12",
8585
"webpack": "^5.96.1",
8686
"webpack-cli": "^5.1.4",

serverconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"gov",
2121
"gov.uk",
2222
"gov.nz",
23-
"services.aremi.data61.io"
23+
"services.aremi.data61.io",
24+
"demo-bucket.protomaps.com"
2425
]
2526
}

0 commit comments

Comments
 (0)