@manuscripts/style-guide 1.4.6 → 1.5.0-LEAN-3074-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 -27
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manuscripts/style-guide",
|
|
3
3
|
"description": "Shared components for Manuscripts applications",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0-LEAN-3074-0",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@formatjs/intl-relativetimeformat": "^4.5.9",
|
|
37
37
|
"@formatjs/intl-utils": "^2.2.0",
|
|
38
38
|
"@manuscripts/assets": "^0.6.2",
|
|
39
|
-
"@manuscripts/transform": "
|
|
39
|
+
"@manuscripts/transform": "2.0.0-LEAN-3074-2",
|
|
40
40
|
"@manuscripts/json-schema": "2.2.1",
|
|
41
41
|
"@reach/tabs": "^0.11.2",
|
|
42
42
|
"formik": "^2.2.9",
|
|
@@ -110,31 +110,7 @@
|
|
|
110
110
|
"rimraf": "^3.0.0",
|
|
111
111
|
"typescript": "^4.4.4"
|
|
112
112
|
},
|
|
113
|
-
"peerDependencies": {
|
|
114
|
-
"@apollo/client": "^3.7.3",
|
|
115
|
-
"@reach/tabs": "^0.11.2",
|
|
116
|
-
"formik": "^2.2.9",
|
|
117
|
-
"prosemirror-commands": "^1.5.0",
|
|
118
|
-
"prosemirror-history": "^1.3.0",
|
|
119
|
-
"prosemirror-inputrules": "^1.2.0",
|
|
120
|
-
"prosemirror-keymap": "^1.2.0",
|
|
121
|
-
"prosemirror-model": "^1.18.3",
|
|
122
|
-
"prosemirror-state": "^1.4.2",
|
|
123
|
-
"prosemirror-transform": "^1.7.0",
|
|
124
|
-
"react": "^17.0.2",
|
|
125
|
-
"react-color": "^2.19.3",
|
|
126
|
-
"react-dnd": "^11.1.3",
|
|
127
|
-
"react-dnd-html5-backend": "^11.1.3",
|
|
128
|
-
"react-dom": "^17.0.2",
|
|
129
|
-
"react-intl": "^3.12.0",
|
|
130
|
-
"react-modal": "^3.11.2",
|
|
131
|
-
"react-modern-calendar-datepicker": "^3.1.3",
|
|
132
|
-
"react-popper": "^1.3.11",
|
|
133
|
-
"react-router-dom": "^5.2.0",
|
|
134
|
-
"react-sizeme": "^2.6.12",
|
|
135
|
-
"react-tooltip": "^4.2.11"
|
|
136
|
-
},
|
|
137
113
|
"resolutions": {
|
|
138
114
|
"@types/react": "^17.0.2"
|
|
139
115
|
}
|
|
140
|
-
}
|
|
116
|
+
}
|