|
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "jest --coverage --collectCoverageFrom=src/**", |
8 | | - "build": "shx rm -rf dist && tsc && rollup -c", |
| 8 | + "build": "shx rm -rf dist && rollup -c", |
9 | 9 | "lint": "eslint . --ext ts,tsx,js,jsx", |
10 | 10 | "storybook": "start-storybook -p 6006 --ci", |
11 | | - "build-storybook": "build-storybook" |
| 11 | + "build-storybook": "build-storybook", |
| 12 | + "release": "standard-version", |
| 13 | + "release:minor": "standard-version --release-as minor", |
| 14 | + "release:patch": "standard-version --release-as patch", |
| 15 | + "release:major": "standard-version --release-as major" |
12 | 16 | }, |
13 | 17 | "repository": { |
14 | 18 | "type": "git", |
|
26 | 30 | }, |
27 | 31 | "dependencies": {}, |
28 | 32 | "devDependencies": { |
29 | | - "@babel/core": "^7.9.0", |
30 | | - "@babel/plugin-proposal-object-rest-spread": "^7.9.5", |
31 | | - "@babel/plugin-proposal-optional-chaining": "^7.12.7", |
32 | | - "@babel/preset-env": "^7.9.5", |
33 | | - "@babel/preset-react": "^7.9.4", |
34 | | - "@babel/preset-typescript": "^7.12.7", |
35 | | - "@material-ui/core": "^4.9.11", |
36 | | - "@rollup/plugin-babel": "^5.2.2", |
37 | | - "@rollup/plugin-commonjs": "^17.0.0", |
38 | | - "@rollup/plugin-node-resolve": "^11.0.1", |
39 | | - "@rollup/plugin-typescript": "^8.1.0", |
| 33 | + "@babel/core": "^7.14.3", |
| 34 | + "@babel/plugin-proposal-object-rest-spread": "^7.14.4", |
| 35 | + "@babel/plugin-proposal-optional-chaining": "^7.14.2", |
| 36 | + "@babel/preset-env": "^7.14.4", |
| 37 | + "@babel/preset-react": "^7.13.13", |
| 38 | + "@babel/preset-typescript": "^7.13.0", |
| 39 | + "@material-ui/core": "^4.11.4", |
| 40 | + "@rollup/plugin-babel": "^5.3.0", |
| 41 | + "@rollup/plugin-commonjs": "^17.1.0", |
| 42 | + "@rollup/plugin-node-resolve": "^11.2.1", |
| 43 | + "@rollup/plugin-typescript": "^8.2.1", |
40 | 44 | "@storybook/addon-actions": "^5.3.18", |
41 | 45 | "@storybook/addon-links": "^5.3.18", |
42 | 46 | "@storybook/addons": "^5.3.18", |
43 | 47 | "@storybook/react": "^5.3.18", |
44 | | - "@testing-library/react": "^11.2.2", |
45 | | - "@testing-library/react-hooks": "^3.4.2", |
46 | | - "@types/jest": "^26.0.15", |
47 | | - "@typescript-eslint/eslint-plugin": "^4.8.2", |
48 | | - "@typescript-eslint/parser": "^4.8.2", |
| 48 | + "@testing-library/react": "^11.2.7", |
| 49 | + "@testing-library/react-hooks": "^3.7.0", |
| 50 | + "@types/jest": "^26.0.23", |
| 51 | + "@typescript-eslint/eslint-plugin": "^4.26.0", |
| 52 | + "@typescript-eslint/parser": "^4.26.0", |
49 | 53 | "babel-eslint": "^10.1.0", |
50 | 54 | "babel-loader": "^8.2.2", |
51 | | - "eslint": "^7.18.0", |
52 | | - "eslint-plugin-prettier": "^3.3.1", |
53 | | - "eslint-plugin-react": "^7.22.0", |
| 55 | + "eslint": "^7.28.0", |
| 56 | + "eslint-plugin-prettier": "^3.4.0", |
| 57 | + "eslint-plugin-react": "^7.24.0", |
54 | 58 | "eslint-plugin-react-hooks": "^4.2.0", |
55 | 59 | "jest": "^26.6.3", |
56 | | - "prettier": "^2.2.1", |
| 60 | + "prettier": "^2.3.1", |
57 | 61 | "prop-types": "^15.7.2", |
58 | | - "react": "^17.0.1", |
59 | | - "react-dom": "^17.0.1", |
60 | | - "react-test-renderer": "^17.0.1", |
61 | | - "rollup": "^2.38.0", |
| 62 | + "react": "^17.0.2", |
| 63 | + "react-dom": "^17.0.2", |
| 64 | + "react-test-renderer": "^17.0.2", |
| 65 | + "rollup": "^2.50.6", |
62 | 66 | "rollup-plugin-dts": "^2.0.1", |
63 | 67 | "shx": "^0.3.3", |
64 | | - "ts-loader": "^8.0.14", |
65 | | - "typescript": "^4.1.3" |
| 68 | + "standard-version": "^9.3.0", |
| 69 | + "ts-loader": "^8.3.0", |
| 70 | + "typescript": "^4.3.2" |
66 | 71 | } |
67 | 72 | } |
0 commit comments