1
0
Fork 0

🚧 Dependency changes for CFP

This commit is contained in:
Joost De Cock 2019-05-03 13:22:38 +02:00
parent c6ff8f0794
commit 3dbaed0411
3 changed files with 16 additions and 10 deletions

View file

@ -23,8 +23,6 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
},
"dependencies": {
"@freesewing/i18n": "^2.0.0-alpha.14",
"@freesewing/pattern-info": "^2.0.0-alpha.14",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"conf": "^2.2.0",
@ -40,7 +38,9 @@
"p-each-series": "^1.0.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^1.3.1"
"which": "^1.3.1",
"@freesewing/i18n": "^2.0.0-alpha.14",
"@freesewing/pattern-info": "^2.0.0-alpha.14"
},
"files": [
"lib",

View file

@ -8,7 +8,6 @@
"react-dom": "^16.5.2",
"react-scripts": "2.0.4",
"@freesewing/core": "alpha",
"@freesewing/plugin-bundle": "alpha",
"@freesewing/plugin-bust": "alpha",
"@freesewing/plugin-buttons": "alpha",
"@freesewing/plugin-flip": "alpha",
@ -19,6 +18,9 @@
"@freesewing/components": "alpha",
"@freesewing/css-theme": "alpha",
"@freesewing/mui-theme": "alpha",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"typeface-roboto-condensed": "latest",
"pattern": "{{#if yarn}}link:..{{else}}file:..{{/if}}"
},

View file

@ -21,14 +21,12 @@
"predeploy": "cd example && {{manager}} install && {{manager}} run build",
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "9.0.0",
"eslint": "5.6.0",
"babel-jest": "23.6.0",
"@freesewing/core": "alpha",
"@freesewing/plugin-bundle": "alpha",
@ -57,6 +55,12 @@
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0"
"rollup-plugin-url": "^1.4.0",
"@material-ui/core": "3.9.3",
"@material-ui/icons": "3.0.2",
"@material-ui/lab": "3.0.0-alpha.30",
"react-intl": "2.8.0",
"prop-types": "15.7.2",
"react-intl": "2.8.0"
}
}