|
1 | 1 | {
|
2 | 2 | "name": "@here/xyz-maps-playground",
|
3 |
| - "version": "0.40.2", |
| 3 | + "version": "0.41.0", |
4 | 4 | "description": "Playground for XYZ editor.",
|
5 | 5 | "author": {
|
6 | 6 | "name": "HERE Europe B.V.",
|
|
19 | 19 | "dev": "rollup -c -w --bundleConfigAsCjs"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@here/xyz-maps-common": "^0.40.2", |
23 |
| - "@here/xyz-maps-core": "^0.40.2", |
24 |
| - "@here/xyz-maps-display": "^0.40.2", |
25 |
| - "@here/xyz-maps-editor": "^0.40.2", |
| 22 | + "@here/xyz-maps-common": "^0.41.0", |
| 23 | + "@here/xyz-maps-core": "^0.41.0", |
| 24 | + "@here/xyz-maps-display": "^0.41.0", |
| 25 | + "@here/xyz-maps-editor": "^0.41.0", |
26 | 26 | "@monaco-editor/react": "^4.4.5",
|
27 | 27 | "monaco-editor": "^0.34.0",
|
28 | 28 | "react": "^18.2.0",
|
|
34 | 34 | "@rollup/plugin-json": "^4.1.0",
|
35 | 35 | "@rollup/plugin-node-resolve": "^16.0.0",
|
36 | 36 | "@rollup/plugin-replace": "^4.0.0",
|
| 37 | + "@rollup/plugin-terser": "^0.4.4", |
37 | 38 | "@rollup/plugin-typescript": "^12.1.2",
|
38 | 39 | "@rollup/plugin-virtual": "^2.1.0",
|
39 | 40 | "postcss": "^8.4.16",
|
40 | 41 | "rollup": "^3.29.5",
|
41 | 42 | "rollup-plugin-copy": "^3.4.0",
|
42 | 43 | "rollup-plugin-postcss": "^4.0.2",
|
43 |
| - "@rollup/plugin-terser": "^0.4.4", |
44 | 44 | "sass": "^1.54.5",
|
45 | 45 | "tslib": "^2.4.0",
|
46 | 46 | "typescript": "^4.7.4"
|
|
0 commit comments