Skip to content

Commit

Permalink
update gatsby example dependencies, released 2.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JustFly1984 committed Feb 11, 2024
1 parent 28991a2 commit 5dc08e4
Show file tree
Hide file tree
Showing 2 changed files with 1,703 additions and 1,537 deletions.
45 changes: 23 additions & 22 deletions packages/react-google-maps-api-gatsby-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,24 @@
"access": "public"
},
"resolutions": {
"@babel/core": "7.22.9"
"@babel/core": "7.23.9",
"@babel/node": "7.23.9"
},
"dependencies": {
"@babel/core": "7.22.9",
"@babel/node": "7.22.6",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/runtime": "7.22.6",
"@react-google-maps/api": "2.19.2",
"@sentry/browser": "7.60.1",
"@babel/core": "7.23.9",
"@babel/node": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.9",
"@react-google-maps/api": "2.19.3",
"@sentry/browser": "7.100.1",
"cross-env": "7.0.3",
"gatsby": "5.11.0",
"gatsby-plugin-manifest": "5.11.0",
"gatsby": "5.13.3",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-purgecss": "6.2.1",
"gatsby-plugin-react-helmet": "6.11.0",
"gatsby-plugin-sitemap": "6.11.0",
"gatsby-plugin-typescript": "5.11.0",
"gatsby-plugin-react-helmet": "6.13.1",
"gatsby-plugin-sitemap": "6.13.1",
"gatsby-plugin-typescript": "5.13.1",
"immutable": "4.3.1",
"intl": "1.2.5",
"prop-types": "15.8.1",
Expand All @@ -41,13 +42,13 @@
"redux-actions": "3.0.0",
"redux-immutable": "4.0.0",
"redux-thunk": "2.4.2",
"stylelint": "15.10.2",
"stylelint": "16.2.1",
"stylelint-a11y": "1.2.3",
"stylelint-config-css-modules": "4.3.0",
"stylelint-config-recommended": "13.0.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-recommended": "14.0.0",
"stylelint-config-standard": "36.0.0",
"stylelint-css-modules": "1.2.2",
"stylelint-high-performance-animation": "1.8.0",
"stylelint-high-performance-animation": "1.10.0",
"uniqid": "5.4.0"
},
"keywords": [
Expand All @@ -70,12 +71,12 @@
"update": "npm-check -u"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.22.9",
"@babel/plugin-transform-runtime": "7.23.9",
"babel-eslint": "10.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"jest": "29.6.1",
"jest-cli": "29.6.1",
"rimraf": "5.0.1"
"jest": "29.7.0",
"jest-cli": "29.7.0",
"rimraf": "5.0.5"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 5dc08e4

Please sign in to comment.