| 
7 | 7 |     "react"  | 
8 | 8 |   ],  | 
9 | 9 |   "homepage": "https://openscript.github.io/react-dsv-import/",  | 
10 |  | -  "version": "0.3.4",  | 
 | 10 | +  "version": "0.3.5",  | 
11 | 11 |   "main": "dist/index.js",  | 
12 | 12 |   "module": "dist/es/index.js",  | 
13 | 13 |   "types": "dist/index.d.ts",  | 
14 |  | -  "dependencies": {},  | 
15 | 14 |   "devDependencies": {  | 
16 |  | -    "@babel/core": "^7.10.2",  | 
 | 15 | +    "@babel/core": "^7.10.5",  | 
17 | 16 |     "@emotion/core": "^10.0.28",  | 
18 | 17 |     "@emotion/styled": "^10.0.27",  | 
19 |  | -    "@rollup/plugin-typescript": "^4.1.2",  | 
20 |  | -    "@storybook/addon-actions": "^5.3.19",  | 
21 |  | -    "@storybook/addon-docs": "^5.3.19",  | 
22 |  | -    "@storybook/addon-info": "^5.3.19",  | 
23 |  | -    "@storybook/addon-links": "^5.3.19",  | 
24 |  | -    "@storybook/addon-storysource": "^5.3.19",  | 
25 |  | -    "@storybook/addons": "^5.3.19",  | 
26 |  | -    "@storybook/preset-typescript": "^3.0.0",  | 
27 |  | -    "@storybook/react": "^5.3.19",  | 
28 |  | -    "@testing-library/jest-dom": "^5.9.0",  | 
29 |  | -    "@testing-library/react": "^10.2.1",  | 
 | 18 | +    "@rollup/plugin-typescript": "^5.0.2",  | 
 | 19 | +    "@storybook/addon-actions": "^6.0.0-rc.5",  | 
 | 20 | +    "@storybook/addon-docs": "^6.0.0-rc.5",  | 
 | 21 | +    "@storybook/addon-links": "^6.0.0-rc.5",  | 
 | 22 | +    "@storybook/addon-storysource": "^6.0.0-rc.5",  | 
 | 23 | +    "@storybook/addons": "^6.0.0-rc.5",  | 
 | 24 | +    "@storybook/react": "^6.0.0-rc.5",  | 
 | 25 | +    "@testing-library/jest-dom": "^5.11.1",  | 
 | 26 | +    "@testing-library/react": "^10.4.7",  | 
30 | 27 |     "@testing-library/react-hooks": "^3.3.0",  | 
31 |  | -    "@types/jest": "^25.2.3",  | 
32 |  | -    "@types/node": "^14.0.11",  | 
33 |  | -    "@types/react": "^16.9.35",  | 
 | 28 | +    "@types/jest": "^26.0.4",  | 
 | 29 | +    "@types/node": "^14.0.23",  | 
 | 30 | +    "@types/react": "^16.9.43",  | 
34 | 31 |     "@types/react-dom": "^16.9.8",  | 
35 |  | -    "@typescript-eslint/eslint-plugin": "^3.1.0",  | 
36 |  | -    "@typescript-eslint/parser": "^3.1.0",  | 
 | 32 | +    "@typescript-eslint/eslint-plugin": "^3.6.1",  | 
 | 33 | +    "@typescript-eslint/parser": "^3.6.1",  | 
37 | 34 |     "babel-loader": "^8.1.0",  | 
38 | 35 |     "babel-preset-react-app": "^9.1.2",  | 
39 |  | -    "eslint": "^7.2.0",  | 
 | 36 | +    "eslint": "^7.4.0",  | 
40 | 37 |     "eslint-config-prettier": "^6.11.0",  | 
41 |  | -    "eslint-plugin-prettier": "^3.1.3",  | 
42 |  | -    "eslint-plugin-react": "^7.20.0",  | 
43 |  | -    "jest": "^26.0.1",  | 
 | 38 | +    "eslint-plugin-prettier": "^3.1.4",  | 
 | 39 | +    "eslint-plugin-react": "^7.20.3",  | 
 | 40 | +    "jest": "^26.1.0",  | 
44 | 41 |     "prettier": "^2.0.5",  | 
 | 42 | +    "react-docgen": "^5.3.0",  | 
45 | 43 |     "react-is": "^16.13.1",  | 
46 | 44 |     "react-test-renderer": "^16.13.1",  | 
47 |  | -    "rollup": "^2.15.0",  | 
48 |  | -    "ts-jest": "^26.1.0",  | 
 | 45 | +    "rollup": "^2.21.0",  | 
 | 46 | +    "ts-jest": "^26.1.2",  | 
 | 47 | +    "ts-loader": "^8.0.1",  | 
49 | 48 |     "ts-node": "^8.10.2",  | 
50 | 49 |     "tslib": "^2.0.0",  | 
51 |  | -    "typescript": "^3.9.5"  | 
 | 50 | +    "typescript": "^3.9.6"  | 
52 | 51 |   },  | 
53 | 52 |   "scripts": {  | 
54 | 53 |     "build": "yarn build:rollup",  | 
 | 
0 commit comments