synapse-react-client 4.0.0 → 4.0.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/dist/SWC.index.js +1 -1
- package/package.json +6 -6
package/dist/SWC.index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synapse-react-client",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"animate.css": "^4.1.1",
|
|
61
61
|
"cbor2": "^2.2.1",
|
|
62
62
|
"classnames": "^2.5.1",
|
|
63
|
+
"clickable-json": "^1.15.1",
|
|
63
64
|
"dagre": "^0.8.5",
|
|
64
65
|
"dayjs": "^1.11.13",
|
|
65
66
|
"dompurify": "^3.2.5",
|
|
@@ -120,8 +121,8 @@
|
|
|
120
121
|
"@sage-bionetworks/synapse-client": "0.0.13",
|
|
121
122
|
"@sage-bionetworks/synapse-types": "0.0.6",
|
|
122
123
|
"@sage-bionetworks/markdown-it-container": "4.0.1",
|
|
123
|
-
"markdown-it-synapse
|
|
124
|
-
"markdown-it-synapse": "1.
|
|
124
|
+
"markdown-it-synapse": "1.1.17",
|
|
125
|
+
"markdown-it-synapse-table": "1.0.8"
|
|
125
126
|
},
|
|
126
127
|
"peerDependencies": {
|
|
127
128
|
"@sage-bionetworks/aridhia-client": "*",
|
|
@@ -184,7 +185,6 @@
|
|
|
184
185
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
185
186
|
"buffer": "^6.0.3",
|
|
186
187
|
"chromatic": "^11.28.2",
|
|
187
|
-
"clickable-json": "^1.15.1",
|
|
188
188
|
"copyfiles": "^2.4.1",
|
|
189
189
|
"core-js": "^3.42.0",
|
|
190
190
|
"https-browserify": "^1.0.0",
|
|
@@ -216,8 +216,8 @@
|
|
|
216
216
|
"vitest-when": "^0.6.0",
|
|
217
217
|
"weak-napi": "^2.0.2",
|
|
218
218
|
"whatwg-fetch": "^3.6.20",
|
|
219
|
-
"
|
|
220
|
-
"
|
|
219
|
+
"@sage-bionetworks/aridhia-client": "0.0.1",
|
|
220
|
+
"vite-config": "0.0.0"
|
|
221
221
|
},
|
|
222
222
|
"nx": {
|
|
223
223
|
"targets": {
|