Skip to content

Commit

Permalink
released 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JustFly1984 committed May 29, 2020
1 parent c53aba5 commit 60f9a20
Show file tree
Hide file tree
Showing 13 changed files with 1,296 additions and 415 deletions.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Please explain PR reason.
# Please explain PR reason
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build.environment]
YARN_VERSION = "1.21.1"
YARN_VERSION = "1.22.4"
YARN_FLAGS = "--no-ignore-optional --frozen-lockfile"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-google-maps/root",
"version": "1.8.7",
"version": "1.9.3",
"private": true,
"description": "@react-google-maps API integration",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"husky": "4.2.5",
"lint-staged": "10.2.6"
"lint-staged": "10.2.7"
},
"husky": {
"hooks": {
Expand Down
32 changes: 16 additions & 16 deletions packages/react-google-maps-api-gatsby-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"access": "public"
},
"dependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/node": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
"@babel/cli": "7.10.1",
"@babel/core": "7.10.1",
"@babel/node": "7.10.1",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-react-jsx": "7.9.4",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/plugin-transform-spread": "7.8.3",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/runtime": "7.9.6",
"@babel/plugin-transform-react-jsx": "7.10.1",
"@babel/plugin-transform-runtime": "7.10.1",
"@babel/plugin-transform-spread": "7.10.1",
"@babel/polyfill": "7.10.1",
"@babel/preset-env": "7.10.1",
"@babel/preset-react": "7.10.1",
"@babel/runtime": "7.10.1",
"@getify/eslint-plugin-proper-arrows": "9.1.1",
"@react-google-maps/api": "1.9.2",
"@react-google-maps/api": "1.9.3",
"@sentry/browser": "5.15.5",
"gatsby": "2.21.40",
"gatsby-plugin-favicon": "3.1.6",
Expand All @@ -44,7 +44,7 @@
"react-dom": "16.13.1",
"react-helmet": "6.0.0",
"react-redux": "7.2.0",
"react-refresh": "^0.8.2",
"react-refresh": "0.8.3",
"redux": "4.0.5",
"redux-actions": "2.6.5",
"redux-immutable": "4.0.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@types/react-dom": "16.9.8",
"babel-eslint": "10.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"eslint": "7.0.0",
"eslint": "7.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-standard": "14.1.1",
"eslint-config-standard-react": "9.2.0",
Expand All @@ -104,7 +104,7 @@
"eslint-plugin-promiseparams": "1.0.8",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-functional-set-state": "1.2.1",
"eslint-plugin-react-hooks": "4.0.2",
"eslint-plugin-react-hooks": "4.0.4",
"eslint-plugin-react-perf": "3.2.3",
"eslint-plugin-security-node": "1.0.12",
"eslint-plugin-standard": "4.0.1",
Expand Down
Loading

0 comments on commit 60f9a20

Please sign in to comment.