chore: Reconfigure packages
This commit is contained in:
parent
8fd6e5ed85
commit
df9712d20f
128 changed files with 643 additions and 552 deletions
|
@ -25,6 +25,7 @@
|
|||
"react-dom": "^16.13",
|
||||
"react-scripts": "^3.4.1",
|
||||
"file-saver": "^2.0.2",
|
||||
"react-markdown": "4.3.1",
|
||||
"typeface-roboto-condensed": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/examples",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1-alpha.0",
|
||||
"description": "A FreeSewing pattern holding examples for our documentation",
|
||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -29,8 +29,8 @@
|
|||
"testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.7.0",
|
||||
"@freesewing/plugin-bundle": "^2.7.0"
|
||||
"@freesewing/core": "^2.7.1-alpha.0",
|
||||
"@freesewing/plugin-bundle": "^2.7.1-alpha.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -41,14 +41,14 @@
|
|||
"eslint": "^5.16.0",
|
||||
"babel-jest": "24.7.1",
|
||||
"jest": "24.7.1",
|
||||
"@freesewing/components": "^2.7.0",
|
||||
"@freesewing/css-theme": "^2.7.0",
|
||||
"@freesewing/i18n": "^2.7.0",
|
||||
"@freesewing/mui-theme": "^2.7.0",
|
||||
"@freesewing/plugin-bust": "^2.7.0",
|
||||
"@freesewing/plugin-buttons": "^2.7.0",
|
||||
"@freesewing/plugin-flip": "^2.7.0",
|
||||
"@freesewing/utils": "^2.7.0",
|
||||
"@freesewing/components": "^2.7.1-alpha.0",
|
||||
"@freesewing/css-theme": "^2.7.1-alpha.0",
|
||||
"@freesewing/i18n": "^2.7.1-alpha.0",
|
||||
"@freesewing/mui-theme": "^2.7.1-alpha.0",
|
||||
"@freesewing/plugin-bust": "^2.7.1-alpha.0",
|
||||
"@freesewing/plugin-buttons": "^2.7.1-alpha.0",
|
||||
"@freesewing/plugin-flip": "^2.7.1-alpha.0",
|
||||
"@freesewing/utils": "^2.7.1-alpha.0",
|
||||
"@svgr/rollup": "^2.4.1",
|
||||
"cross-env": "^5.1.4",
|
||||
"gh-pages": "^1.2.0",
|
||||
|
@ -80,7 +80,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
"tag": "next"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue