|
31 | 31 | "last 2 versions" |
32 | 32 | ], |
33 | 33 | "dependencies": { |
34 | | - "@types/earcut": "^2.1.1", |
35 | | - "@types/node": "^18.16.3", |
| 34 | + "@types/earcut": "^3.0.0", |
| 35 | + "@types/node": "^22.0.0", |
36 | 36 | "@types/pako": "^2.0.0", |
37 | 37 | "@types/pbf": "^3.0.2", |
38 | 38 | "@types/polylabel": "^1.0.5", |
39 | | - "@types/rbush": "^3.0.0", |
| 39 | + "@types/rbush": "^4.0.0", |
40 | 40 | "@types/three": "^0.152.0", |
41 | 41 | "@types/virtual-dom": "^2.1.1", |
42 | | - "earcut": "^2.2.4", |
43 | | - "martinez-polygon-clipping": "^0.7.3", |
| 42 | + "earcut": "^3.0.0", |
| 43 | + "martinez-polygon-clipping": "^0.8.0", |
44 | 44 | "pako": "^2.1.0", |
45 | | - "pbf": "^3.2.1", |
46 | | - "polylabel": "^1.1.0", |
47 | | - "rbush": "^3.0.1", |
| 45 | + "pbf": "^4.0.0", |
| 46 | + "polylabel": "^2.0.0", |
| 47 | + "rbush": "^4.0.0", |
48 | 48 | "rxjs": "^7.8.1", |
49 | 49 | "s2-geometry": "^1.2.10", |
50 | 50 | "three": "0.152.2", |
51 | 51 | "virtual-dom": "^2.1.1" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
| 54 | + "@babel/preset-env": "^7.29.2", |
54 | 55 | "@rollup/plugin-commonjs": "^24.1.0", |
55 | 56 | "@rollup/plugin-node-resolve": "^15.0.2", |
56 | | - "@types/jest": "^27.4.1", |
| 57 | + "@types/jest": "^29.0.0", |
57 | 58 | "autoprefixer": "^10.4.14", |
58 | 59 | "caniuse-lite": "^1.0.30001482", |
59 | | - "concurrently": "^8.0.1", |
| 60 | + "concurrently": "^9.0.0", |
60 | 61 | "express": "^4.18.2", |
61 | 62 | "flowgen": "^1.21.0", |
62 | | - "jest": "^27.5.1", |
| 63 | + "jest": "^29.0.0", |
| 64 | + "jest-environment-jsdom": "^30.3.0", |
| 65 | + "jest-jasmine2": "29.7.0", |
63 | 66 | "postcss": "^8.4.23", |
64 | | - "postcss-cli": "^10.1.0", |
| 67 | + "postcss-cli": "^11.0.0", |
65 | 68 | "postcss-inline-svg": "^6.0.0", |
66 | 69 | "rollup": "^3.21.4", |
67 | 70 | "rollup-plugin-dts": "^5.3.0", |
68 | 71 | "rollup-plugin-sourcemaps": "^0.6.3", |
69 | 72 | "rollup-plugin-terser": "^7.0.2", |
70 | 73 | "tslint": "^6.1.2", |
71 | | - "typescript": "^4.9.5" |
| 74 | + "typescript": "^5.5.0" |
72 | 75 | }, |
73 | 76 | "scripts": { |
74 | 77 | "build": "yarn build-styles && yarn build-src", |
|
0 commit comments