|
52 | 52 | "constate"
|
53 | 53 | ],
|
54 | 54 | "devDependencies": {
|
55 |
| - "@babel/cli": "7.12.1", |
56 |
| - "@babel/core": "7.12.3", |
57 |
| - "@babel/preset-env": "7.12.1", |
58 |
| - "@babel/preset-react": "7.12.1", |
59 |
| - "@babel/preset-typescript": "7.12.1", |
60 |
| - "@rollup/plugin-babel": "5.2.1", |
| 55 | + "@babel/cli": "7.13.0", |
| 56 | + "@babel/core": "7.13.8", |
| 57 | + "@babel/preset-env": "7.13.8", |
| 58 | + "@babel/preset-react": "7.12.13", |
| 59 | + "@babel/preset-typescript": "7.13.0", |
| 60 | + "@rollup/plugin-babel": "5.3.0", |
61 | 61 | "@rollup/plugin-commonjs": "15.1.0",
|
62 | 62 | "@rollup/plugin-node-resolve": "9.0.0",
|
63 |
| - "@rollup/plugin-replace": "2.3.3", |
64 |
| - "@testing-library/react": "11.1.0", |
65 |
| - "@types/jest": "26.0.15", |
| 63 | + "@rollup/plugin-replace": "2.4.1", |
| 64 | + "@testing-library/react": "11.2.5", |
| 65 | + "@types/jest": "26.0.20", |
66 | 66 | "@types/prop-types": "15.7.3",
|
67 | 67 | "@types/react": "16.9.53",
|
68 | 68 | "@types/react-dom": "16.9.8",
|
69 |
| - "@typescript-eslint/eslint-plugin": "4.5.0", |
70 |
| - "@typescript-eslint/parser": "4.5.0", |
| 69 | + "@typescript-eslint/eslint-plugin": "4.15.2", |
| 70 | + "@typescript-eslint/parser": "4.15.2", |
71 | 71 | "babel-eslint": "10.1.0",
|
72 |
| - "babel-jest": "26.6.0", |
73 |
| - "eslint": "7.11.0", |
74 |
| - "eslint-config-airbnb": "18.2.0", |
| 72 | + "babel-jest": "26.6.3", |
| 73 | + "eslint": "7.21.0", |
| 74 | + "eslint-config-airbnb": "18.2.1", |
75 | 75 | "eslint-config-prettier": "6.14.0",
|
76 | 76 | "eslint-plugin-import": "2.22.1",
|
77 |
| - "eslint-plugin-jsx-a11y": "6.3.1", |
78 |
| - "eslint-plugin-prettier": "3.1.4", |
79 |
| - "eslint-plugin-react": "7.21.5", |
| 77 | + "eslint-plugin-jsx-a11y": "6.4.1", |
| 78 | + "eslint-plugin-prettier": "3.3.1", |
| 79 | + "eslint-plugin-react": "7.22.0", |
80 | 80 | "husky": "4.3.0",
|
81 |
| - "jest": "26.6.0", |
82 |
| - "lint-staged": "10.4.2", |
| 81 | + "jest": "26.6.3", |
| 82 | + "lint-staged": "10.5.4", |
83 | 83 | "open-cli": "6.0.1",
|
84 |
| - "prettier": "2.1.2", |
| 84 | + "prettier": "2.2.1", |
85 | 85 | "raf": "3.4.1",
|
86 | 86 | "react": "17.0.1",
|
87 | 87 | "react-dom": "17.0.1",
|
88 | 88 | "react-test-renderer": "17.0.1",
|
89 | 89 | "rimraf": "3.0.2",
|
90 |
| - "rollup": "2.32.1", |
| 90 | + "rollup": "2.40.0", |
91 | 91 | "rollup-plugin-ignore": "1.0.9",
|
92 | 92 | "rollup-plugin-terser": "7.0.2",
|
93 |
| - "standard-version": "9.0.0", |
94 |
| - "typescript": "4.0.3" |
| 93 | + "standard-version": "9.1.1", |
| 94 | + "typescript": "4.2.2" |
95 | 95 | },
|
96 | 96 | "peerDependencies": {
|
97 | 97 | "react": "^16.8.0 || ^17.0.0"
|
|
0 commit comments