|
49 | 49 | "not IE 11" |
50 | 50 | ], |
51 | 51 | "devDependencies": { |
52 | | - "@babel/core": "^7.16.0", |
53 | | - "@rollup/plugin-typescript": "^8.3.0", |
54 | | - "@storybook/addon-essentials": "^6.3.12", |
55 | | - "@storybook/addon-links": "^6.3.12", |
56 | | - "@storybook/react": "^6.3.12", |
57 | | - "@swc/core": "^1.2.111", |
58 | | - "@swc/jest": "^0.2.5", |
59 | | - "@testing-library/jest-dom": "^5.15.0", |
60 | | - "@testing-library/react": "^12.1.2", |
61 | | - "@types/react": "^17.0.35", |
62 | | - "@types/react-dom": "^17.0.11", |
63 | | - "@typescript-eslint/eslint-plugin": "^5.4.0", |
64 | | - "@typescript-eslint/parser": "^5.4.0", |
65 | | - "babel-loader": "^8.2.3", |
66 | | - "eslint": "^8.2.0", |
67 | | - "eslint-config-airbnb": "^19.0.0", |
68 | | - "eslint-config-airbnb-typescript": "^16.0.0", |
69 | | - "eslint-config-prettier": "^8.3.0", |
70 | | - "eslint-plugin-import": "^2.25.3", |
71 | | - "eslint-plugin-jest": "^25.2.4", |
72 | | - "eslint-plugin-jest-dom": "^3.9.2", |
| 52 | + "@babel/core": "^7.17.9", |
| 53 | + "@rollup/plugin-typescript": "^8.3.1", |
| 54 | + "@storybook/addon-essentials": "^6.4.21", |
| 55 | + "@storybook/addon-links": "^6.4.21", |
| 56 | + "@storybook/react": "^6.4.21", |
| 57 | + "@swc/core": "^1.2.165", |
| 58 | + "@swc/jest": "^0.2.20", |
| 59 | + "@testing-library/jest-dom": "^5.16.4", |
| 60 | + "@testing-library/react": "^13.0.0", |
| 61 | + "@types/react": "^18.0.1", |
| 62 | + "@types/react-dom": "^18.0.0", |
| 63 | + "@typescript-eslint/eslint-plugin": "^5.18.0", |
| 64 | + "@typescript-eslint/parser": "^5.18.0", |
| 65 | + "babel-loader": "^8.2.4", |
| 66 | + "eslint": "^8.13.0", |
| 67 | + "eslint-config-airbnb": "^19.0.4", |
| 68 | + "eslint-config-airbnb-typescript": "^17.0.0", |
| 69 | + "eslint-config-prettier": "^8.5.0", |
| 70 | + "eslint-plugin-import": "^2.26.0", |
| 71 | + "eslint-plugin-jest": "^26.1.4", |
| 72 | + "eslint-plugin-jest-dom": "^4.0.1", |
73 | 73 | "eslint-plugin-jsx-a11y": "^6.5.1", |
74 | | - "eslint-plugin-react": "^7.27.1", |
75 | | - "eslint-plugin-react-hooks": "^4.3.0", |
76 | | - "eslint-plugin-testing-library": "^5.0.0", |
| 74 | + "eslint-plugin-react": "^7.29.4", |
| 75 | + "eslint-plugin-react-hooks": "^4.4.0", |
| 76 | + "eslint-plugin-testing-library": "^5.2.1", |
77 | 77 | "husky": "^7.0.4", |
78 | | - "jest": "^27.3.1", |
79 | | - "lint-staged": "^12.0.3", |
80 | | - "prettier": "^2.4.1", |
81 | | - "react": "^17.0.2", |
82 | | - "react-dom": "^17.0.2", |
| 78 | + "jest": "^27.5.1", |
| 79 | + "lint-staged": "^12.3.7", |
| 80 | + "prettier": "^2.6.2", |
| 81 | + "react": "^18.0.0", |
| 82 | + "react-dom": "^18.0.0", |
83 | 83 | "rimraf": "^3.0.2", |
84 | | - "rollup": "^2.60.0", |
| 84 | + "rollup": "^2.70.1", |
85 | 85 | "rollup-plugin-copy": "^3.4.0", |
86 | 86 | "tslib": "^2.3.1", |
87 | | - "typescript": "^4.5.2", |
88 | | - "webpack": "^5.64.2" |
| 87 | + "typescript": "^4.6.3", |
| 88 | + "webpack": "^5.72.0" |
89 | 89 | }, |
90 | 90 | "peerDependencies": { |
91 | 91 | "react": ">=16.8.0" |
92 | 92 | }, |
93 | | - "packageManager": "yarn@3.1.0" |
| 93 | + "packageManager": "yarn@3.2.0" |
94 | 94 | } |
0 commit comments