|
102 | 102 | "use-sync-external-store": "1.2.0"
|
103 | 103 | },
|
104 | 104 | "devDependencies": {
|
105 |
| - "@babel/core": "^7.21.4", |
| 105 | + "@babel/core": "^7.21.8", |
106 | 106 | "@babel/helper-module-imports": "^7.21.4",
|
107 |
| - "@babel/plugin-transform-react-jsx": "^7.21.0", |
| 107 | + "@babel/plugin-transform-react-jsx": "^7.21.5", |
108 | 108 | "@babel/plugin-transform-typescript": "^7.21.3",
|
109 |
| - "@babel/preset-env": "^7.21.4", |
110 |
| - "@babel/types": "^7.21.4", |
| 109 | + "@babel/preset-env": "^7.21.5", |
| 110 | + "@babel/types": "^7.21.5", |
111 | 111 | "@redux-devtools/extension": "^3.2.5",
|
112 |
| - "@rollup/plugin-alias": "^4.0.3", |
| 112 | + "@rollup/plugin-alias": "^5.0.0", |
113 | 113 | "@rollup/plugin-babel": "^6.0.3",
|
114 |
| - "@rollup/plugin-node-resolve": "^15.0.1", |
| 114 | + "@rollup/plugin-node-resolve": "^15.0.2", |
115 | 115 | "@rollup/plugin-replace": "^5.0.2",
|
116 |
| - "@rollup/plugin-terser": "^0.4.0", |
117 |
| - "@rollup/plugin-typescript": "^11.0.0", |
| 116 | + "@rollup/plugin-terser": "^0.4.1", |
| 117 | + "@rollup/plugin-typescript": "^11.1.0", |
118 | 118 | "@testing-library/react": "^14.0.0",
|
119 | 119 | "@types/babel-plugin-macros": "^3.1.0",
|
120 | 120 | "@types/jsdom": "^21.1.1",
|
121 |
| - "@types/react": "^18.0.28", |
122 |
| - "@types/react-dom": "^18.0.11", |
| 121 | + "@types/react": "^18.2.5", |
| 122 | + "@types/react-dom": "^18.2.3", |
123 | 123 | "@types/use-sync-external-store": "^0.0.3",
|
124 |
| - "@typescript-eslint/eslint-plugin": "^5.57.1", |
125 |
| - "@typescript-eslint/parser": "^5.57.1", |
126 |
| - "@vitest/coverage-c8": "^0.30.1", |
127 |
| - "@vitest/ui": "^0.30.1", |
| 124 | + "@typescript-eslint/eslint-plugin": "^5.59.2", |
| 125 | + "@typescript-eslint/parser": "^5.59.2", |
| 126 | + "@vitest/coverage-c8": "^0.31.0", |
| 127 | + "@vitest/ui": "^0.31.0", |
128 | 128 | "aslemammad-vite-plugin-macro": "^1.0.0",
|
129 | 129 | "babel-plugin-macros": "^3.1.0",
|
130 | 130 | "babel-plugin-tester": "10.1.0",
|
131 | 131 | "concurrently": "^8.0.1",
|
132 | 132 | "downlevel-dts": "^0.11.0",
|
133 |
| - "esbuild": "^0.17.15", |
134 |
| - "eslint": "^8.37.0", |
| 133 | + "esbuild": "^0.17.18", |
| 134 | + "eslint": "^8.39.0", |
135 | 135 | "eslint-config-prettier": "^8.8.0",
|
136 | 136 | "eslint-import-resolver-alias": "^1.1.2",
|
137 | 137 | "eslint-plugin-import": "^2.27.5",
|
138 | 138 | "eslint-plugin-prettier": "^4.2.1",
|
139 | 139 | "eslint-plugin-react": "^7.32.2",
|
140 | 140 | "eslint-plugin-react-hooks": "^4.6.0",
|
141 |
| - "eslint-plugin-vitest": "^0.0.57", |
142 |
| - "jsdom": "^21.1.1", |
| 141 | + "eslint-plugin-vitest": "^0.1.5", |
| 142 | + "jsdom": "^22.0.0", |
143 | 143 | "json": "^11.0.0",
|
144 | 144 | "postinstall-postinstall": "^2.1.0",
|
145 |
| - "prettier": "^2.8.7", |
| 145 | + "prettier": "^2.8.8", |
146 | 146 | "proxy-memoize": "^2.0.3",
|
147 | 147 | "react": "^18.2.0",
|
148 | 148 | "react-dom": "^18.2.0",
|
149 | 149 | "redux": "^4.2.1",
|
150 |
| - "rollup": "^3.20.2", |
| 150 | + "rollup": "^3.21.4", |
151 | 151 | "rollup-plugin-esbuild": "^5.0.0",
|
152 | 152 | "shx": "^0.3.4",
|
153 | 153 | "ts-expect": "^1.3.0",
|
154 | 154 | "tslib": "^2.5.0",
|
155 |
| - "typescript": "^5.0.3", |
156 |
| - "vite": "^4.1.4", |
157 |
| - "vitest": "^0.29.8" |
| 155 | + "typescript": "^5.0.4", |
| 156 | + "vite": "^4.3.4", |
| 157 | + "vitest": "^0.31.0" |
158 | 158 | },
|
159 | 159 | "peerDependencies": {
|
160 | 160 | "react": ">=16.8"
|
|
0 commit comments