Skip to content

Commit 696ae31

Browse files
committed
update dependencies
1 parent 406a88b commit 696ae31

File tree

3 files changed

+189
-145
lines changed

3 files changed

+189
-145
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
]
4848
},
4949
"devDependencies": {
50-
"eslint": "6.7.2",
50+
"eslint": "6.8.0",
5151
"@types/react-dom": "16.9.4",
5252
"@types/googlemaps": "3.38.1",
5353
"@typescript-eslint/eslint-plugin": "2.12.0",
5454
"@typescript-eslint/parser": "2.12.0",
55-
"acorn": "6.4.0",
55+
"acorn": "7.1.0",
5656
"husky": "3.1.0",
5757
"jest": "24.9.0",
5858
"jest-cli": "24.9.0",
@@ -62,13 +62,10 @@
6262
"react-dom": "16.12.0",
6363
"ts-jest": "24.2.0",
6464
"tsdx": "0.12.0",
65-
"typescript": "3.7.3",
65+
"typescript": "3.7.4",
6666
"rimraf": "3.0.0",
6767
"webpack": "4.41.4"
6868
},
69-
"resolutions": {
70-
"acorn": "6.4.0"
71-
},
7269
"husky": {
7370
"hooks": {
7471
"pre-commit": "lint-staged"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/JustFly1984"
1111
},
1212
"engines": {
13-
"node": "12.13.1"
13+
"node": ">=12.13.1"
1414
},
1515
"contributors": [
1616
"Uri Klar <[email protected]> (https://github.com/uriklar)",

0 commit comments

Comments
 (0)