|
13 | 13 | "types": "dist/index.d.ts",
|
14 | 14 | "dependencies": {},
|
15 | 15 | "devDependencies": {
|
16 |
| - "@babel/core": "^7.9.6", |
| 16 | + "@babel/core": "^7.10.2", |
17 | 17 | "@emotion/core": "^10.0.28",
|
18 | 18 | "@emotion/styled": "^10.0.27",
|
19 | 19 | "@rollup/plugin-typescript": "^4.1.2",
|
|
25 | 25 | "@storybook/addons": "^5.3.19",
|
26 | 26 | "@storybook/preset-typescript": "^3.0.0",
|
27 | 27 | "@storybook/react": "^5.3.19",
|
28 |
| - "@testing-library/jest-dom": "^5.8.0", |
| 28 | + "@testing-library/jest-dom": "^5.9.0", |
29 | 29 | "@testing-library/react": "^10.0.4",
|
30 | 30 | "@testing-library/react-hooks": "^3.2.1",
|
31 | 31 | "@types/jest": "^25.2.3",
|
32 |
| - "@types/node": "^14.0.5", |
| 32 | + "@types/node": "^14.0.6", |
33 | 33 | "@types/react": "^16.9.35",
|
34 | 34 | "@types/react-dom": "^16.9.8",
|
35 |
| - "@typescript-eslint/eslint-plugin": "^3.0.1", |
36 |
| - "@typescript-eslint/parser": "^3.0.1", |
| 35 | + "@typescript-eslint/eslint-plugin": "^3.0.2", |
| 36 | + "@typescript-eslint/parser": "^3.0.2", |
37 | 37 | "babel-loader": "^8.1.0",
|
38 | 38 | "babel-preset-react-app": "^9.1.2",
|
39 | 39 | "eslint": "^7.1.0",
|
|
44 | 44 | "prettier": "^2.0.5",
|
45 | 45 | "react-is": "^16.13.1",
|
46 | 46 | "react-test-renderer": "^16.13.1",
|
47 |
| - "rollup": "^2.10.9", |
48 |
| - "ts-jest": "^26.0.0", |
49 |
| - "ts-node": "^8.10.1", |
| 47 | + "rollup": "^2.12.0", |
| 48 | + "ts-jest": "^26.1.0", |
| 49 | + "ts-node": "^8.10.2", |
50 | 50 | "tslib": "^2.0.0",
|
51 | 51 | "typescript": "^3.9.3"
|
52 | 52 | },
|
|
0 commit comments