|
14 | 14 | "transpile": "tsc", |
15 | 15 | "build:prod": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js", |
16 | 16 | "prepublishOnly": "yarn lint && yarn clean && yarn build:prod && yarn transpile", |
17 | | - "prettier": "prettier --write src/**/*.{js,ts,tsx} example/src/**/*.{js,ts,tsx} .js", |
| 17 | + "prettier": "prettier --write src/**/*.{ts,tsx} example/src/**/*.{ts,tsx}", |
18 | 18 | "lint:basic": "tsc --pretty --noEmit && eslint --fix --format codeframe", |
19 | 19 | "lint": "yarn lint:basic '{example/,}src/**/*.{ts,tsx}'", |
20 | 20 | "format": "yarn prettier && yarn lint", |
|
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | 72 | "@babel/cli": "^7.8.4", |
73 | | - "@babel/core": "^7.8.4", |
| 73 | + "@babel/core": "^7.9.0", |
74 | 74 | "@babel/plugin-proposal-class-properties": "^7.8.3", |
75 | | - "@babel/preset-env": "^7.8.4", |
76 | | - "@babel/preset-react": "^7.8.3", |
77 | | - "@babel/preset-typescript": "^7.8.3", |
78 | | - "@types/react": "^16.9.22", |
79 | | - "@types/react-dom": "^16.9.5", |
80 | | - "@typescript-eslint/eslint-plugin": "^2.17.0", |
81 | | - "@typescript-eslint/parser": "^2.17.0", |
82 | | - "babel-loader": "^8.0.6", |
83 | | - "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
84 | | - "cross-env": "^7.0.0", |
| 75 | + "@babel/preset-env": "^7.9.5", |
| 76 | + "@babel/preset-react": "^7.9.4", |
| 77 | + "@babel/preset-typescript": "^7.9.0", |
| 78 | + "@types/react": "^16.9.6", |
| 79 | + "@types/react-dom": "^16.9.6", |
| 80 | + "@typescript-eslint/eslint-plugin": "^2.27.0", |
| 81 | + "@typescript-eslint/parser": "^2.27.0", |
| 82 | + "babel-loader": "^8.1.0", |
| 83 | + "cross-env": "^7.0.2", |
85 | 84 | "eslint": "6.8.0", |
86 | | - "eslint-config-airbnb": "18.0.1", |
87 | | - "eslint-config-prettier": "^6.5.0", |
88 | | - "eslint-plugin-import": "^2.18.2", |
| 85 | + "eslint-config-airbnb": "18.1.0", |
| 86 | + "eslint-config-prettier": "^6.10.1", |
| 87 | + "eslint-plugin-import": "^2.20.2", |
89 | 88 | "eslint-plugin-jsx-a11y": "^6.2.3", |
90 | 89 | "eslint-plugin-prettier": "^3.1.1", |
91 | | - "eslint-plugin-react": "^7.18.0", |
92 | | - "eslint-plugin-react-hooks": "^2.2.0", |
93 | | - "husky": "^4.2.3", |
94 | | - "lint-staged": "^10.0.7", |
95 | | - "prettier": "^1.18.2", |
96 | | - "prop-types": "^15.7.2", |
97 | | - "react": "^16.8.6", |
98 | | - "react-dom": "^16.8.6", |
99 | | - "release-it": "^12.6.1", |
| 90 | + "eslint-plugin-react": "^7.19.0", |
| 91 | + "eslint-plugin-react-hooks": "^3.0.0", |
| 92 | + "husky": "^4.2.5", |
| 93 | + "lint-staged": "^10.1.3", |
| 94 | + "prettier": "^2.0.4", |
| 95 | + "react": "^16.13.1", |
| 96 | + "react-dom": "^16.13.1", |
| 97 | + "release-it": "^13.5.2", |
100 | 98 | "rimraf": "^3.0.2", |
101 | | - "typescript": "^3.8.2", |
102 | | - "webpack": "^4.41.6", |
103 | | - "webpack-bundle-analyzer": "^3.3.2", |
| 99 | + "typescript": "^3.8.3", |
| 100 | + "webpack": "^4.42.1", |
| 101 | + "webpack-bundle-analyzer": "^3.6.1", |
104 | 102 | "webpack-cli": "^3.3.11", |
105 | 103 | "webpack-dev-server": "^3.10.3" |
106 | 104 | } |
|
0 commit comments