|
73 | 73 | ] |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@babel/core": "^7.21.8", |
77 | | - "@babel/plugin-syntax-flow": "^7.21.4", |
78 | | - "@babel/plugin-transform-react-jsx": "^7.21.5", |
79 | | - "@babel/preset-env": "^7.21.5", |
80 | | - "@babel/preset-react": "^7.18.6", |
81 | | - "@babel/preset-typescript": "^7.21.5", |
82 | | - "@changesets/cli": "^2.26.1", |
83 | | - "@preconstruct/cli": "^2.7.0", |
| 76 | + "@babel/core": "^7.22.19", |
| 77 | + "@babel/plugin-syntax-flow": "^7.22.5", |
| 78 | + "@babel/plugin-transform-react-jsx": "^7.22.15", |
| 79 | + "@babel/preset-env": "^7.22.15", |
| 80 | + "@babel/preset-react": "^7.22.15", |
| 81 | + "@babel/preset-typescript": "^7.22.15", |
| 82 | + "@changesets/cli": "^2.26.2", |
| 83 | + "@preconstruct/cli": "^2.8.1", |
84 | 84 | "@size-limit/preset-small-lib": "^7.0.8", |
85 | 85 | "@testing-library/jest-dom": "^5.16.5", |
86 | 86 | "@testing-library/react": "^13.2.0", |
87 | | - "@types/jest": "^27.5.1", |
88 | | - "@types/node": "^20.2.1", |
89 | | - "@types/react": "^18.2.6", |
90 | | - "@types/react-dom": "^18.2.4", |
91 | | - "@typescript-eslint/eslint-plugin": "^5.59.6", |
92 | | - "@typescript-eslint/parser": "^5.59.6", |
| 87 | + "@types/jest": "^27.5.2", |
| 88 | + "@types/node": "^20.6.2", |
| 89 | + "@types/react": "^18.2.21", |
| 90 | + "@types/react-dom": "^18.2.7", |
| 91 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 92 | + "@typescript-eslint/parser": "^5.62.0", |
93 | 93 | "babel-jest": "^29.4.1", |
94 | | - "eslint": "^8.41.0", |
95 | | - "eslint-config-prettier": "^8.6.0", |
| 94 | + "eslint": "^8.49.0", |
| 95 | + "eslint-config-prettier": "^8.10.0", |
96 | 96 | "eslint-config-react-app": "^7.0.1", |
97 | 97 | "eslint-plugin-jest-dom": "^4.0.3", |
98 | 98 | "eslint-plugin-react-hooks": "^4.6.0", |
99 | | - "eslint-plugin-testing-library": "^5.10.0", |
| 99 | + "eslint-plugin-testing-library": "^5.11.1", |
100 | 100 | "husky": "^8.0.3", |
101 | 101 | "jest": "^27.5.1", |
102 | | - "pnpm": "^8.5.1", |
| 102 | + "pnpm": "^8.7.5", |
103 | 103 | "postinstall-postinstall": "^2.1.0", |
104 | 104 | "prettier": "^2.8.8", |
105 | 105 | "pretty-quick": "^3.1.3", |
106 | 106 | "react": "^18.2.0", |
107 | 107 | "react-dom": "^18.2.0", |
108 | 108 | "size-limit": "^7.0.8", |
109 | 109 | "tsd": "^0.28.1", |
110 | | - "typescript": "^5.0.4" |
| 110 | + "typescript": "^5.2.2" |
111 | 111 | }, |
112 | 112 | "lint-staged": { |
113 | 113 | "*.js": "eslint --cache --fix", |
|
0 commit comments