Skip to content

Commit

Permalink
Upgrade various (mostly dev) deps, downgrade GL (#8078)
Browse files Browse the repository at this point in the history
* upgrade various (mostly dev) deps

* try downgrading gl to 4.1.1
  • Loading branch information
mourner authored Mar 25, 2019
1 parent 805e06d commit f30552f
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 793 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@mapbox/whoots-js": "^3.1.0",
"csscolorparser": "~1.0.2",
"earcut": "^2.1.5",
"esm": "^3.0.84",
"esm": "~3.0.84",
"geojson-vt": "^3.2.1",
"gl-matrix": "^3.0.0",
"grid-index": "^1.1.0",
Expand All @@ -47,36 +47,36 @@
"@mapbox/batfish": "1.9.8",
"@mapbox/flow-remove-types": "^1.3.0-await.upstream.2",
"@mapbox/gazetteer": "^3.1.2",
"@mapbox/mapbox-gl-rtl-text": "^0.2.0",
"@mapbox/mapbox-gl-rtl-text": "^0.2.1",
"@mapbox/mapbox-gl-test-suite": "file:test/integration",
"@octokit/rest": "^15.15.1",
"babel-eslint": "^10.0.1",
"benchmark": "~2.1.0",
"browserify": "^16.1.0",
"benchmark": "^2.1.4",
"browserify": "^16.2.3",
"d3": "^4.12.0",
"documentation": "~9.1.1",
"ejs": "^2.5.7",
"eslint": "^5.8.0",
"eslint": "^5.15.3",
"eslint-config-mourner": "^3.0.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.95.1",
"github-slugger": "1.2.1",
"gl": "^4.2.2",
"gl": "~4.1.1",
"glob": "^7.0.3",
"is-builtin-module": "^3.0.0",
"jsdom": "^13.0.0",
"json-stringify-pretty-compact": "^1.0.4",
"json-stringify-pretty-compact": "^2.0.0",
"jsonwebtoken": "^8.3.0",
"mock-geolocation": "^1.0.11",
"npm-run-all": "^4.0.1",
"nyc": "^13.1.0",
"npm-run-all": "^4.1.5",
"nyc": "^13.3.0",
"object.entries": "^1.1.0",
"pirates": "^3.0.2",
"pngjs": "^3.3.3",
"postcss-cli": "^5.0.0",
"pirates": "^4.0.1",
"pngjs": "^3.4.0",
"postcss-cli": "^6.1.2",
"postcss-inline-svg": "^3.1.1",
"pretty-bytes": "^5.1.0",
"prismjs": "^1.15.0",
Expand All @@ -89,22 +89,22 @@
"remark": "^10.0.1",
"remark-html": "^9.0.0",
"remark-react": "^5.0.1",
"request": "^2.79.0",
"rollup": "^1.7.0",
"request": "^2.88.0",
"rollup": "^1.7.3",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-commonjs": "^9.2.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.1",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-unassert": "^0.2.0",
"sinon": "^7.1.1",
"sinon": "^7.3.0",
"slugg": "^1.2.1",
"st": "^1.2.0",
"stylelint": "^9.7.1",
"st": "^1.2.2",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"tap": "^12.0.1"
"tap": "~12.4.1"
},
"browser": {
"./src/shaders/index.js": "./src/shaders/shaders.js",
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@mapbox/jsonlint-lines-primitives": "~2.0.2",
"@mapbox/unitbezier": "^0.0.0",
"csscolorparser": "~1.0.2",
"json-stringify-pretty-compact": "^1.2.0",
"json-stringify-pretty-compact": "^2.0.0",
"minimist": "0.0.8",
"rw": "^1.3.3",
"sort-object": "^0.3.2"
Expand Down
Loading

0 comments on commit f30552f

Please sign in to comment.