|
7 | 7 | "react"
|
8 | 8 | ],
|
9 | 9 | "homepage": "https://openscript.github.io/react-dsv-import/",
|
10 |
| - "version": "0.2.2", |
| 10 | + "version": "0.2.3", |
11 | 11 | "main": "dist/index.js",
|
12 | 12 | "module": "dist/es/index.js",
|
13 | 13 | "types": "dist/index.d.ts",
|
|
25 | 25 | "@storybook/addons": "^5.3.18",
|
26 | 26 | "@storybook/preset-typescript": "^3.0.0",
|
27 | 27 | "@storybook/react": "^5.3.18",
|
28 |
| - "@testing-library/jest-dom": "^5.7.0", |
| 28 | + "@testing-library/jest-dom": "^5.8.0", |
29 | 29 | "@testing-library/react": "^10.0.4",
|
30 | 30 | "@testing-library/react-hooks": "^3.2.1",
|
31 |
| - "@types/jest": "^25.2.1", |
32 |
| - "@types/node": "^13.13.5", |
33 |
| - "@types/react": "^16.9.34", |
34 |
| - "@types/react-dom": "^16.9.7", |
35 |
| - "@typescript-eslint/eslint-plugin": "^2.31.0", |
36 |
| - "@typescript-eslint/parser": "^2.31.0", |
| 31 | + "@types/jest": "^25.2.3", |
| 32 | + "@types/node": "^14.0.4", |
| 33 | + "@types/react": "^16.9.35", |
| 34 | + "@types/react-dom": "^16.9.8", |
| 35 | + "@typescript-eslint/eslint-plugin": "^2.34.0", |
| 36 | + "@typescript-eslint/parser": "^2.34.0", |
37 | 37 | "babel-loader": "^8.1.0",
|
38 | 38 | "babel-preset-react-app": "^9.1.2",
|
39 | 39 | "eslint": "^7.0.0",
|
40 | 40 | "eslint-config-prettier": "^6.11.0",
|
41 | 41 | "eslint-plugin-prettier": "^3.1.3",
|
42 |
| - "eslint-plugin-react": "^7.19.0", |
43 |
| - "jest": "^25.5.4", |
| 42 | + "eslint-plugin-react": "^7.20.0", |
| 43 | + "jest": "^26.0.1", |
44 | 44 | "prettier": "^2.0.5",
|
45 | 45 | "react-is": "^16.13.1",
|
46 | 46 | "react-test-renderer": "^16.13.1",
|
47 |
| - "rollup": "^2.9.0", |
48 |
| - "ts-jest": "^25.5.1", |
| 47 | + "rollup": "^2.10.5", |
| 48 | + "ts-jest": "^26.0.0", |
49 | 49 | "ts-node": "^8.10.1",
|
50 |
| - "tslib": "^1.11.2", |
51 |
| - "typescript": "^3.8.3" |
| 50 | + "tslib": "^2.0.0", |
| 51 | + "typescript": "^3.9.3" |
52 | 52 | },
|
53 | 53 | "scripts": {
|
54 | 54 | "build": "yarn build:rollup",
|
|
0 commit comments