1
0
Fork 0

fix: Ensure dependency version are the same. Fixes #896

This commit is contained in:
Joost De Cock 2021-02-20 17:07:23 +01:00
parent 6be506ebbf
commit 3a609148ef
11 changed files with 391 additions and 103 deletions

View file

@ -26,8 +26,8 @@
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
},
"peerDependencies": {
"axios": "^0.21.1",
"react": "^17.0.1",
"axios": "0.21.1",
"react": "^16.13.1",
"@freesewing/pattern-info": "^2.13.1",
"@freesewing/mui-theme": "^2.13.1",
"@freesewing/css-theme": "^2.13.1",
@ -42,10 +42,10 @@
"@fontsource/ubuntu": "latest",
"@freesewing/i18n": "^2.13.1",
"@freesewing/utils": "^2.13.1",
"react-intl": "^5.10.9",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "^v4.0.0-alpha.57",
"react-intl": "^5.4.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "^v4.0.0-alpha.56",
"prismjs": "^1.22.0",
"react-markdown": "^5.0.3",
"file-saver": "^2.0.5",