Skip to content

Commit 5dc08e4

Browse files
committed
update gatsby example dependencies, released 2.19.3
1 parent 28991a2 commit 5dc08e4

File tree

2 files changed

+1703
-1537
lines changed

2 files changed

+1703
-1537
lines changed

packages/react-google-maps-api-gatsby-example/package.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,24 @@
1414
"access": "public"
1515
},
1616
"resolutions": {
17-
"@babel/core": "7.22.9"
17+
"@babel/core": "7.23.9",
18+
"@babel/node": "7.23.9"
1819
},
1920
"dependencies": {
20-
"@babel/core": "7.22.9",
21-
"@babel/node": "7.22.6",
22-
"@babel/preset-env": "7.22.9",
23-
"@babel/preset-react": "7.22.5",
24-
"@babel/runtime": "7.22.6",
25-
"@react-google-maps/api": "2.19.2",
26-
"@sentry/browser": "7.60.1",
21+
"@babel/core": "7.23.9",
22+
"@babel/node": "7.23.9",
23+
"@babel/preset-env": "7.23.9",
24+
"@babel/preset-react": "7.23.3",
25+
"@babel/runtime": "7.23.9",
26+
"@react-google-maps/api": "2.19.3",
27+
"@sentry/browser": "7.100.1",
2728
"cross-env": "7.0.3",
28-
"gatsby": "5.11.0",
29-
"gatsby-plugin-manifest": "5.11.0",
29+
"gatsby": "5.13.3",
30+
"gatsby-plugin-manifest": "5.13.1",
3031
"gatsby-plugin-purgecss": "6.2.1",
31-
"gatsby-plugin-react-helmet": "6.11.0",
32-
"gatsby-plugin-sitemap": "6.11.0",
33-
"gatsby-plugin-typescript": "5.11.0",
32+
"gatsby-plugin-react-helmet": "6.13.1",
33+
"gatsby-plugin-sitemap": "6.13.1",
34+
"gatsby-plugin-typescript": "5.13.1",
3435
"immutable": "4.3.1",
3536
"intl": "1.2.5",
3637
"prop-types": "15.8.1",
@@ -41,13 +42,13 @@
4142
"redux-actions": "3.0.0",
4243
"redux-immutable": "4.0.0",
4344
"redux-thunk": "2.4.2",
44-
"stylelint": "15.10.2",
45+
"stylelint": "16.2.1",
4546
"stylelint-a11y": "1.2.3",
46-
"stylelint-config-css-modules": "4.3.0",
47-
"stylelint-config-recommended": "13.0.0",
48-
"stylelint-config-standard": "34.0.0",
47+
"stylelint-config-css-modules": "4.4.0",
48+
"stylelint-config-recommended": "14.0.0",
49+
"stylelint-config-standard": "36.0.0",
4950
"stylelint-css-modules": "1.2.2",
50-
"stylelint-high-performance-animation": "1.8.0",
51+
"stylelint-high-performance-animation": "1.10.0",
5152
"uniqid": "5.4.0"
5253
},
5354
"keywords": [
@@ -70,12 +71,12 @@
7071
"update": "npm-check -u"
7172
},
7273
"devDependencies": {
73-
"@babel/plugin-transform-runtime": "7.22.9",
74+
"@babel/plugin-transform-runtime": "7.23.9",
7475
"babel-eslint": "10.1.0",
7576
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
76-
"jest": "29.6.1",
77-
"jest-cli": "29.6.1",
78-
"rimraf": "5.0.1"
77+
"jest": "29.7.0",
78+
"jest-cli": "29.7.0",
79+
"rimraf": "5.0.5"
7980
},
8081
"repository": {
8182
"type": "git",

0 commit comments

Comments
 (0)