1
0
Fork 0

chore(create-freesewing-pattern): Dependency updates

This commit is contained in:
Joost De Cock 2021-05-22 12:13:19 +02:00
parent e203a690f8
commit 9d7bacef77
3 changed files with 35 additions and 38 deletions

View file

@ -25,20 +25,20 @@
},
"peerDependencies": {},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.0.0",
"conf": "^7.1.1",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"conf": "^10.0.1",
"cp-file": "^9.0.0",
"execa": "^4.0.3",
"execa": "^5.0.0",
"git-config-path": "^2.0.0",
"github-username": "^6.0.0",
"globby": "^11.0.1",
"handlebars": "^4.7.6",
"inquirer": "^7.3.3",
"globby": "^11.0.3",
"handlebars": "^4.7.7",
"inquirer": "^8.0.0",
"make-dir": "^3.1.0",
"normalize-path": "^3.0.0",
"ora": "^5.3.0",
"p-each-series": "^2.1.0",
"ora": "^5.4.0",
"p-each-series": "^3.0.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^2.0.2",
@ -56,7 +56,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",

View file

@ -4,9 +4,9 @@
"version": "{{freesewing_version}}",
"private": true,
"dependencies": {
"@fontsource/permanent-marker": "^4.1.0",
"@fontsource/roboto-mono": "^4.1.0",
"@fontsource/ubuntu": "^4.1.0",
"@fontsource/permanent-marker": "latest",
"@fontsource/roboto-mono": "latest",
"@fontsource/ubuntu": "latest",
"@freesewing/components": "latest",
"@freesewing/core": "latest",
"@freesewing/css-theme": "latest",
@ -19,16 +19,16 @@
"@freesewing/plugin-i18n": "latest",
"@freesewing/plugin-svgattr": "latest",
"@freesewing/utils": "latest",
"@material-ui/core": "^4.11.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^v4.0.0-alpha.57",
"pattern": "{{#if yarn}}link:..{{else}}file:..{{/if}}",
"prismjs": "1.22.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^3.4.4",
"pattern": "./..",
"prismjs": "1.23.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"file-saver": "^2.0.5",
"react-markdown": "5.0.3"
"react-markdown": "6.0.2"
},
"scripts": {
"start": "react-scripts start",

View file

@ -19,10 +19,8 @@
"predeploy": "cd example && {{manager}} install && {{manager}} run build"
},
"devDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"babel-eslint": "^10.0.1",
"eslint": "^7.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@freesewing/core": "latest",
"@freesewing/plugin-bundle": "latest",
"@freesewing/components": "latest",
@ -34,24 +32,23 @@
"@freesewing/plugin-debug": "latest",
"@freesewing/plugin-flip": "latest",
"@freesewing/utils": "latest",
"react-scripts": "^3.4.1",
"webpack": "4.44.1",
"rollup": "^2.23.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-yaml": "^2.0.0",
"rollup-plugin-postcss": "^3.1.5",
"react-scripts": "^4.0.3",
"webpack": "^5.37.0",
"rollup": "^2.48.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-url": "^5.0.1",
"@rollup/plugin-url": "^6.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.6",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-yaml": "^3.0.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"axios": "0.21.1",
"react-intl": "5.4.5",
"react-intl": "5.17.6",
"prop-types": "15.7.2",
"file-saver": "^2.0.2"
"file-saver": "^2.0.5"
}
}