Skip to content

Commit c53aba5

Browse files
committed
v1.9.3
1 parent 437c113 commit c53aba5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-google-maps/api",
33
"sideEffects": false,
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"description": "React.js Google Maps API integration",
66
"license": "MIT",
77
"author": {
@@ -84,8 +84,8 @@
8484
"prepublishOnly": "yarn build"
8585
},
8686
"dependencies": {
87-
"@react-google-maps/infobox": "1.9.2",
88-
"@react-google-maps/marker-clusterer": "1.9.2",
87+
"@react-google-maps/infobox": "1.9.3",
88+
"@react-google-maps/marker-clusterer": "1.9.3",
8989
"acorn": "^7.2.0",
9090
"acorn-jsx": "^5.2.0",
9191
"invariant": "2.2.4"
@@ -102,10 +102,10 @@
102102
"@types/invariant": "2.2.33",
103103
"@types/jest": "25.2.3",
104104
"@types/react-dom": "16.9.8",
105-
"@typescript-eslint/eslint-plugin": "3.0.0",
106-
"@typescript-eslint/parser": "3.0.0",
105+
"@typescript-eslint/eslint-plugin": "3.0.2",
106+
"@typescript-eslint/parser": "3.0.2",
107107
"awesome-typescript-loader": "5.2.1",
108-
"eslint": "7.0.0",
108+
"eslint": "7.1.0",
109109
"eslint-config-standard": "14.1.1",
110110
"eslint-config-standard-react": "9.2.0",
111111
"eslint-import-resolver-typescript": "2.0.0",
@@ -122,7 +122,7 @@
122122
"eslint-plugin-promise": "4.2.1",
123123
"eslint-plugin-react": "7.20.0",
124124
"eslint-plugin-react-functional-set-state": "1.2.1",
125-
"eslint-plugin-react-hooks": "4.0.2",
125+
"eslint-plugin-react-hooks": "4.0.4",
126126
"eslint-plugin-react-perf": "3.2.3",
127127
"eslint-plugin-security-node": "1.0.12",
128128
"eslint-plugin-standard": "4.0.1",
@@ -131,9 +131,9 @@
131131
"jest-cli": "26.0.1",
132132
"react": "16.13.1",
133133
"react-docgen": "5.3.0",
134-
"react-docgen-typescript": "1.16.4",
134+
"react-docgen-typescript": "1.16.5",
135135
"react-dom": "16.13.1",
136-
"react-styleguidist": "11.0.6",
136+
"react-styleguidist": "11.0.8",
137137
"rimraf": "3.0.2",
138138
"ts-jest": "26.0.0",
139139
"tsdx": "0.13.2",

0 commit comments

Comments
 (0)