Skip to content

Commit 9364f27

Browse files
committed
Update dependencies
1 parent 0a536d1 commit 9364f27

2 files changed

Lines changed: 1798 additions & 2417 deletions

File tree

package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/bondz/react-static-google-map"
1111
},
1212
"sideEffects": false,
13-
"author": "Akinmade Bond <bond@max.ng>",
13+
"author": "Bond <bonda@decagon.institute>",
1414
"typings": "./typings/index.d.ts",
1515
"license": "MIT",
1616
"keywords": [
@@ -24,28 +24,28 @@
2424
"react-promise": "2.0.0"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.10.5",
28-
"@babel/plugin-external-helpers": "^7.10.4",
29-
"@babel/plugin-proposal-class-properties": "^7.10.4",
30-
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
31-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
32-
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
33-
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
27+
"@babel/core": "^7.15.8",
28+
"@babel/plugin-external-helpers": "^7.14.5",
29+
"@babel/plugin-proposal-class-properties": "^7.14.5",
30+
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
31+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
32+
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
33+
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
3434
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
35-
"@babel/preset-env": "^7.10.4",
36-
"@babel/preset-react": "^7.10.4",
37-
"@rollup/plugin-babel": "^5.1.0",
38-
"@rollup/plugin-commonjs": "^14.0.0",
39-
"@rollup/plugin-node-resolve": "^8.4.0",
40-
"@testing-library/jest-dom": "^5.11.1",
41-
"@testing-library/react": "10.4.7",
42-
"@types/react": "16.9.43",
43-
"babel-jest": "^26.1.0",
35+
"@babel/preset-env": "^7.15.8",
36+
"@babel/preset-react": "^7.14.5",
37+
"@rollup/plugin-babel": "^5.3.0",
38+
"@rollup/plugin-commonjs": "^21.0.1",
39+
"@rollup/plugin-node-resolve": "^13.0.6",
40+
"@testing-library/jest-dom": "^5.14.1",
41+
"@testing-library/react": "12.1.2",
42+
"@types/react": "17.0.30",
43+
"babel-jest": "^27.3.1",
4444
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
45-
"jest": "26.1.0",
45+
"jest": "27.3.1",
4646
"prop-types": "15.7.2",
4747
"react-dom": "16.0.1",
48-
"rollup": "2.23.0"
48+
"rollup": "2.58.0"
4949
},
5050
"scripts": {
5151
"build": "rollup -c",
@@ -63,6 +63,7 @@
6363
"jest": {
6464
"setupFilesAfterEnv": [
6565
"./jest.setup.js"
66-
]
66+
],
67+
"testEnvironment": "jsdom"
6768
}
6869
}

0 commit comments

Comments
 (0)