diff --git a/packages/aaron/README.md b/packages/aaron/README.md index 109d335bc58..162cec52a67 100644 --- a/packages/aaron/README.md +++ b/packages/aaron/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/aaron/package.json b/packages/aaron/package.json index e851f79530a..d4306df48fd 100644 --- a/packages/aaron/package.json +++ b/packages/aaron/package.json @@ -33,12 +33,19 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/brian": "^2.0.0-beta.38", - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39", + "@freesewing/brian": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -47,21 +54,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/benjamin/README.md b/packages/benjamin/README.md index 6d684371890..143ffc0c3fd 100644 --- a/packages/benjamin/README.md +++ b/packages/benjamin/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/benjamin/package.json b/packages/benjamin/package.json index d8168e82e47..e6a7427e239 100644 --- a/packages/benjamin/package.json +++ b/packages/benjamin/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/bent/README.md b/packages/bent/README.md index e6d453f625c..2aa2c6cf8f2 100644 --- a/packages/bent/README.md +++ b/packages/bent/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/bent/package.json b/packages/bent/package.json index 6ae5b4425c5..824cd4a125d 100644 --- a/packages/bent/package.json +++ b/packages/bent/package.json @@ -33,12 +33,19 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/brian": "^2.0.0-beta.38", - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39", + "@freesewing/brian": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -47,21 +54,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/brian/README.md b/packages/brian/README.md index 2ff335784dc..aebb828ae1c 100644 --- a/packages/brian/README.md +++ b/packages/brian/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/brian/package.json b/packages/brian/package.json index 3ce7bb36422..4b428ab7aaa 100644 --- a/packages/brian/package.json +++ b/packages/brian/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/bruce/README.md b/packages/bruce/README.md index 14b7187c45c..31bae20f612 100644 --- a/packages/bruce/README.md +++ b/packages/bruce/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/bruce/package.json b/packages/bruce/package.json index 0dda3af8bb7..201a67a3c9a 100644 --- a/packages/bruce/package.json +++ b/packages/bruce/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/carlita/README.md b/packages/carlita/README.md index 6f29616f0e8..5b734bfc4dc 100644 --- a/packages/carlita/README.md +++ b/packages/carlita/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/carlita/package.json b/packages/carlita/package.json index cef33dda0ae..9891d164cf5 100644 --- a/packages/carlita/package.json +++ b/packages/carlita/package.json @@ -33,15 +33,22 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/bent": "^2.0.0-beta.38", - "@freesewing/carlton": "^2.0.0-beta.38", - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38", - "@freesewing/plugin-bust": "^2.0.0-beta.38", - "@freesewing/plugin-buttons": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39", + "@freesewing/bent": "^2.0.0-beta.39", + "@freesewing/carlton": "^2.0.0-beta.39", + "@freesewing/plugin-bust": "^2.0.0-beta.39", + "@freesewing/plugin-buttons": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -50,21 +57,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/carlton/README.md b/packages/carlton/README.md index d5515f65de9..b0bb945ef06 100644 --- a/packages/carlton/README.md +++ b/packages/carlton/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/carlton/package.json b/packages/carlton/package.json index 816604ce3f2..b2b79566177 100644 --- a/packages/carlton/package.json +++ b/packages/carlton/package.json @@ -33,13 +33,20 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/bent": "^2.0.0-beta.38", - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38", - "@freesewing/plugin-buttons": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39", + "@freesewing/bent": "^2.0.0-beta.39", + "@freesewing/plugin-buttons": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -48,21 +55,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/cathrin/README.md b/packages/cathrin/README.md index 7b688038daa..73e5de9ebbf 100644 --- a/packages/cathrin/README.md +++ b/packages/cathrin/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/cathrin/package.json b/packages/cathrin/package.json index 1b432c9df8a..1313361dab6 100644 --- a/packages/cathrin/package.json +++ b/packages/cathrin/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/components/README.md b/packages/components/README.md index be2f0bf2416..e519e932118 100644 --- a/packages/components/README.md +++ b/packages/components/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/components/package.json b/packages/components/package.json index 267b5737e07..6c48086733a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -26,27 +26,29 @@ "watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/css-theme": "^2.0.0-beta.38", - "@freesewing/examples": "^2.0.0-beta.38", - "@freesewing/i18n": "^2.0.0-beta.38", - "@freesewing/models": "^2.0.0-beta.38", - "@freesewing/mui-theme": "^2.0.0-beta.38", - "@freesewing/pattern-info": "^2.0.0-beta.38", - "@freesewing/plugin-theme": "^2.0.0-beta.38", - "@freesewing/rendertest": "^2.0.0-beta.38", - "@freesewing/tutorial": "^2.0.0-beta.38", - "@freesewing/utils": "^2.0.0-beta.38", + "react": "^16.8", + "prop-types": "15.7.2", + "@freesewing/pattern-info": "^2.0.0-beta.39", + "@freesewing/mui-theme": "^2.0.0-beta.39", + "@freesewing/css-theme": "^2.0.0-beta.39", + "@freesewing/plugin-theme": "^2.0.0-beta.39", + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/models": "^2.0.0-beta.39", + "@freesewing/examples": "^2.0.0-beta.39", + "@freesewing/rendertest": "^2.0.0-beta.39", + "@freesewing/tutorial": "^2.0.0-beta.39", + "typeface-roboto-condensed": "latest", + "@freesewing/i18n": "^2.0.0-beta.39", + "@freesewing/utils": "^2.0.0-beta.39", + "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/*", diff --git a/packages/core/README.md b/packages/core/README.md index cc66b0984c8..9b230e4ac48 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/core/package.json b/packages/core/package.json index 34cdce0edd3..ddcc33f58ef 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/create-freesewing-pattern/README.md b/packages/create-freesewing-pattern/README.md index 0e816e57e91..1119079c2df 100644 --- a/packages/create-freesewing-pattern/README.md +++ b/packages/create-freesewing-pattern/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/create-freesewing-pattern/package.json b/packages/create-freesewing-pattern/package.json index 56616e21e69..5ed354bffc2 100644 --- a/packages/create-freesewing-pattern/package.json +++ b/packages/create-freesewing-pattern/package.json @@ -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.0.0-beta.39", - "@freesewing/pattern-info": "^2.0.0-beta.39", "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.0.0-beta.39", + "@freesewing/pattern-info": "^2.0.0-beta.39" }, + "devDependencies": {}, "files": [ "lib", "template", diff --git a/packages/css-theme/README.md b/packages/css-theme/README.md index d9bb9fe937e..6f42ac7f516 100644 --- a/packages/css-theme/README.md +++ b/packages/css-theme/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/css-theme/package.json b/packages/css-theme/package.json index 7e3be41bfdd..e9be4608f68 100644 --- a/packages/css-theme/package.json +++ b/packages/css-theme/package.json @@ -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", diff --git a/packages/examples/README.md b/packages/examples/README.md index 7ec7d4b2e34..57c9a329736 100644 --- a/packages/examples/README.md +++ b/packages/examples/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/examples/package.json b/packages/examples/package.json index 9017d04d487..c3294315244 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -28,11 +28,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -41,21 +48,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/florent/README.md b/packages/florent/README.md index 2394e7d6975..b6a49633039 100644 --- a/packages/florent/README.md +++ b/packages/florent/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/florent/package.json b/packages/florent/package.json index 8557579d05d..fdfddab4d62 100644 --- a/packages/florent/package.json +++ b/packages/florent/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/huey/README.md b/packages/huey/README.md index f79f564d0d1..716b7f4b950 100644 --- a/packages/huey/README.md +++ b/packages/huey/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/huey/package.json b/packages/huey/package.json index 1fec3454ca1..7641eb2d6e2 100644 --- a/packages/huey/package.json +++ b/packages/huey/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/hugo/README.md b/packages/hugo/README.md index fe475500a85..14c1e2298d8 100644 --- a/packages/hugo/README.md +++ b/packages/hugo/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/hugo/package.json b/packages/hugo/package.json index dfca636fc99..fae98d0c76f 100644 --- a/packages/hugo/package.json +++ b/packages/hugo/package.json @@ -33,12 +33,19 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/brian": "^2.0.0-beta.38", - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39", + "@freesewing/brian": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -47,21 +54,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/i18n/README.md b/packages/i18n/README.md index ad9a3bc894e..51818aa5f7a 100644 --- a/packages/i18n/README.md +++ b/packages/i18n/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -142,7 +142,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -153,7 +153,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/i18n/package.json b/packages/i18n/package.json index bb9122493fc..5632a24f8a4 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -28,8 +28,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/pattern-info": "^2.0.0-beta.38" + "@freesewing/pattern-info": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/jaeger/README.md b/packages/jaeger/README.md index 25f6a9b46e4..17cfc535fcf 100644 --- a/packages/jaeger/README.md +++ b/packages/jaeger/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/jaeger/package.json b/packages/jaeger/package.json index 3bb3472262d..a7d427fa30c 100644 --- a/packages/jaeger/package.json +++ b/packages/jaeger/package.json @@ -33,13 +33,20 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/bent": "^2.0.0-beta.38", - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38", - "@freesewing/plugin-buttons": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39", + "@freesewing/bent": "^2.0.0-beta.39", + "@freesewing/plugin-buttons": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -48,21 +55,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/models/README.md b/packages/models/README.md index 587f4fead19..37bb24aabac 100644 --- a/packages/models/README.md +++ b/packages/models/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -133,7 +133,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -144,7 +144,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/models/package.json b/packages/models/package.json index b122ac42e55..329ccdc7a41 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -28,6 +28,9 @@ "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "start": "rollup -c -w" }, + "peerDependencies": {}, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/mui-theme/README.md b/packages/mui-theme/README.md index ae1d25fa16a..f4db7b3e496 100644 --- a/packages/mui-theme/README.md +++ b/packages/mui-theme/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -123,7 +123,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -134,7 +134,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/mui-theme/package.json b/packages/mui-theme/package.json index aab8591350b..09d89da8c5a 100644 --- a/packages/mui-theme/package.json +++ b/packages/mui-theme/package.json @@ -31,6 +31,8 @@ "react": "^16.8", "react-dom": "^16.8" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/pattern-info/README.md b/packages/pattern-info/README.md index 2a3a299d354..96490be104a 100644 --- a/packages/pattern-info/README.md +++ b/packages/pattern-info/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -140,7 +140,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -151,7 +151,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/pattern-info/package.json b/packages/pattern-info/package.json index 536f5706fe2..68b54ca81ed 100644 --- a/packages/pattern-info/package.json +++ b/packages/pattern-info/package.json @@ -31,9 +31,11 @@ "prepare": "node src/prebuild.js" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/patterns/README.md b/packages/patterns/README.md index 99a101ced70..884cd8b1b61 100644 --- a/packages/patterns/README.md +++ b/packages/patterns/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -140,7 +140,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -151,7 +151,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/patterns/package.json b/packages/patterns/package.json index d5d516e4863..0dec27f7e5b 100644 --- a/packages/patterns/package.json +++ b/packages/patterns/package.json @@ -32,9 +32,9 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38", - "@freesewing/plugin-buttons": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39", + "@freesewing/plugin-buttons": "^2.0.0-beta.39" }, "dependencies": { "@freesewing/aaron": "^2.0.0-beta.39", @@ -56,6 +56,7 @@ "@freesewing/trayvon": "^2.0.0-beta.39", "@freesewing/wahid": "^2.0.0-beta.39" }, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-banner/README.md b/packages/plugin-banner/README.md index 846dfa4c926..1e2b7830df6 100644 --- a/packages/plugin-banner/README.md +++ b/packages/plugin-banner/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-banner/package.json b/packages/plugin-banner/package.json index 4ee99ba3b3a..942a9afd16f 100644 --- a/packages/plugin-banner/package.json +++ b/packages/plugin-banner/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-bundle/README.md b/packages/plugin-bundle/README.md index 0535003c42a..741bd937c8e 100644 --- a/packages/plugin-bundle/README.md +++ b/packages/plugin-bundle/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -119,7 +119,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -130,7 +130,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-bundle/package.json b/packages/plugin-bundle/package.json index 857a1e832ed..dbea028eeb2 100644 --- a/packages/plugin-bundle/package.json +++ b/packages/plugin-bundle/package.json @@ -33,18 +33,19 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, "dependencies": { "@freesewing/plugin-cutonfold": "^2.0.0-beta.39", "@freesewing/plugin-dimension": "^2.0.0-beta.39", "@freesewing/plugin-grainline": "^2.0.0-beta.39", "@freesewing/plugin-logo": "^2.0.0-beta.39", - "@freesewing/plugin-round": "^2.0.0-beta.39", + "@freesewing/plugin-title": "^2.0.0-beta.39", "@freesewing/plugin-scalebox": "^2.0.0-beta.39", - "@freesewing/plugin-sprinkle": "^2.0.0-beta.39", - "@freesewing/plugin-title": "^2.0.0-beta.39" + "@freesewing/plugin-round": "^2.0.0-beta.39", + "@freesewing/plugin-sprinkle": "^2.0.0-beta.39" }, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-bust/README.md b/packages/plugin-bust/README.md index 0a25d3b156b..cc46a45c752 100644 --- a/packages/plugin-bust/README.md +++ b/packages/plugin-bust/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-bust/package.json b/packages/plugin-bust/package.json index 69a681cfd8c..59dfde95a82 100644 --- a/packages/plugin-bust/package.json +++ b/packages/plugin-bust/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-buttons/README.md b/packages/plugin-buttons/README.md index 4d541efc1fe..b751f988026 100644 --- a/packages/plugin-buttons/README.md +++ b/packages/plugin-buttons/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-buttons/package.json b/packages/plugin-buttons/package.json index d2be040626f..7967f0cbfb5 100644 --- a/packages/plugin-buttons/package.json +++ b/packages/plugin-buttons/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-cutonfold/README.md b/packages/plugin-cutonfold/README.md index e2c4125f4b7..dd07683403d 100644 --- a/packages/plugin-cutonfold/README.md +++ b/packages/plugin-cutonfold/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-cutonfold/package.json b/packages/plugin-cutonfold/package.json index 4c4b6726d71..57f7c632856 100644 --- a/packages/plugin-cutonfold/package.json +++ b/packages/plugin-cutonfold/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-debug/README.md b/packages/plugin-debug/README.md index 5c949e18d70..88e6c84db5a 100644 --- a/packages/plugin-debug/README.md +++ b/packages/plugin-debug/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-debug/package.json b/packages/plugin-debug/package.json index 736830f5675..031c58eb18a 100644 --- a/packages/plugin-debug/package.json +++ b/packages/plugin-debug/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-designer/README.md b/packages/plugin-designer/README.md index ebeb0122f10..16b92241f77 100644 --- a/packages/plugin-designer/README.md +++ b/packages/plugin-designer/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 49743cf08af..fbcb0e43e70 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-dimension/README.md b/packages/plugin-dimension/README.md index 1fe9fbc641d..3bd4d36f4d9 100644 --- a/packages/plugin-dimension/README.md +++ b/packages/plugin-dimension/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-dimension/package.json b/packages/plugin-dimension/package.json index be153586123..7138ae4a419 100644 --- a/packages/plugin-dimension/package.json +++ b/packages/plugin-dimension/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-flip/README.md b/packages/plugin-flip/README.md index d9ef01c4e6d..5094410b9a8 100644 --- a/packages/plugin-flip/README.md +++ b/packages/plugin-flip/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-flip/package.json b/packages/plugin-flip/package.json index 9fb9327af11..f2e52d83d89 100644 --- a/packages/plugin-flip/package.json +++ b/packages/plugin-flip/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-grainline/README.md b/packages/plugin-grainline/README.md index 96f580ac805..84a7d5d149d 100644 --- a/packages/plugin-grainline/README.md +++ b/packages/plugin-grainline/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-grainline/package.json b/packages/plugin-grainline/package.json index 897626f2b52..5671001eba9 100644 --- a/packages/plugin-grainline/package.json +++ b/packages/plugin-grainline/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-i18n/README.md b/packages/plugin-i18n/README.md index 7861e601a7b..9c4338f863d 100644 --- a/packages/plugin-i18n/README.md +++ b/packages/plugin-i18n/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-i18n/package.json b/packages/plugin-i18n/package.json index 17ba51e0ad2..408eeba8348 100644 --- a/packages/plugin-i18n/package.json +++ b/packages/plugin-i18n/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-logo/README.md b/packages/plugin-logo/README.md index f3a13955800..fc05d06dac3 100644 --- a/packages/plugin-logo/README.md +++ b/packages/plugin-logo/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-logo/package.json b/packages/plugin-logo/package.json index 03aa8becb54..6e6b98aac2d 100644 --- a/packages/plugin-logo/package.json +++ b/packages/plugin-logo/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-round/README.md b/packages/plugin-round/README.md index 774cecf221f..83be126577e 100644 --- a/packages/plugin-round/README.md +++ b/packages/plugin-round/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-round/package.json b/packages/plugin-round/package.json index 8d63361d759..32db80e7fbd 100644 --- a/packages/plugin-round/package.json +++ b/packages/plugin-round/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-scalebox/README.md b/packages/plugin-scalebox/README.md index 722b4e16705..3ac57f71092 100644 --- a/packages/plugin-scalebox/README.md +++ b/packages/plugin-scalebox/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-scalebox/package.json b/packages/plugin-scalebox/package.json index eab0db5e0d1..865cee8309e 100644 --- a/packages/plugin-scalebox/package.json +++ b/packages/plugin-scalebox/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-sprinkle/README.md b/packages/plugin-sprinkle/README.md index 092e68711c9..68aca705daa 100644 --- a/packages/plugin-sprinkle/README.md +++ b/packages/plugin-sprinkle/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-sprinkle/package.json b/packages/plugin-sprinkle/package.json index 839a5074e5e..1f198d30b73 100644 --- a/packages/plugin-sprinkle/package.json +++ b/packages/plugin-sprinkle/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-svgattr/README.md b/packages/plugin-svgattr/README.md index 96455c487ec..944fd506234 100644 --- a/packages/plugin-svgattr/README.md +++ b/packages/plugin-svgattr/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-svgattr/package.json b/packages/plugin-svgattr/package.json index 7b3d5fb0261..9051fe165c4 100644 --- a/packages/plugin-svgattr/package.json +++ b/packages/plugin-svgattr/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-theme/README.md b/packages/plugin-theme/README.md index 937886fe60b..aa116b527a2 100644 --- a/packages/plugin-theme/README.md +++ b/packages/plugin-theme/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-theme/package.json b/packages/plugin-theme/package.json index 2ff0c545552..700d68f34a1 100644 --- a/packages/plugin-theme/package.json +++ b/packages/plugin-theme/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-title/README.md b/packages/plugin-title/README.md index 6a2654529f2..22827180b2f 100644 --- a/packages/plugin-title/README.md +++ b/packages/plugin-title/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-title/package.json b/packages/plugin-title/package.json index 28cfa538469..a255a32a4f3 100644 --- a/packages/plugin-title/package.json +++ b/packages/plugin-title/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/plugin-validate/README.md b/packages/plugin-validate/README.md index b1e34236c2d..623ffadd3fb 100644 --- a/packages/plugin-validate/README.md +++ b/packages/plugin-validate/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/plugin-validate/package.json b/packages/plugin-validate/package.json index 6b091226a8c..50751522a77 100644 --- a/packages/plugin-validate/package.json +++ b/packages/plugin-validate/package.json @@ -32,8 +32,10 @@ "start": "rollup -c -w" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39" }, + "dependencies": {}, + "devDependencies": {}, "files": [ "dist/*", "README.md", diff --git a/packages/prettier-config/README.md b/packages/prettier-config/README.md index 69152c3b731..4745d9078eb 100644 --- a/packages/prettier-config/README.md +++ b/packages/prettier-config/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index f6310a52a01..fa497922864 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -16,6 +16,9 @@ "scripts": { "build": "echo \"prettier-config: No build required\" && exit 0" }, + "peerDependencies": {}, + "dependencies": {}, + "devDependencies": {}, "files": [ "index.json", "package.json" diff --git a/packages/rendertest/README.md b/packages/rendertest/README.md index b5ab0bafdc6..32ec2ccf5ba 100644 --- a/packages/rendertest/README.md +++ b/packages/rendertest/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/rendertest/package.json b/packages/rendertest/package.json index 0ac7c8a7ace..4313dcc1349 100644 --- a/packages/rendertest/package.json +++ b/packages/rendertest/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/sandy/README.md b/packages/sandy/README.md index 8dc0c812067..33a90199bb7 100644 --- a/packages/sandy/README.md +++ b/packages/sandy/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/sandy/package.json b/packages/sandy/package.json index 2807e921ad5..3e9704717bb 100644 --- a/packages/sandy/package.json +++ b/packages/sandy/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/shin/README.md b/packages/shin/README.md index ff9d8fba731..02e02df1241 100644 --- a/packages/shin/README.md +++ b/packages/shin/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/shin/package.json b/packages/shin/package.json index 98d12a3337d..29a60fd24b8 100644 --- a/packages/shin/package.json +++ b/packages/shin/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/simon/README.md b/packages/simon/README.md index a02e5600f9a..c44abeee347 100644 --- a/packages/simon/README.md +++ b/packages/simon/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/simon/package.json b/packages/simon/package.json index b2e2f7ae765..390947370de 100644 --- a/packages/simon/package.json +++ b/packages/simon/package.json @@ -33,14 +33,21 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/brian": "^2.0.0-beta.38", - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38", - "@freesewing/plugin-buttons": "^2.0.0-beta.38", - "@freesewing/plugin-flip": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39", + "@freesewing/brian": "^2.0.0-beta.39", + "@freesewing/plugin-buttons": "^2.0.0-beta.39", + "@freesewing/plugin-flip": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -49,21 +56,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/sven/README.md b/packages/sven/README.md index 0fa0a248bb3..8f259cd11cf 100644 --- a/packages/sven/README.md +++ b/packages/sven/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/sven/package.json b/packages/sven/package.json index 14fd490a3f5..32996f0ad21 100644 --- a/packages/sven/package.json +++ b/packages/sven/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/tamiko/README.md b/packages/tamiko/README.md index f009408cf60..c740bc9f277 100644 --- a/packages/tamiko/README.md +++ b/packages/tamiko/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/tamiko/package.json b/packages/tamiko/package.json index 5885bf3d414..7c3cb662f10 100644 --- a/packages/tamiko/package.json +++ b/packages/tamiko/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/theo/README.md b/packages/theo/README.md index 6edbd3f06ba..ef7fcccb613 100644 --- a/packages/theo/README.md +++ b/packages/theo/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/theo/package.json b/packages/theo/package.json index b39b6ac30a1..54220117398 100644 --- a/packages/theo/package.json +++ b/packages/theo/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/trayvon/README.md b/packages/trayvon/README.md index fb3dd63131c..ad0866fa34a 100644 --- a/packages/trayvon/README.md +++ b/packages/trayvon/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/trayvon/package.json b/packages/trayvon/package.json index f5201edf319..a394ee334f6 100644 --- a/packages/trayvon/package.json +++ b/packages/trayvon/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/tutorial/README.md b/packages/tutorial/README.md index a296a1df945..ca1b5af4654 100644 --- a/packages/tutorial/README.md +++ b/packages/tutorial/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/tutorial/package.json b/packages/tutorial/package.json index de67aff581f..753efa2939f 100644 --- a/packages/tutorial/package.json +++ b/packages/tutorial/package.json @@ -33,11 +33,18 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -46,21 +53,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*", diff --git a/packages/utils/README.md b/packages/utils/README.md index 7f47850bdcb..d20e399f8cb 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/utils/package.json b/packages/utils/package.json index 465ffa8e5c9..07dd71daea1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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/*", diff --git a/packages/wahid/README.md b/packages/wahid/README.md index 51bb8e0a85e..6ab67e24a74 100644 --- a/packages/wahid/README.md +++ b/packages/wahid/README.md @@ -1,7 +1,7 @@ > **Note**: This is part of version 2 of FreeSewing. > It is a work in progress, and not ready for prime-time yet > -> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). +> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).

Freesewing logo @@ -35,7 +35,7 @@ >Follow @freesewing_org on Twitter Chat with us on Gitter @@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.org) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing) + - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions, +Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new). diff --git a/packages/wahid/package.json b/packages/wahid/package.json index de84c26bfa0..24598bf7f8e 100644 --- a/packages/wahid/package.json +++ b/packages/wahid/package.json @@ -33,14 +33,21 @@ "netlify": "echo \"Not configured yet\"" }, "peerDependencies": { - "@freesewing/brian": "^2.0.0-beta.38", - "@freesewing/core": "^2.0.0-beta.38", - "@freesewing/plugin-bundle": "^2.0.0-beta.38", - "@freesewing/plugin-buttons": "^2.0.0-beta.38", - "@freesewing/plugin-round": "^2.0.0-beta.38" + "@freesewing/core": "^2.0.0-beta.39", + "@freesewing/plugin-bundle": "^2.0.0-beta.39", + "@freesewing/brian": "^2.0.0-beta.39", + "@freesewing/plugin-buttons": "^2.0.0-beta.39", + "@freesewing/plugin-round": "^2.0.0-beta.39" }, + "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.0.0-beta.39", "@freesewing/css-theme": "^2.0.0-beta.39", "@freesewing/i18n": "^2.0.0-beta.39", @@ -49,21 +56,11 @@ "@freesewing/plugin-buttons": "^2.0.0-beta.39", "@freesewing/plugin-flip": "^2.0.0-beta.39", "@freesewing/utils": "^2.0.0-beta.39", - "@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/*",