Merge branch 'dev' into 711-home-when-user-is-logged-display-an-easy-entry-to-create-a-corpus
Showing
| { | ||
| "name": "GarganText", | ||
| "version": "0.0.7.4.7", | ||
| "version": "0.0.7.5.3", | ||
| "scripts": { | ||
| "build": "spago build", | ||
| "bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps", | ||
| ... | ... | @@ -38,6 +38,7 @@ |
| "bootstrap": "~4.6.0", | ||
| "bootstrap-dark": "~1.0.3", | ||
| "buffer": "~6.0.3", | ||
| "chroma-js": "^3.1.2", | ||
| "clipboard": "^2.0.11", | ||
| "concurrently": "^9.1.0", | ||
| "create-react-class": "~15.6.3", | ||
| ... | ... | @@ -58,8 +59,8 @@ |
| "http-proxy-middleware": "^3.0.3", | ||
| "immer": "~9.0.5", | ||
| "isomorphic-unfetch": "~3.1.0", | ||
| "jszip": "^3.10.1", | ||
| "js-cookie": "^3.0.5", | ||
| "jszip": "^3.10.1", | ||
| "markdown-it": "~13.0.1", | ||
| "minify": "^11.3.0", | ||
| "prop-types": "~15.6.2", | ||
| ... | ... |
Please register or sign in to comment