1
0
Fork 0

chore: Dependency updates

This commit is contained in:
Joost De Cock 2021-02-06 11:31:42 +01:00
parent 33e4d8a4d5
commit edfbb3c68c
5 changed files with 22 additions and 22 deletions

View file

@ -67,9 +67,9 @@ carlton:
css-theme:
_:
'open-color': '^1.7.0'
"@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'
components:
peer:
'axios': '^0.21.1'
@ -83,9 +83,9 @@ components:
'@freesewing/examples': '^{{version}}'
'@freesewing/rendertest': '^{{version}}'
'@freesewing/tutorial': '^{{version}}'
"@fontsource/permanent-marker": "latest"
"@fontsource/roboto-mono": "latest"
"@fontsource/ubuntu": "latest"
'@fontsource/permanent-marker': 'latest'
'@fontsource/roboto-mono': 'latest'
'@fontsource/ubuntu': 'latest'
'@freesewing/i18n': '^{{version}}'
'@freesewing/utils': '^{{version}}'
'react-intl': '^5.10.9'
@ -98,7 +98,7 @@ components:
'yaml': '^1.10.0'
core:
_:
'bezier-js': '^3.0.1'
'bezier-js': '^4.0.3'
'bin-pack': '^1.0.2'
'hooks': '^0.3.2'
create-freesewing-pattern:
@ -109,13 +109,13 @@ create-freesewing-pattern:
'cp-file': '^9.0.0'
'execa': '^4.0.3'
'git-config-path': '^2.0.0'
'github-username': '^5.0.1'
'github-username': '^6.0.0'
'globby': '^11.0.1'
'handlebars': '^4.7.6'
'inquirer': '^7.3.3'
'make-dir': '^3.1.0'
'normalize-path': '^3.0.0'
'ora': '^4.0.5'
'ora': '^5.3.0'
'p-each-series': '^2.1.0'
'parse-git-config': '^3.0.0'
'validate-npm-package-name': '^3.0.0'
@ -153,7 +153,7 @@ models:
mui-theme:
peer:
'@material-ui/core': '^4.11.0'
'react': '^16.13.1'
'react': '^17.0.1'
'react-dom': '^16.13.1'
legend:
peer:

View file

@ -30,9 +30,9 @@
"peerDependencies": {},
"dependencies": {
"open-color": "^1.7.0",
"@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"
},
"devDependencies": {},
"files": [

View file

@ -28,7 +28,7 @@
},
"peerDependencies": {
"@material-ui/core": "^4.11.0",
"react": "^16.13.1",
"react": "^17.0.1",
"react-dom": "^16.13.1"
},
"dependencies": {},

View file

@ -80,10 +80,10 @@ function readExampleFile(file, subdir = false) {
*/
function readConfigFile(file, replace = false) {
if (replace)
return yaml.safeLoad(
return yaml.load(
Mustache.render(fs.readFileSync(path.join(repoPath, 'config', file), 'utf-8'), replace)
)
return yaml.safeLoad(fs.readFileSync(path.join(repoPath, 'config', file), 'utf-8'))
return yaml.load(fs.readFileSync(path.join(repoPath, 'config', file), 'utf-8'))
}
/**

View file

@ -1524,17 +1524,17 @@
unique-filename "^1.1.1"
which "^1.3.1"
"@fontsource/permanent-marker@^4.1.0":
"@fontsource/permanent-marker@latest":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@fontsource/permanent-marker/-/permanent-marker-4.1.0.tgz#516dee8b1bd2237aed2b8fbb0e4c92760106d8f7"
integrity sha512-VktG5NTFg5pr/DTXQTKXwA5GSJgy7yXtX/5IelA9eXchTeEowuWP5m+Vx0MvYKOVvepjTN1kQrEFx/GCfOuLvw==
"@fontsource/roboto-mono@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@fontsource/roboto-mono/-/roboto-mono-4.1.0.tgz#83aac6cce6849d0d943861e21c1b31d7b6dfd724"
integrity sha512-KVq0xzjoNLd1EQHNPcL+j8EbPaZoYmXvwZt/0GzZPH578f8CcLvSNm8Yl0IVf6Clvhl3/Svb6sslkbkt+SCmtA==
"@fontsource/roboto-mono@latest":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@fontsource/roboto-mono/-/roboto-mono-4.1.1.tgz#85d1547db7f58ea096b4bd15d06fc7aa2c735883"
integrity sha512-eMz2LIZZRlq+2tZZ/kI+JeDBJQ1mtR3bV64K1xlb9diRURoLK6Nhj8L/TEuwna7YxWLW+Op4U70n63dTWMcGKA==
"@fontsource/ubuntu@^4.1.0":
"@fontsource/ubuntu@latest":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@fontsource/ubuntu/-/ubuntu-4.1.0.tgz#e56656d11bfe915b3b475cbe60719db26615d1d2"
integrity sha512-wwH+sY0IpV9ETVMSqIvmkW2LFXz1wIfwvOTSDpVDsukpb8/fnvnhjgTNRO15G5HNjmA+h45Yq0YUzWnieZ18LQ==