|
13 | 13 | ] |
14 | 14 | }, |
15 | 15 | "name": "terriajs-map", |
16 | | - "version": "0.0.9", |
| 16 | + "version": "0.1.0", |
17 | 17 | "description": "Geospatial catalog explorer based on TerriaJS.", |
18 | 18 | "license": "Apache-2.0", |
19 | 19 | "engines": { |
|
24 | 24 | "url": "http://github.com/TerriaJS/TerriaMap" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "terriajs-plugin-api": "0.0.1-alpha.6", |
| 27 | + "terriajs-plugin-api": "0.0.1-alpha.16", |
28 | 28 | "terriajs-plugin-sample": "0.0.1-alpha.7", |
29 | 29 | "terriajs-server": "^4.0.0" |
30 | 30 | }, |
|
40 | 40 | "@types/node": "^18.15.11" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@babel/core": "^7.22.9", |
44 | | - "@babel/eslint-parser": "^7.12.16", |
45 | | - "@babel/preset-env": "^7.22.9", |
46 | | - "@babel/preset-react": "^7.22.5", |
| 43 | + "@babel/core": "^7.23.5", |
| 44 | + "@babel/eslint-parser": "^7.23.3", |
| 45 | + "@babel/preset-env": "^7.23.5", |
| 46 | + "@babel/preset-react": "^7.23.3", |
| 47 | + "@typescript-eslint/eslint-plugin": "^6.12.0", |
| 48 | + "@typescript-eslint/parser": "^6.12.0", |
47 | 49 | "babel-loader": "^8.2.3", |
48 | 50 | "babel-plugin-jsx-control-statements": "^4.0.0", |
49 | 51 | "css-loader": "^2.1.0", |
50 | 52 | "ejs": "^2.5.2", |
51 | 53 | "eslint": "^7.20.0", |
52 | | - "eslint-plugin-jsx-control-statements": "^2.2.1", |
| 54 | + "eslint-config-prettier": "^9.1.0", |
53 | 55 | "eslint-plugin-react": "^7.19.0", |
| 56 | + "eslint-plugin-react-hooks": "^4.6.0", |
54 | 57 | "file-loader": "^3.0.1", |
55 | 58 | "fork-ts-checker-notifier-webpack-plugin": "^6.0.0", |
56 | 59 | "fork-ts-checker-webpack-plugin": "^6.0.0", |
|
74 | 77 | "semver": "^5.0.0", |
75 | 78 | "style-loader": "^0.23.1", |
76 | 79 | "svg-sprite-loader": "4.1.3", |
77 | | - "terriajs": "8.4.0", |
78 | | - "terriajs-cesium": "1.92.0-tile-error-provider-fix-2", |
| 80 | + "terriajs": "8.5.0", |
| 81 | + "terriajs-cesium": "6.2.0", |
79 | 82 | "ts-loader": "^5.3.3", |
80 | | - "typescript": "^4.9.5", |
| 83 | + "typescript": "~5.2.0", |
81 | 84 | "urijs": "^1.18.12", |
82 | 85 | "url-loader": "^1.1.2", |
83 | | - "webpack": "~4.46.0", |
| 86 | + "webpack": "~4.47.0", |
84 | 87 | "webpack-cli": "^3.3.11", |
85 | 88 | "webpack-dev-server": "^3.1.14", |
86 | 89 | "yargs": "^11.0.0" |
|
0 commit comments