|
1 | 1 | {
|
2 | 2 | "name": "react-dsv-import",
|
3 | 3 | "description": "Flexible, typed and easy to use React Component ⚛ to provide CSV, TSV and other delimiter-separated values formats (DSV) import functionality.",
|
4 |
| - "keywords": ["react-component", "typescript", "react"], |
| 4 | + "keywords": [ |
| 5 | + "react-component", |
| 6 | + "typescript", |
| 7 | + "react" |
| 8 | + ], |
5 | 9 | "homepage": "https://openscript.github.io/react-dsv-import/",
|
6 |
| - "version": "0.0.7", |
| 10 | + "version": "0.1.0", |
7 | 11 | "main": "dist/index.js",
|
8 | 12 | "module": "dist/es/index.js",
|
9 | 13 | "types": "dist/index.d.ts",
|
10 | 14 | "dependencies": {},
|
11 | 15 | "devDependencies": {
|
12 | 16 | "@babel/core": "^7.9.0",
|
13 |
| - "@rollup/plugin-typescript": "^4.0.0", |
| 17 | + "@rollup/plugin-typescript": "^4.1.1", |
14 | 18 | "@storybook/addon-actions": "^5.3.18",
|
15 | 19 | "@storybook/addon-docs": "^5.3.18",
|
16 | 20 | "@storybook/addon-info": "^5.3.18",
|
|
22 | 26 | "@types/node": "^13.11.1",
|
23 | 27 | "@types/react": "^16.9.34",
|
24 | 28 | "@types/react-dom": "^16.9.6",
|
25 |
| - "@typescript-eslint/eslint-plugin": "^2.27.0", |
26 |
| - "@typescript-eslint/parser": "^2.27.0", |
| 29 | + "@typescript-eslint/eslint-plugin": "^2.28.0", |
| 30 | + "@typescript-eslint/parser": "^2.28.0", |
27 | 31 | "babel-loader": "^8.1.0",
|
28 | 32 | "babel-preset-react-app": "^9.1.2",
|
29 | 33 | "eslint": "^6.8.0",
|
30 | 34 | "eslint-config-prettier": "^6.10.1",
|
31 |
| - "eslint-plugin-prettier": "^3.1.2", |
| 35 | + "eslint-plugin-prettier": "^3.1.3", |
32 | 36 | "eslint-plugin-react": "^7.19.0",
|
33 | 37 | "prettier": "^2.0.4",
|
34 | 38 | "react-is": "^16.13.1",
|
35 |
| - "rollup": "^2.6.0", |
| 39 | + "rollup": "^2.6.1", |
36 | 40 | "ts-node": "^8.8.2",
|
37 | 41 | "tslib": "^1.11.1",
|
38 | 42 | "typescript": "^3.8.3"
|
|
0 commit comments