@octanejs/redux-toolkit 0.1.18 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octanejs/redux-toolkit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=22"
|
|
8
|
+
"node": ">=22.22.2"
|
|
9
9
|
},
|
|
10
10
|
"description": "Redux Toolkit for the octane renderer — reuses Redux Toolkit and RTK Query core unchanged and ports the React hook adapters onto octane.",
|
|
11
11
|
"author": {
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"@reduxjs/toolkit": "^2.12.0",
|
|
38
38
|
"redux": "^5.0.1",
|
|
39
39
|
"reselect": "5.2.0",
|
|
40
|
-
"@octanejs/redux": "0.1.
|
|
40
|
+
"@octanejs/redux": "0.1.22"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"octane": "0.1.
|
|
43
|
+
"octane": "0.1.25"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@tsrx/react": "^0.2.56",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"react-dom": "^19.2.7",
|
|
50
50
|
"react-redux": "9.3.0",
|
|
51
51
|
"vitest": "^4.1.10",
|
|
52
|
-
"octane": "0.1.
|
|
52
|
+
"octane": "0.1.25"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"test": "vitest run --root ../.. --project redux-toolkit --project redux-toolkit-ssr"
|