1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-09-29 18:24:21 +02:00
parent 08cdbb501a
commit 1cd89ca299
60 changed files with 611 additions and 492 deletions

View file

@ -10,6 +10,11 @@
- Added Penelope and Waralee linedrawings
#### Fixed
- Fixed display of nested option in SampleConfigurator
- Fixed conflicting key values in React components
### core
#### Changed
@ -20,7 +25,7 @@
#### Added
- Added translations for Penelope and Waralee
- Added translations for Penelope, Waralee, and Simone
### penelope
@ -30,9 +35,24 @@
### simon
#### Added
#### Changed
- [#123](https://github.com/freesewing/freesewing/issues/123): Added a box pleat option to Simon
- Added the `backDarts` option to control the inclusion of back darts
- Added the `backDartsShaping` option to control the amount of shaping by the back darts
- Changed the defaults to slightly reduce the ease and adapt the sleevecap
#### Fixed
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease to be set incorrectly
- Added a missing paperless dimension for the waist
- Fixed an issue where the split yoke option was not taken into account correctly
### simone
#### Added
- Added the Simone shirt pattern
### utils

View file

@ -33,12 +33,19 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/brian": "^2.0.3",
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0",
"@freesewing/brian": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -47,21 +54,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -71,7 +68,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -80,7 +81,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,12 +33,19 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/brian": "^2.0.3",
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0",
"@freesewing/brian": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -47,21 +54,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -71,7 +68,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -80,7 +81,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,15 +33,22 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/bent": "^2.0.3",
"@freesewing/carlton": "^2.0.3",
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3",
"@freesewing/plugin-bust": "^2.0.3",
"@freesewing/plugin-buttons": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0",
"@freesewing/bent": "^2.1.0-alpha.0",
"@freesewing/carlton": "^2.1.0-alpha.0",
"@freesewing/plugin-bust": "^2.1.0-alpha.0",
"@freesewing/plugin-buttons": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -50,21 +57,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -74,7 +71,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -83,7 +84,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,13 +33,20 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/bent": "^2.0.3",
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3",
"@freesewing/plugin-buttons": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0",
"@freesewing/bent": "^2.1.0-alpha.0",
"@freesewing/plugin-buttons": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -48,21 +55,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -72,7 +69,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -81,7 +82,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -6,6 +6,11 @@
### Changed
- Added Penelope and Waralee linedrawings
### Fixed
- Fixed display of nested option in SampleConfigurator
- Fixed conflicting key values in React components
## 2.0.4 (2019-09-27)
### Added

View file

@ -26,27 +26,29 @@
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/css-theme": "^2.0.3",
"@freesewing/examples": "^2.0.3",
"@freesewing/i18n": "^2.0.3",
"@freesewing/models": "^2.0.3",
"@freesewing/mui-theme": "^2.0.3",
"@freesewing/pattern-info": "^2.0.3",
"@freesewing/plugin-theme": "^2.0.3",
"@freesewing/rendertest": "^2.0.3",
"@freesewing/tutorial": "^2.0.3",
"@freesewing/utils": "^2.0.3",
"react": "^16.8",
"prop-types": "15.7.2",
"@freesewing/pattern-info": "^2.1.0-alpha.0",
"@freesewing/mui-theme": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/plugin-theme": "^2.1.0-alpha.0",
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/models": "^2.1.0-alpha.0",
"@freesewing/examples": "^2.1.0-alpha.0",
"@freesewing/rendertest": "^2.1.0-alpha.0",
"@freesewing/tutorial": "^2.1.0-alpha.0",
"typeface-roboto-condensed": "latest",
"@freesewing/i18n": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"react-intl": "^2.8.0",
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"file-saver": "^2.0.2",
"prismjs": "1.16.0",
"prop-types": "15.7.2",
"react": "^16.8",
"react-intl": "^2.8.0",
"typeface-roboto-condensed": "latest"
"file-saver": "^2.0.2"
},
"dependencies": {},
"devDependencies": {},
"files": [
"Blockquote/*",
"Draft/*",
@ -69,7 +71,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -35,11 +35,13 @@
"report": "BABEL_ENV=production nyc report --reporter=html",
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
},
"peerDependencies": {},
"dependencies": {
"bezier-js": "^2.2.13",
"bin-pack": "1.0.2",
"hooks": "^0.3.2"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -47,7 +49,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -23,9 +23,8 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w"
},
"peerDependencies": {},
"dependencies": {
"@freesewing/i18n": "^2.1.0-alpha.0",
"@freesewing/pattern-info": "^2.1.0-alpha.0",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"conf": "^2.2.0",
@ -41,8 +40,11 @@
"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.1.0-alpha.0",
"@freesewing/pattern-info": "^2.1.0-alpha.0"
},
"devDependencies": {},
"files": [
"lib",
"template",
@ -53,7 +55,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -27,9 +27,11 @@
"start": "rollup -c -w",
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
},
"peerDependencies": {},
"dependencies": {
"open-color": "1.6.3"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -37,7 +39,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -28,11 +28,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -41,21 +48,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -65,7 +62,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -74,7 +75,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,12 +33,19 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/brian": "^2.0.3",
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0",
"@freesewing/brian": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -47,21 +54,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -71,7 +68,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -80,7 +81,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -5,7 +5,7 @@
### Added
- Added translations for Penelope and Waralee
- Added translations for Penelope, Waralee, and Simone
## 2.0.4 (2019-09-27)
**Note:** Version bump only for package i18n

View file

@ -28,8 +28,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/pattern-info": "^2.0.3"
"@freesewing/pattern-info": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -37,7 +39,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,13 +33,20 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/bent": "^2.0.3",
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3",
"@freesewing/plugin-buttons": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0",
"@freesewing/bent": "^2.1.0-alpha.0",
"@freesewing/plugin-buttons": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -48,21 +55,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -72,7 +69,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -81,7 +82,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -29,8 +29,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/utils": "^2.0.3"
"@freesewing/utils": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -38,7 +40,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -31,6 +31,8 @@
"react": "^16.8",
"react-dom": "^16.8"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -38,7 +40,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -30,6 +30,9 @@
"start": "rollup -c -w",
"prepare": "node src/prebuild.js"
},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -37,7 +40,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,18 +33,19 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {
"@freesewing/plugin-cutonfold": "^2.1.0-alpha.0",
"@freesewing/plugin-dimension": "^2.1.0-alpha.0",
"@freesewing/plugin-grainline": "^2.1.0-alpha.0",
"@freesewing/plugin-logo": "^2.1.0-alpha.0",
"@freesewing/plugin-round": "^2.1.0-alpha.0",
"@freesewing/plugin-title": "^2.1.0-alpha.0",
"@freesewing/plugin-scalebox": "^2.1.0-alpha.0",
"@freesewing/plugin-sprinkle": "^2.1.0-alpha.0",
"@freesewing/plugin-title": "^2.1.0-alpha.0"
"@freesewing/plugin-round": "^2.1.0-alpha.0",
"@freesewing/plugin-sprinkle": "^2.1.0-alpha.0"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -52,7 +53,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -32,8 +32,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/core": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",
@ -41,7 +43,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -16,13 +16,16 @@
"scripts": {
"build": "echo \"prettier-config: No build required\" && exit 0"
},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {},
"files": [
"index.json",
"package.json"
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -3,9 +3,18 @@
## Unreleased
### Added
### Changed
- [#123](https://github.com/freesewing/freesewing/issues/123): Added a box pleat option to Simon
- Added the `backDarts` option to control the inclusion of back darts
- Added the `backDartsShaping` option to control the amount of shaping by the back darts
- Changed the defaults to slightly reduce the ease and adapt the sleevecap
### Fixed
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease to be set incorrectly
- Added a missing paperless dimension for the waist
- Fixed an issue where the split yoke option was not taken into account correctly
## 2.0.4 (2019-09-27)
**Note:** Version bump only for package simon

View file

@ -33,14 +33,21 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/brian": "^2.0.3",
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3",
"@freesewing/plugin-buttons": "^2.0.3",
"@freesewing/plugin-flip": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0",
"@freesewing/brian": "^2.1.0-alpha.0",
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -49,21 +56,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -73,7 +70,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -82,7 +83,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -3,9 +3,9 @@
## Unreleased
**Note:** Version bump only for package simone
### Added
- Added the Simone shirt pattern
## 2.0.4 (2019-09-27)
**Note:** Version bump only for package simone

View file

@ -33,16 +33,23 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/brian": "^2.0.3",
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3",
"@freesewing/plugin-bust": "^2.0.3",
"@freesewing/plugin-buttons": "^2.0.3",
"@freesewing/plugin-flip": "^2.0.3",
"@freesewing/simon": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0",
"@freesewing/brian": "^2.1.0-alpha.0",
"@freesewing/simon": "^2.1.0-alpha.0",
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/plugin-bust": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -51,21 +58,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -75,7 +72,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -84,7 +85,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -29,9 +29,11 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"axios": "^0.19.0",
"tlds": "^0.203.1"
"tlds": "^0.203.1",
"axios": "^0.19.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"backend/*",
"camelCase/*",
@ -58,7 +60,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,14 +33,21 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/brian": "^2.0.3",
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3",
"@freesewing/plugin-buttons": "^2.0.3",
"@freesewing/plugin-round": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0",
"@freesewing/brian": "^2.1.0-alpha.0",
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-round": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -49,21 +56,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -73,7 +70,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -82,7 +83,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",

View file

@ -33,11 +33,18 @@
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.3",
"@freesewing/plugin-bundle": "^2.0.3"
"@freesewing/core": "^2.1.0-alpha.0",
"@freesewing/plugin-bundle": "^2.1.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.1.0-alpha.0",
"@freesewing/css-theme": "^2.1.0-alpha.0",
"@freesewing/i18n": "^2.1.0-alpha.0",
@ -46,21 +53,11 @@
"@freesewing/plugin-buttons": "^2.1.0-alpha.0",
"@freesewing/plugin-flip": "^2.1.0-alpha.0",
"@freesewing/utils": "^2.1.0-alpha.0",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -70,7 +67,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
@ -79,7 +80,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=8.0.0",