Skip to content

Commit

Permalink
chore: update dependencies (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin authored Jul 7, 2022
1 parent 6ceb87e commit 6f16320
Show file tree
Hide file tree
Showing 3 changed files with 2,228 additions and 2,557 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[ignore]
.*/findup/test/fixture/.*
.*/malformed_package_json/.*
.*/jsonlint-lines-primitives/test/fails/.*

[include]
Expand Down
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@
"postpublish": "npm run styleguide:build && npm run styleguide:deploy",
"prepare": "npm run build && husky install"
},
"dependencies": {},
"peerDependencies": {
"mapbox-gl": ">= 0.40.0",
"mapbox-gl": "^0.x || ^1.x || ^2.x",
"react": "^16.x || ^17.x || ^18.x",
"react-dom": "^16.x || ^17.x || ^18.x"
},
Expand All @@ -59,61 +60,61 @@
"@mapbox/mapbox-gl-traffic": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-spread": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@deck.gl/core": "^8.7.1",
"@deck.gl/layers": "^8.7.1",
"@deck.gl/mapbox": "^8.7.1",
"@luma.gl/core": "^8.5.10",
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-spread": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@deck.gl/core": "^8.8.3",
"@deck.gl/layers": "^8.8.3",
"@deck.gl/mapbox": "^8.8.3",
"@luma.gl/core": "^8.5.14",
"@mapbox/mapbox-gl-language": "^0.10.0",
"@mapbox/mapbox-gl-traffic": "^1.0.2",
"@size-limit/preset-small-lib": "^6.0.4",
"@size-limit/time": "^6.0.4",
"@size-limit/preset-small-lib": "^7.0.8",
"@size-limit/time": "^7.0.8",
"@turf/random": "^6.5.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"babel-loader": "^8.2.3",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"babel-loader": "^8.2.5",
"codecov": "^3.8.3",
"commitizen": "^4.2.4",
"css-loader": "^6.7.1",
"cz-conventional-changelog": "^3.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.11.0",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"flow-bin": "^0.129.0",
"flow-coverage-report": "^0.8.0",
"flow-remove-types": "^2.174.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"flow-remove-types": "^2.182.0",
"gh-pages": "^4.0.0",
"husky": "^8.0.1",
"jest": "^26.6.3",
"lint-staged": "^11.2.6",
"lint-staged": "^13.0.3",
"mapbox-gl": "^1.13.2",
"prettier": "^2.4.1",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-styleguidist": "^11.1.7",
"rollup": "^2.70.1",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-styleguidist": "^11.2.0",
"rollup": "^2.75.7",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"size-limit": "^6.0.4",
"standard-version": "^9.3.2",
"size-limit": "^7.0.8",
"standard-version": "^9.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.70.0"
"webpack": "^5.73.0"
},
"config": {
"commitizen": {
Expand Down Expand Up @@ -142,12 +143,11 @@
},
"size-limit": [
{
"limit": "500 ms",
"limit": "600 ms",
"path": [
"dist/react-map-gl.cjs.js",
"dist/react-map-gl.esm.js"
]
}
],
"dependencies": {}
]
}
Loading

0 comments on commit 6f16320

Please sign in to comment.