|
5 | 5 | "license": "MIT",
|
6 | 6 | "private": true,
|
7 | 7 | "preconstruct": {
|
8 |
| - "___experimentalFlags_WILL_CHANGE_IN_PATCH": { |
9 |
| - "exports": true |
10 |
| - }, |
11 | 8 | "packages": [
|
12 | 9 | "packages/*"
|
13 | 10 | ]
|
|
75 | 72 | ]
|
76 | 73 | },
|
77 | 74 | "devDependencies": {
|
78 |
| - "@babel/core": "^7.19.6", |
| 75 | + "@babel/core": "^7.20.12", |
79 | 76 | "@babel/plugin-syntax-flow": "^7.18.6",
|
80 |
| - "@babel/plugin-transform-react-jsx": "^7.19.0", |
81 |
| - "@babel/preset-env": "^7.19.4", |
| 77 | + "@babel/plugin-transform-react-jsx": "^7.20.13", |
| 78 | + "@babel/preset-env": "^7.20.2", |
82 | 79 | "@babel/preset-react": "^7.18.6",
|
83 | 80 | "@babel/preset-typescript": "^7.18.6",
|
84 |
| - "@changesets/cli": "^2.25.1", |
85 |
| - "@preconstruct/cli": "^2.2.2", |
| 81 | + "@changesets/cli": "^2.26.0", |
| 82 | + "@preconstruct/cli": "^2.3.0", |
86 | 83 | "@size-limit/preset-small-lib": "^7.0.8",
|
87 | 84 | "@testing-library/jest-dom": "^5.16.5",
|
88 | 85 | "@testing-library/react": "^13.2.0",
|
89 | 86 | "@types/jest": "^27.5.1",
|
90 |
| - "@types/node": "^18.11.7", |
91 |
| - "@types/react": "^18.0.24", |
92 |
| - "@types/react-dom": "^18.0.8", |
93 |
| - "@typescript-eslint/eslint-plugin": "^5.41.0", |
94 |
| - "@typescript-eslint/parser": "^5.41.0", |
95 |
| - "babel-jest": "^27.5.1", |
96 |
| - "eslint": "^8.26.0", |
| 87 | + "@types/node": "^18.11.18", |
| 88 | + "@types/react": "^18.0.27", |
| 89 | + "@types/react-dom": "^18.0.10", |
| 90 | + "@typescript-eslint/eslint-plugin": "^5.49.0", |
| 91 | + "@typescript-eslint/parser": "^5.49.0", |
| 92 | + "babel-jest": "^29.4.1", |
| 93 | + "eslint": "^8.32.0", |
97 | 94 | "eslint-config-react-app": "^7.0.1",
|
98 |
| - "eslint-plugin-jest-dom": "^4.0.2", |
| 95 | + "eslint-plugin-jest-dom": "^4.0.3", |
99 | 96 | "eslint-plugin-react-hooks": "^4.6.0",
|
100 |
| - "eslint-plugin-testing-library": "^5.9.1", |
101 |
| - "husky": "^8.0.1", |
| 97 | + "eslint-plugin-testing-library": "^5.10.0", |
| 98 | + "husky": "^8.0.3", |
102 | 99 | "jest": "^27.5.1",
|
103 |
| - "pnpm": "^7.14.1", |
| 100 | + "pnpm": "^7.26.1", |
104 | 101 | "postinstall-postinstall": "^2.1.0",
|
105 |
| - "prettier": "^2.7.1", |
| 102 | + "prettier": "^2.8.3", |
106 | 103 | "pretty-quick": "^3.1.3",
|
107 | 104 | "react": "^18.2.0",
|
108 | 105 | "react-dom": "^18.2.0",
|
109 | 106 | "size-limit": "^7.0.8",
|
110 |
| - "tsd": "^0.24.1", |
111 |
| - "typescript": "^4.8.4" |
| 107 | + "tsd": "^0.25.0", |
| 108 | + "typescript": "^4.9.4" |
112 | 109 | }
|
113 | 110 | }
|
0 commit comments