|
10 | 10 | "url": "https://github.com/bondz/react-static-google-map" |
11 | 11 | }, |
12 | 12 | "sideEffects": false, |
13 | | - "author": "Akinmade Bond <bond@max.ng>", |
| 13 | + "author": "Bond <bonda@decagon.institute>", |
14 | 14 | "typings": "./typings/index.d.ts", |
15 | 15 | "license": "MIT", |
16 | 16 | "keywords": [ |
|
24 | 24 | "react-promise": "2.0.0" |
25 | 25 | }, |
26 | 26 | "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", |
34 | 34 | "@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", |
44 | 44 | "babel-plugin-transform-react-remove-prop-types": "0.4.24", |
45 | | - "jest": "26.1.0", |
| 45 | + "jest": "27.3.1", |
46 | 46 | "prop-types": "15.7.2", |
47 | 47 | "react-dom": "16.0.1", |
48 | | - "rollup": "2.23.0" |
| 48 | + "rollup": "2.58.0" |
49 | 49 | }, |
50 | 50 | "scripts": { |
51 | 51 | "build": "rollup -c", |
|
63 | 63 | "jest": { |
64 | 64 | "setupFilesAfterEnv": [ |
65 | 65 | "./jest.setup.js" |
66 | | - ] |
| 66 | + ], |
| 67 | + "testEnvironment": "jsdom" |
67 | 68 | } |
68 | 69 | } |
0 commit comments