|
64 | 64 | }
|
65 | 65 | },
|
66 | 66 | "dependencies": {
|
67 |
| - "@types/use-sync-external-store": "^0.0.3", |
68 |
| - "use-sync-external-store": "^1.0.0" |
| 67 | + "@types/use-sync-external-store": "^0.0.6", |
| 68 | + "use-sync-external-store": "^1.2.2" |
69 | 69 | },
|
70 | 70 | "devDependencies": {
|
71 |
| - "@babel/cli": "^7.12.1", |
72 |
| - "@babel/core": "^7.12.3", |
73 |
| - "@babel/plugin-proposal-decorators": "^7.12.1", |
74 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
75 |
| - "@babel/plugin-transform-flow-strip-types": "^7.22.5", |
76 |
| - "@babel/plugin-transform-react-display-name": "^7.12.1", |
77 |
| - "@babel/plugin-transform-react-jsx": "^7.12.1", |
78 |
| - "@babel/plugin-transform-runtime": "^7.12.1", |
79 |
| - "@babel/preset-env": "^7.12.1", |
80 |
| - "@babel/preset-typescript": "^7.14.5", |
81 |
| - "@microsoft/api-extractor": "^7.18.1", |
82 |
| - "@reduxjs/toolkit": "^2.0.0-beta.4", |
| 71 | + "@babel/cli": "^7.24.7", |
| 72 | + "@babel/core": "^7.24.7", |
| 73 | + "@babel/plugin-proposal-decorators": "^7.24.7", |
| 74 | + "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
| 75 | + "@babel/plugin-transform-flow-strip-types": "^7.24.7", |
| 76 | + "@babel/plugin-transform-react-display-name": "^7.24.7", |
| 77 | + "@babel/plugin-transform-react-jsx": "^7.24.7", |
| 78 | + "@babel/plugin-transform-runtime": "^7.24.7", |
| 79 | + "@babel/preset-env": "^7.24.7", |
| 80 | + "@babel/preset-typescript": "^7.24.7", |
| 81 | + "@microsoft/api-extractor": "^7.47.0", |
| 82 | + "@reduxjs/toolkit": "^2.2.5", |
83 | 83 | "@size-limit/file": "^11.1.4",
|
84 | 84 | "@size-limit/webpack": "^11.1.4",
|
85 |
| - "@testing-library/jest-dom": "^6.3.0", |
86 |
| - "@testing-library/react": "^14.1.2", |
87 |
| - "@testing-library/react-hooks": "^8.0.1", |
88 |
| - "@types/node": "^20.11.6", |
| 85 | + "@testing-library/dom": "^10.1.0", |
| 86 | + "@testing-library/jest-dom": "^6.4.5", |
| 87 | + "@testing-library/react": "^16.0.0", |
| 88 | + "@types/node": "^20.14.2", |
89 | 89 | "@types/prop-types": "^15.7.12",
|
90 |
| - "@types/react": "18.2.25", |
91 |
| - "@typescript-eslint/eslint-plugin": "^6.17.0", |
92 |
| - "@typescript-eslint/parser": "^6.17.0", |
| 90 | + "@types/react": "18.3.3", |
| 91 | + "@types/react-dom": "^18.3.0", |
93 | 92 | "babel-eslint": "^10.1.0",
|
94 |
| - "codecov": "^3.8.0", |
95 |
| - "cross-env": "^7.0.2", |
96 |
| - "eslint": "^8.56.0", |
| 93 | + "codecov": "^3.8.3", |
| 94 | + "cross-env": "^7.0.3", |
| 95 | + "eslint": "^8.57.0", |
97 | 96 | "eslint-config-prettier": "^9.1.0",
|
| 97 | + "eslint-import-resolver-typescript": "^3.6.1", |
98 | 98 | "eslint-plugin-import": "^2.29.1",
|
99 |
| - "eslint-plugin-prettier": "^5.1.2", |
100 |
| - "eslint-plugin-react": "^7.33.2", |
101 |
| - "glob": "^7.1.6", |
102 |
| - "jsdom": "^24.0.0", |
103 |
| - "prettier": "^3.1.1", |
104 |
| - "react": "18.2.0", |
105 |
| - "react-dom": "18.2.0", |
106 |
| - "react-test-renderer": "18.0.0", |
107 |
| - "redux": "^5.0.0", |
108 |
| - "rimraf": "^3.0.2", |
| 99 | + "eslint-plugin-prettier": "^5.1.3", |
| 100 | + "eslint-plugin-react": "^7.34.2", |
| 101 | + "jsdom": "^24.1.0", |
| 102 | + "prettier": "^3.3.1", |
| 103 | + "react": "18.3.1", |
| 104 | + "react-dom": "18.3.1", |
| 105 | + "react-test-renderer": "18.3.1", |
| 106 | + "redux": "^5.0.1", |
| 107 | + "rimraf": "^5.0.7", |
109 | 108 | "size-limit": "^11.1.4",
|
110 |
| - "tsup": "^7.0.0", |
| 109 | + "tsup": "7.0.0", |
111 | 110 | "typescript": "^5.4.5",
|
| 111 | + "typescript-eslint": "^7.12.0", |
112 | 112 | "vitest": "^1.6.0"
|
113 | 113 | },
|
114 | 114 | "packageManager": "[email protected]"
|
|
0 commit comments