|
6 | 6 | ], |
7 | 7 | "type": "module", |
8 | 8 | "devDependencies": { |
9 | | - "@babel/core": "^7.12.10", |
10 | | - "@babel/eslint-parser": "^7.13.10", |
11 | | - "@babel/plugin-transform-runtime": "^7.12.10", |
12 | | - "@babel/preset-env": "^7.12.11", |
13 | | - "@babel/preset-react": "^7.13.13", |
14 | | - "@babel/preset-typescript": "^7.14.5", |
15 | | - "@commitlint/cli": "^13.1.0", |
16 | | - "@commitlint/config-conventional": "^13.1.0", |
17 | | - "@rollup/plugin-babel": "^5.2.2", |
18 | | - "@rollup/plugin-node-resolve": "^13.0.0", |
19 | | - "@testing-library/jest-dom": "^5.14.1", |
20 | | - "@testing-library/react": "^12.1.2", |
21 | | - "@testing-library/react-hooks": "^7.0.2", |
22 | | - "@types/react-router-dom": "^5.1.8", |
23 | | - "builtin-modules": "^3.2.0", |
24 | | - "cross-env": "^7.0.3", |
25 | | - "eslint": "^7.18.0", |
26 | | - "husky": "^7.0.0", |
27 | | - "jest": "^27.0.4", |
28 | | - "jest-junit": "^13.0.0", |
29 | | - "jest-localstorage-mock": "^2.4.8", |
30 | | - "lerna": "^4.0.0", |
31 | | - "lint-staged": "^11.0.0", |
32 | | - "mockdate": "^3.0.5", |
33 | | - "prettier": "^2.2.1", |
34 | | - "react": "^17.0.2", |
35 | | - "react-dom": "^17.0.2", |
36 | | - "read-pkg": "^7.0.0", |
37 | | - "rollup": "^2.36.1", |
38 | | - "rollup-plugin-dts": "^4.0.0", |
39 | | - "rollup-plugin-visualizer": "^5.5.0", |
40 | | - "typescript": "^4.3.5" |
| 9 | + "@babel/core": "7.15.8", |
| 10 | + "@babel/eslint-parser": "7.15.8", |
| 11 | + "@babel/plugin-transform-runtime": "7.15.8", |
| 12 | + "@babel/preset-env": "7.15.8", |
| 13 | + "@babel/preset-react": "7.14.5", |
| 14 | + "@babel/preset-typescript": "7.15.0", |
| 15 | + "@commitlint/cli": "13.2.1", |
| 16 | + "@commitlint/config-conventional": "13.2.0", |
| 17 | + "@rollup/plugin-babel": "5.3.0", |
| 18 | + "@rollup/plugin-node-resolve": "13.0.5", |
| 19 | + "@testing-library/jest-dom": "5.14.1", |
| 20 | + "@testing-library/react": "12.1.2", |
| 21 | + "@testing-library/react-hooks": "7.0.2", |
| 22 | + "@types/react-router-dom": "5.3.1", |
| 23 | + "builtin-modules": "3.2.0", |
| 24 | + "cross-env": "7.0.3", |
| 25 | + "eslint": "7.32.0", |
| 26 | + "husky": "7.0.2", |
| 27 | + "jest": "27.2.5", |
| 28 | + "jest-junit": "13.0.0", |
| 29 | + "jest-localstorage-mock": "2.4.18", |
| 30 | + "lerna": "4.0.0", |
| 31 | + "lint-staged": "11.2.3", |
| 32 | + "mockdate": "3.0.5", |
| 33 | + "prettier": "2.4.1", |
| 34 | + "react": "17.0.2", |
| 35 | + "react-dom": "17.0.2", |
| 36 | + "read-pkg": "7.0.0", |
| 37 | + "rollup": "2.58.0", |
| 38 | + "rollup-plugin-dts": "4.0.0", |
| 39 | + "rollup-plugin-visualizer": "5.5.2", |
| 40 | + "typescript": "4.4.4" |
41 | 41 | }, |
42 | 42 | "scripts": { |
43 | 43 | "lint": "eslint --ext js,ts,tsx --cache .", |
|
0 commit comments