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

@ -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",