|
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | 46 | "@agney/react-inspector": "^4.0.0", |
47 | | - "@reach/auto-id": "^0.13.2", |
48 | | - "@reach/tabs": "^0.13.2", |
49 | | - "goober": "^2.0.33", |
| 47 | + "@reach/auto-id": "^0.16.0", |
| 48 | + "@reach/tabs": "^0.16.1", |
| 49 | + "goober": "^2.0.41", |
50 | 50 | "lodash.merge": "^4.6.2", |
51 | | - "prism-react-renderer": "^1.2.0", |
| 51 | + "prism-react-renderer": "^1.2.1", |
52 | 52 | "react-simple-code-editor": "^0.11.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@babel/core": "^7.13.10", |
56 | | - "@babel/preset-env": "^7.13.10", |
57 | | - "@babel/preset-react": "^7.12.13", |
58 | | - "@babel/preset-typescript": "^7.13.0", |
59 | | - "@testing-library/jest-dom": "^5.11.9", |
60 | | - "@testing-library/react": "^11.2.5", |
61 | | - "@types/jest": "^26.0.20", |
62 | | - "@types/lodash": "^4.14.168", |
63 | | - "@types/lodash-es": "^4.17.4", |
| 55 | + "@babel/core": "^7.15.8", |
| 56 | + "@babel/preset-env": "^7.15.8", |
| 57 | + "@babel/preset-react": "^7.14.5", |
| 58 | + "@babel/preset-typescript": "^7.15.0", |
| 59 | + "@testing-library/jest-dom": "^5.14.1", |
| 60 | + "@testing-library/react": "^12.1.2", |
| 61 | + "@types/jest": "^27.0.2", |
| 62 | + "@types/lodash": "^4.14.175", |
| 63 | + "@types/lodash-es": "^4.17.5", |
64 | 64 | "@types/lodash.merge": "^4.6.6", |
65 | | - "@types/react": "^17.0.3", |
66 | | - "@types/react-dom": "^17.0.2", |
67 | | - "@types/react-inspector": "^4.0.1", |
68 | | - "jest": "^26.6.3", |
69 | | - "microbundle": "^0.13.0", |
70 | | - "react": "^17.0.1", |
71 | | - "react-dom": "^17.0.1" |
| 65 | + "@types/react": "^17.0.29", |
| 66 | + "@types/react-dom": "^17.0.9", |
| 67 | + "@types/react-inspector": "^4.0.2", |
| 68 | + "jest": "^27.2.5", |
| 69 | + "microbundle": "^0.14.0", |
| 70 | + "react": "^17.0.2", |
| 71 | + "react-dom": "^17.0.2" |
72 | 72 | }, |
73 | 73 | "jest": { |
74 | | - "rootDir": "src" |
| 74 | + "rootDir": "src", |
| 75 | + "testEnvironment": "jsdom" |
75 | 76 | }, |
76 | 77 | "repository": { |
77 | 78 | "type": "git", |
|
0 commit comments