Skip to content

Commit 60f9a20

Browse files
committed
released 1.9.3
1 parent c53aba5 commit 60f9a20

File tree

13 files changed

+1296
-415
lines changed

13 files changed

+1296
-415
lines changed

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Please explain PR reason.
1+
# Please explain PR reason

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build.environment]
2-
YARN_VERSION = "1.21.1"
2+
YARN_VERSION = "1.22.4"
33
YARN_FLAGS = "--no-ignore-optional --frozen-lockfile"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-google-maps/root",
3-
"version": "1.8.7",
3+
"version": "1.9.3",
44
"private": true,
55
"description": "@react-google-maps API integration",
66
"license": "MIT",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"husky": "4.2.5",
45-
"lint-staged": "10.2.6"
45+
"lint-staged": "10.2.7"
4646
},
4747
"husky": {
4848
"hooks": {

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

+16-16
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@babel/cli": "7.8.4",
18-
"@babel/core": "7.9.6",
19-
"@babel/node": "7.8.7",
20-
"@babel/plugin-proposal-class-properties": "7.8.3",
21-
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
17+
"@babel/cli": "7.10.1",
18+
"@babel/core": "7.10.1",
19+
"@babel/node": "7.10.1",
20+
"@babel/plugin-proposal-class-properties": "7.10.1",
21+
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
2222
"@babel/plugin-syntax-dynamic-import": "7.8.3",
23-
"@babel/plugin-transform-react-jsx": "7.9.4",
24-
"@babel/plugin-transform-runtime": "7.9.6",
25-
"@babel/plugin-transform-spread": "7.8.3",
26-
"@babel/polyfill": "7.8.7",
27-
"@babel/preset-env": "7.9.6",
28-
"@babel/preset-react": "7.9.4",
29-
"@babel/runtime": "7.9.6",
23+
"@babel/plugin-transform-react-jsx": "7.10.1",
24+
"@babel/plugin-transform-runtime": "7.10.1",
25+
"@babel/plugin-transform-spread": "7.10.1",
26+
"@babel/polyfill": "7.10.1",
27+
"@babel/preset-env": "7.10.1",
28+
"@babel/preset-react": "7.10.1",
29+
"@babel/runtime": "7.10.1",
3030
"@getify/eslint-plugin-proper-arrows": "9.1.1",
31-
"@react-google-maps/api": "1.9.2",
31+
"@react-google-maps/api": "1.9.3",
3232
"@sentry/browser": "5.15.5",
3333
"gatsby": "2.21.40",
3434
"gatsby-plugin-favicon": "3.1.6",
@@ -44,7 +44,7 @@
4444
"react-dom": "16.13.1",
4545
"react-helmet": "6.0.0",
4646
"react-redux": "7.2.0",
47-
"react-refresh": "^0.8.2",
47+
"react-refresh": "0.8.3",
4848
"redux": "4.0.5",
4949
"redux-actions": "2.6.5",
5050
"redux-immutable": "4.0.0",
@@ -82,7 +82,7 @@
8282
"@types/react-dom": "16.9.8",
8383
"babel-eslint": "10.1.0",
8484
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
85-
"eslint": "7.0.0",
85+
"eslint": "7.1.0",
8686
"eslint-config-prettier": "6.11.0",
8787
"eslint-config-standard": "14.1.1",
8888
"eslint-config-standard-react": "9.2.0",
@@ -104,7 +104,7 @@
104104
"eslint-plugin-promiseparams": "1.0.8",
105105
"eslint-plugin-react": "7.20.0",
106106
"eslint-plugin-react-functional-set-state": "1.2.1",
107-
"eslint-plugin-react-hooks": "4.0.2",
107+
"eslint-plugin-react-hooks": "4.0.4",
108108
"eslint-plugin-react-perf": "3.2.3",
109109
"eslint-plugin-security-node": "1.0.12",
110110
"eslint-plugin-standard": "4.0.1",

0 commit comments

Comments
 (0)