x25 17.7.6 → 18.0.0
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 +3 -8
package/package.json
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "18.0.0",
|
|
3
3
|
"name": "x25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "x25",
|
|
6
6
|
"main": "./index.js",
|
|
7
7
|
"types": "./index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": "./index.js",
|
|
10
|
-
"./*": "./*.js",
|
|
11
|
-
"./*/": "./*/index.js"
|
|
12
|
-
},
|
|
13
8
|
"scripts": {
|
|
14
9
|
"load": "npm run intern-pre && npm run ts && npm run intern-copy && npm publish ./dist",
|
|
15
10
|
"load-beta": "npm run intern-pre && npm run ts && npm run intern-copy && npm publish ./dist --tag beta",
|
|
@@ -134,8 +129,8 @@
|
|
|
134
129
|
"react": "^18.3.1",
|
|
135
130
|
"react-dom": "^18.3.1",
|
|
136
131
|
"react-final-form": "^7.0.0",
|
|
137
|
-
"react-immutable-form": "^1.1.
|
|
138
|
-
"react-immutable-form-with-bootstrap": "^1.0.
|
|
132
|
+
"react-immutable-form": "^1.1.11",
|
|
133
|
+
"react-immutable-form-with-bootstrap": "^1.0.13",
|
|
139
134
|
"react-notification-system-redux2": "^3.0.4",
|
|
140
135
|
"react-redux": "^9.2.0",
|
|
141
136
|
"redux": "^5.0.1",
|