|
59 | 59 | "react-dom": "^18.0.0" |
60 | 60 | }, |
61 | 61 | "devDependencies": { |
62 | | - "@babel/cli": "^7.24.5", |
63 | | - "@babel/core": "^7.24.5", |
| 62 | + "@babel/cli": "^7.24.7", |
| 63 | + "@babel/core": "^7.24.7", |
64 | 64 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
65 | | - "@babel/preset-env": "^7.24.5", |
66 | | - "@babel/preset-react": "^7.24.1", |
67 | | - "@babel/preset-typescript": "^7.24.1", |
| 65 | + "@babel/preset-env": "^7.24.7", |
| 66 | + "@babel/preset-react": "^7.24.7", |
| 67 | + "@babel/preset-typescript": "^7.24.7", |
68 | 68 | "@chakra-ui/babel-plugin": "^1.0.8", |
69 | 69 | "@chakra-ui/form-control": "^2.2.0", |
70 | 70 | "@chakra-ui/icon": "^3.2.0", |
|
76 | 76 | "@emotion/react": "^11.11.4", |
77 | 77 | "@emotion/styled": "^11.11.5", |
78 | 78 | "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
79 | | - "@types/react": "^18.3.1", |
80 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
81 | | - "@typescript-eslint/parser": "^7.8.0", |
| 79 | + "@types/react": "^18.3.3", |
| 80 | + "@typescript-eslint/eslint-plugin": "^7.13.0", |
| 81 | + "@typescript-eslint/parser": "^7.13.0", |
82 | 82 | "concurrently": "^8.2.2", |
83 | 83 | "cross-env": "^7.0.3", |
84 | 84 | "eslint": "^8.57.0", |
85 | 85 | "eslint-config-airbnb": "^19.0.4", |
86 | 86 | "eslint-config-airbnb-typescript": "^18.0.0", |
87 | 87 | "eslint-config-prettier": "^9.1.0", |
88 | | - "eslint-plugin-deprecation": "^2.0.0", |
| 88 | + "eslint-plugin-deprecation": "^3.0.0", |
89 | 89 | "eslint-plugin-import": "^2.29.1", |
90 | 90 | "eslint-plugin-jsx-a11y": "^6.8.0", |
91 | | - "eslint-plugin-react": "^7.34.1", |
| 91 | + "eslint-plugin-react": "^7.34.2", |
92 | 92 | "eslint-plugin-react-hooks": "^4.6.2", |
93 | 93 | "husky": "^9.0.11", |
94 | | - "lint-staged": "^15.2.2", |
95 | | - "nodemon": "^3.1.0", |
96 | | - "prettier": "^3.2.5", |
| 94 | + "lint-staged": "^15.2.6", |
| 95 | + "nodemon": "^3.1.3", |
| 96 | + "prettier": "^3.3.2", |
97 | 97 | "prettier-package-json": "^2.8.0", |
98 | 98 | "react": "^18.3.1", |
99 | 99 | "react-dom": "^18.3.1", |
100 | | - "rimraf": "^5.0.5", |
| 100 | + "rimraf": "^5.0.7", |
101 | 101 | "typescript": "^5.4.5" |
102 | 102 | }, |
103 | 103 | "keywords": [ |
|
0 commit comments