@makeswift/runtime 0.11.19 → 0.12.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@makeswift/runtime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/main.cjs",
|
|
6
6
|
"module": "dist/main.es",
|
|
@@ -101,10 +101,20 @@
|
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
|
+
"@types/react": "^18.0.0",
|
|
105
|
+
"@types/react-dom": "^18.0.0",
|
|
104
106
|
"next": ">=12.2.0 <13.0.0 || ^13.0.0 || ^14.0.0",
|
|
105
107
|
"react": "^18.0.0",
|
|
106
108
|
"react-dom": "^18.0.0"
|
|
107
109
|
},
|
|
110
|
+
"peerDependenciesMeta": {
|
|
111
|
+
"@types/react": {
|
|
112
|
+
"optional": true
|
|
113
|
+
},
|
|
114
|
+
"@types/react-dom": {
|
|
115
|
+
"optional": true
|
|
116
|
+
}
|
|
117
|
+
},
|
|
108
118
|
"dependencies": {
|
|
109
119
|
"@emotion/css": "^11.9.0",
|
|
110
120
|
"@emotion/serialize": "^1.0.3",
|
|
@@ -116,8 +126,6 @@
|
|
|
116
126
|
"@types/cookie": "^0.5.1",
|
|
117
127
|
"@types/http-proxy": "^1.17.9",
|
|
118
128
|
"@types/is-hotkey": "^0.1.7",
|
|
119
|
-
"@types/react": "^18.2.14",
|
|
120
|
-
"@types/react-dom": "^18.2.6",
|
|
121
129
|
"@types/set-cookie-parser": "^2.4.2",
|
|
122
130
|
"@types/use-sync-external-store": "^0.0.3",
|
|
123
131
|
"@types/uuid": "^9.0.1",
|
|
@@ -130,9 +138,9 @@
|
|
|
130
138
|
"csstype": "^2.6.5",
|
|
131
139
|
"escape-html": "^1.0.3",
|
|
132
140
|
"formik": "^2.2.9",
|
|
133
|
-
"framer-motion": "^
|
|
141
|
+
"framer-motion": "^10.16.16",
|
|
134
142
|
"graphql": "^16.3.0",
|
|
135
|
-
"html-react-parser": "^
|
|
143
|
+
"html-react-parser": "^5.0.10",
|
|
136
144
|
"http-proxy": "^1.18.1",
|
|
137
145
|
"immutable": "^4.0.0-rc.12",
|
|
138
146
|
"is-hotkey": "^0.1.4",
|
|
@@ -163,13 +171,15 @@
|
|
|
163
171
|
"@types/cors": "^2.8.12",
|
|
164
172
|
"@types/escape-html": "^1.0.2",
|
|
165
173
|
"@types/node": "^17.0.21",
|
|
174
|
+
"@types/react": "^18.2.14",
|
|
175
|
+
"@types/react-dom": "^18.2.6",
|
|
166
176
|
"@vitejs/plugin-react": "^1.1.4",
|
|
167
177
|
"concurrently": "^5.3.0",
|
|
168
178
|
"madge": "^6.0.0",
|
|
169
|
-
"next": "
|
|
179
|
+
"next": "14.0.4",
|
|
170
180
|
"prettier": "^2.5.1",
|
|
171
|
-
"react": "18.
|
|
172
|
-
"react-dom": "18.
|
|
181
|
+
"react": "18.2.0",
|
|
182
|
+
"react-dom": "18.2.0",
|
|
173
183
|
"slate": "^0.91.4",
|
|
174
184
|
"slate-hyperscript": "^0.77.0",
|
|
175
185
|
"slate-react": "^0.91.7",
|