|
101 | 101 | "d3-zoom": "^3.0.0"
|
102 | 102 | },
|
103 | 103 | "devDependencies": {
|
104 |
| - "@babel/core": "^7.24.0", |
105 |
| - "@babel/eslint-parser": "^7.23.10", |
106 |
| - "@babel/plugin-proposal-class-properties": "^7.18.6", |
107 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
108 |
| - "@babel/plugin-transform-runtime": "^7.24.0", |
109 |
| - "@babel/preset-env": "^7.24.0", |
110 |
| - "@babel/preset-typescript": "^7.23.3", |
111 |
| - "@babel/runtime": "^7.24.0", |
112 |
| - "@commitlint/cli": "19.0.3", |
113 |
| - "@commitlint/config-conventional": "^19.0.3", |
114 |
| - "@rollup/plugin-babel": "^6.0.4", |
| 104 | + "@commitlint/cli": "18.6.1", |
| 105 | + "@commitlint/config-conventional": "^18.6.2", |
115 | 106 | "@rollup/plugin-node-resolve": "^15.2.3",
|
116 | 107 | "@rollup/plugin-replace": "^5.0.5",
|
117 | 108 | "@rollup/plugin-typescript": "^11.1.6",
|
|
125 | 116 | "@types/d3": "^7.4.3",
|
126 | 117 | "@types/mocha": "^10.0.6",
|
127 | 118 | "@types/sinon": "^17.0.3",
|
128 |
| - "@typescript-eslint/eslint-plugin": "^7.2.0", |
129 |
| - "@typescript-eslint/parser": "^7.2.0", |
130 |
| - "babel-helper-modules": "^6.0.0", |
131 |
| - "babel-loader": "^9.1.3", |
132 |
| - "babel-plugin-add-module-exports": "^1.0.4", |
133 |
| - "babel-plugin-minify-constant-folding": "^0.5.0", |
134 |
| - "babel-plugin-minify-dead-code-elimination": "^0.5.2", |
135 |
| - "babel-plugin-minify-guarded-expressions": "^0.4.4", |
136 |
| - "babel-plugin-minify-numeric-literals": "^0.4.3", |
137 |
| - "babel-plugin-minify-type-constructors": "^0.4.3", |
138 |
| - "babel-plugin-transform-inline-consecutive-adds": "^0.4.3", |
139 |
| - "babel-plugin-transform-merge-sibling-variables": "^6.9.5", |
140 |
| - "babel-plugin-transform-minify-booleans": "^6.9.4", |
| 119 | + "@typescript-eslint/eslint-plugin": "^7.1.0", |
| 120 | + "@typescript-eslint/parser": "^7.1.0", |
141 | 121 | "better-docs": "^2.7.3",
|
142 | 122 | "chai": "^4.3.10",
|
143 | 123 | "clean-webpack-plugin": "^4.0.0",
|
|
146 | 126 | "coveralls": "^3.1.1",
|
147 | 127 | "cross-env": "^7.0.3",
|
148 | 128 | "css-loader": "^6.10.0",
|
149 |
| - "css-minimizer-webpack-plugin": "^6.0.0", |
150 | 129 | "d3-color": "^3.1.0",
|
151 | 130 | "d3-delaunay": "^6.0.4",
|
152 | 131 | "d3-format": "^3.1.0",
|
153 | 132 | "d3-polygon": "^3.0.1",
|
154 | 133 | "docdash": "^2.0.2",
|
| 134 | + "esbuild-loader": "^4.0.3", |
155 | 135 | "eslint": "^8.57.0",
|
156 | 136 | "eslint-config-naver": "^2.1.0",
|
157 | 137 | "eslint-plugin-import": "^2.29.1",
|
|
188 | 168 | "string-replace-loader": "^3.1.0",
|
189 | 169 | "style-loader": "^3.3.4",
|
190 | 170 | "taffydb": "^2.7.3",
|
191 |
| - "terser-webpack-plugin": "^5.3.10", |
192 | 171 | "tslib": "^2.6.2",
|
193 | 172 | "typescript": "5.4.2",
|
194 | 173 | "webpack": "^5.90.3",
|
|
0 commit comments