|
7 | 7 | "react"
|
8 | 8 | ],
|
9 | 9 | "homepage": "https://openscript.github.io/react-dsv-import/",
|
10 |
| - "version": "0.3.7", |
| 10 | + "version": "0.3.8", |
11 | 11 | "main": "dist/index.js",
|
12 | 12 | "module": "dist/es/index.js",
|
13 | 13 | "types": "dist/index.d.ts",
|
|
22 | 22 | "@storybook/addon-storysource": "^6.0.28",
|
23 | 23 | "@storybook/addons": "^6.0.28",
|
24 | 24 | "@storybook/react": "^6.0.28",
|
25 |
| - "@testing-library/jest-dom": "^5.11.5", |
26 |
| - "@testing-library/react": "^11.1.0", |
| 25 | + "@testing-library/jest-dom": "^5.11.6", |
| 26 | + "@testing-library/react": "^11.1.2", |
27 | 27 | "@testing-library/react-hooks": "^3.4.2",
|
28 | 28 | "@types/jest": "^26.0.15",
|
29 |
| - "@types/node": "^14.14.6", |
30 |
| - "@types/react": "^16.9.55", |
| 29 | + "@types/node": "^14.14.7", |
| 30 | + "@types/react": "^16.9.56", |
31 | 31 | "@types/react-dom": "^16.9.9",
|
32 |
| - "@typescript-eslint/eslint-plugin": "^4.6.0", |
33 |
| - "@typescript-eslint/parser": "^4.6.0", |
34 |
| - "babel-loader": "^8.1.0", |
| 32 | + "@typescript-eslint/eslint-plugin": "^4.7.0", |
| 33 | + "@typescript-eslint/parser": "^4.7.0", |
| 34 | + "babel-loader": "^8.2.1", |
35 | 35 | "babel-preset-react-app": "^10.0.0",
|
36 |
| - "eslint": "^7.12.1", |
| 36 | + "eslint": "^7.13.0", |
37 | 37 | "eslint-config-prettier": "^6.15.0",
|
38 | 38 | "eslint-plugin-prettier": "^3.1.4",
|
39 | 39 | "eslint-plugin-react": "^7.21.5",
|
40 |
| - "jest": "^26.6.2", |
| 40 | + "jest": "^26.6.3", |
41 | 41 | "prettier": "^2.1.2",
|
42 | 42 | "react-docgen": "^5.3.1",
|
43 | 43 | "react-is": "^17.0.1",
|
44 | 44 | "react-test-renderer": "^17.0.1",
|
45 |
| - "rollup": "^2.33.1", |
46 |
| - "ts-jest": "^26.4.3", |
47 |
| - "ts-loader": "^8.0.7", |
| 45 | + "rollup": "^2.33.2", |
| 46 | + "ts-jest": "^26.4.4", |
| 47 | + "ts-loader": "^8.0.11", |
48 | 48 | "ts-node": "^9.0.0",
|
49 | 49 | "tslib": "^2.0.3",
|
50 | 50 | "typescript": "^4.0.5"
|
|
64 | 64 | "dist"
|
65 | 65 | ],
|
66 | 66 | "peerDependencies": {
|
67 |
| - "react": "^16.13.1", |
68 |
| - "react-dom": "^16.13.1" |
| 67 | + "react": "^17.0.1", |
| 68 | + "react-dom": "^17.0.1" |
69 | 69 | }
|
70 | 70 | }
|
0 commit comments