|
24 | 24 | "custom-bundle": "node tasks/custom_bundle.js", |
25 | 25 | "bundle": "node tasks/bundle.js", |
26 | 26 | "extra-bundles": "node tasks/extra_bundles.js", |
| 27 | + "locales": "node tasks/locales.js", |
27 | 28 | "schema": "node tasks/schema.js", |
28 | 29 | "stats": "node tasks/stats.js", |
29 | 30 | "find-strings": "node tasks/find_locale_strings.js", |
30 | 31 | "preprocess": "node tasks/preprocess.js", |
31 | 32 | "use-draftlogs": "node tasks/use_draftlogs.js", |
32 | 33 | "empty-draftlogs": "node tasks/empty_draftlogs.js", |
33 | 34 | "empty-dist": "node tasks/empty_dist.js", |
34 | | - "build": "npm run empty-dist && npm run preprocess && npm run find-strings && npm run bundle && npm run extra-bundles && npm run schema dist && npm run stats", |
| 35 | + "build": "npm run empty-dist && npm run preprocess && npm run find-strings && npm run bundle && npm run extra-bundles basic && npm run extra-bundles cartesian && npm run extra-bundles geo && npm run extra-bundles gl2d && npm run extra-bundles gl3d && npm run extra-bundles mapbox && npm run extra-bundles finance && npm run extra-bundles strict && npm run locales && npm run schema dist && npm run stats", |
35 | 36 | "cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.js", |
36 | 37 | "watch": "node tasks/watch.js", |
37 | 38 | "lint": "eslint --version && eslint .", |
|
149 | 150 | "deep-equal": "^2.0.5", |
150 | 151 | "derequire": "^2.1.1", |
151 | 152 | "ecstatic": "^4.1.4", |
152 | | - "eslint": "^7.28.0", |
| 153 | + "eslint": "^7.31.0", |
153 | 154 | "espree": "^7.3.1", |
154 | 155 | "extra-iterable": "^2.5.22", |
155 | 156 | "falafel": "^2.2.4", |
156 | 157 | "fs-extra": "^10.0.0", |
157 | 158 | "fuse.js": "^6.4.6", |
158 | | - "glob": "^7.1.6", |
| 159 | + "glob": "^7.1.7", |
159 | 160 | "gzip-size": "^6.0.0", |
160 | 161 | "into-stream": "^6.0.0", |
161 | 162 | "jasmine-core": "^3.5.0", |
162 | 163 | "jsdom": "^16.6.0", |
163 | 164 | "karma": "^6.3.4", |
164 | | - "karma-browserify": "^8.0.0", |
| 165 | + "karma-browserify": "^8.1.0", |
165 | 166 | "karma-chrome-launcher": "^3.1.0", |
166 | 167 | "karma-firefox-launcher": "^2.1.1", |
167 | 168 | "karma-ie-launcher": "^1.0.0", |
|
176 | 177 | "minify-stream": "^2.1.0", |
177 | 178 | "mkdirp": "^1.0.4", |
178 | 179 | "npm-link-check": "^4.0.0", |
179 | | - "open": "^8.2.0", |
| 180 | + "open": "^8.2.1", |
180 | 181 | "pixelmatch": "^5.2.1", |
181 | 182 | "prepend-file": "^2.0.0", |
182 | 183 | "prettysize": "^2.0.0", |
183 | 184 | "read-last-lines": "^1.8.0", |
184 | 185 | "run-series": "^1.1.9", |
185 | 186 | "sane-topojson": "^4.0.0", |
186 | | - "sass": "^1.35.1", |
| 187 | + "sass": "^1.35.2", |
187 | 188 | "through2": "^4.0.2", |
188 | 189 | "true-case-path": "^2.2.1", |
189 | 190 | "watchify": "^4.0.0" |
|
0 commit comments