Skip to content

Commit

Permalink
Merge pull request #413 from reactioncommerce/delete-yarn-lock
Browse files Browse the repository at this point in the history
fix: remove yarn.lock file
  • Loading branch information
nnnnat authored Jun 14, 2019
2 parents 33651f1 + b00697a commit 705a931
Show file tree
Hide file tree
Showing 13 changed files with 371 additions and 24,832 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
!.env.example
.env
yarn.lock
yarn-error.log
coverage
node_modules
Expand Down
2 changes: 1 addition & 1 deletion .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ ignore:
'npm:mem:20180117':
- libnpx > yargs > os-locale > mem:
reason: No update available
expires: '2019-05-04T20:58:36.166Z'
expires: '2019-07-14T20:24:25.499Z'
patch: {}
27 changes: 27 additions & 0 deletions bin/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/env bash

# Please Use Google Shell Style: https://google.github.io/styleguide/shell.xml

# ---- Start unofficial bash strict mode boilerplate
# http://redsymbol.net/articles/unofficial-bash-strict-mode/
set -o errexit # always exit on error
set -o errtrace # trap errors in functions as well
set -o pipefail # don't ignore exit codes when piping output
set -o posix # more strict failures in subshells
# set -x # enable debugging

IFS=$'\n\t'
# ---- End unofficial bash strict mode boilerplate

cd "$(dirname "${BASH_SOURCE[0]}")/.."
export PATH="${PWD}/node_modules/.bin:${PATH}"
declare -a args=(
--ignore-scripts
--no-lockfile
--no-progress
--non-interactive
--silent
)
yarn "${args[@]}"
(cd package && yarn "${args[@]}" && yarn build)
yarn styleguide:build
7 changes: 7 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build]
environment = { YARN_VERSION = "1.16.0" }
command = "./bin/build.sh"

[dev]
command = "yarn styleguide:build" # Command to start your dev server
port = 6060
163 changes: 82 additions & 81 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,89 +89,90 @@
"suiteName": "jest-tests"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@reactioncommerce/components-context": "^1.2.0",
"prop-types": "15.6.2",
"react": "16.4.2",
"react-container-query": "^0.11.0",
"react-dom": "16.4.2",
"react-stripe-elements": "^2.0.1",
"reacto-form": "0.0.2",
"styled-components": "3.3.3"
"@babel/polyfill": "~7.2.5",
"@reactioncommerce/components-context": "~1.2.0",
"prop-types": "~15.6.2",
"react": "~16.4.2",
"react-container-query": "~0.11.0",
"react-dom": "~16.4.2",
"react-stripe-elements": "~2.0.1",
"reacto-form": "~0.0.2",
"styled-components": "~3.3.3"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/node": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-json-strings": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "^7.0.0",
"@commitlint/cli": "7.0.0",
"@commitlint/config-conventional": "7.0.1",
"@reactioncommerce/eslint-config": "1.9.0",
"adr": "1.1.1",
"autoprefixer": "7.1.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.1.0",
"babel-loader": "7.1.2",
"babel-plugin-module-resolver": "3.1.3",
"babel-plugin-rewire-exports": "1.0.1",
"babel-plugin-styled-components": "1.10.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "1.1.3",
"check-prop-types": "^1.1.2",
"composable-form-tests": "^1.0.0",
"css-loader": "0.28.11",
"dotenv": "4.0.0",
"dotenv-expand": "4.0.1",
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.8.0",
"eslint": "5.12.1",
"eslint-loader": "1.9.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.15.0",
"eslint-plugin-jest": "22.1.3",
"eslint-plugin-jsx-a11y": "6.2.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.12.4",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"fs-extra": "^5.0.0",
"html-webpack-plugin": "2.29.0",
"husky": "1.0.0-rc.9",
"ignore-loader": "^0.1.2",
"jest": "24.1.0",
"jest-junit": "6.1.0",
"jest-styled-components": "6.3.1",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"promise": "8.0.2",
"raf": "3.4.1",
"react-dev-utils": "7.0.1",
"react-styleguidist": "^6.5.3",
"react-test-renderer": "16.7.0",
"replace-in-files": "1.1.4",
"rimraf": "2.6.3",
"semantic-release": "15.13.3",
"snyk": "1.89.1",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "3.0.0"
"@babel/cli": "~7.2.3",
"@babel/core": "~7.2.2",
"@babel/node": "~7.2.2",
"@babel/plugin-proposal-class-properties": "~7.3.0",
"@babel/plugin-proposal-decorators": "~7.3.0",
"@babel/plugin-proposal-export-namespace-from": "~7.2.0",
"@babel/plugin-proposal-function-sent": "~7.2.0",
"@babel/plugin-proposal-json-strings": "~7.2.0",
"@babel/plugin-proposal-numeric-separator": "~7.2.0",
"@babel/plugin-proposal-throw-expressions": "~7.2.0",
"@babel/plugin-syntax-dynamic-import": "~7.2.0",
"@babel/plugin-syntax-import-meta": "~7.2.0",
"@babel/plugin-transform-runtime": "~7.2.0",
"@babel/preset-env": "~7.3.1",
"@babel/preset-react": "~7.0.0",
"@commitlint/cli": "~7.0.0",
"@commitlint/config-conventional": "~7.0.1",
"@reactioncommerce/eslint-config": "~1.9.0",
"adr": "~1.1.1",
"autoprefixer": "~7.1.6",
"babel-core": "~7.0.0-bridge.0",
"babel-eslint": "~10.0.1",
"babel-jest": "~24.1.0",
"babel-loader": "~7.1.2",
"babel-plugin-module-resolver": "~3.1.3",
"babel-plugin-rewire-exports": "~1.0.1",
"babel-plugin-styled-components": "~1.10.0",
"case-sensitive-paths-webpack-plugin": "~2.1.2",
"chalk": "~1.1.3",
"check-prop-types": "~1.1.2",
"composable-form-tests": "~1.0.0",
"css-loader": "~0.28.11",
"dotenv": "~4.0.0",
"dotenv-expand": "~4.0.1",
"enzyme": "~3.8.0",
"enzyme-adapter-react-16": "~1.8.0",
"eslint": "~5.12.1",
"eslint-loader": "~1.9.0",
"eslint-plugin-babel": "~5.3.0",
"eslint-plugin-import": "~2.15.0",
"eslint-plugin-jest": "~22.1.3",
"eslint-plugin-jsx-a11y": "~6.2.0",
"eslint-plugin-promise": "~4.0.1",
"eslint-plugin-react": "~7.12.4",
"extract-text-webpack-plugin": "~3.0.2",
"file-loader": "~1.1.5",
"fs-extra": "~5.0.0",
"html-webpack-plugin": "~2.29.0",
"husky": "~1.0.0-rc.9",
"ignore-loader": "~0.1.2",
"jest": "~24.1.0",
"jest-junit": "~6.1.0",
"jest-styled-components": "~6.3.1",
"object-assign": "~4.1.1",
"postcss-flexbugs-fixes": "~3.2.0",
"postcss-loader": "~2.0.8",
"promise": "~8.0.2",
"raf": "~3.4.1",
"react-dev-utils": "~7.0.1",
"react-styleguidist": "~6.5.3",
"react-test-renderer": "~16.7.0",
"replace-in-files": "~1.1.4",
"rimraf": "~2.6.3",
"semantic-release": "~15.13.3",
"snyk": "~1.89.1",
"style-loader": "~0.19.0",
"sw-precache-webpack-plugin": "~0.11.4",
"url-loader": "~0.6.2",
"webpack": "~3.8.1",
"webpack-dev-server": "~2.9.4",
"webpack-manifest-plugin": "~1.3.2",
"whatwg-fetch": "~3.0.0",
"yarn": "~1.16.0"
},
"snyk": true,
"commitlint": {
Expand Down
140 changes: 70 additions & 70 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,82 +21,82 @@
"release": "npm run build && npm publish dist"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@material-ui/core": "^3.1.0",
"accounting-js": "^1.1.1",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.uniqueid": "^4.0.1",
"mdi-material-ui": "^5.8.0",
"react-is": "^16.4.1",
"react-select": "^2.0.0"
"@babel/runtime": "~7.3.1",
"@material-ui/core": "~3.1.0",
"accounting-js": "~1.1.1",
"lodash.debounce": "~4.0.8",
"lodash.get": "~4.4.2",
"lodash.isempty": "~4.4.0",
"lodash.isequal": "~4.5.0",
"lodash.uniqueid": "~4.0.1",
"mdi-material-ui": "~5.8.0",
"react-is": "~16.4.1",
"react-select": "~2.4.0"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/node": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-json-strings": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "^7.0.0",
"@reactioncommerce/eslint-config": "1.9.0",
"autoprefixer": "7.1.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.1.0",
"babel-loader": "7.1.2",
"babel-plugin-module-resolver": "3.1.3",
"babel-plugin-rewire-exports": "1.0.1",
"babel-plugin-styled-components": "1.10.0",
"chalk": "1.1.3",
"check-prop-types": "1.1.2",
"composable-form-tests": "^1.0.0",
"dotenv": "4.0.0",
"dotenv-expand": "4.0.1",
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.8.0",
"eslint": "5.12.1",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.15.0",
"eslint-plugin-jest": "22.1.3",
"eslint-plugin-jsx-a11y": "6.2.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.12.4",
"fs-extra": "^5.0.0",
"jest": "24.1.0",
"jest-junit": "6.1.0",
"jest-styled-components": "6.3.1",
"object-assign": "4.1.1",
"promise": "8.0.2",
"raf": "3.4.1",
"react-dev-utils": "7.0.1",
"react-styleguidist": "^6.5.3",
"react-test-renderer": "16.7.0",
"replace-in-files": "1.1.4",
"rimraf": "2.6.3",
"semantic-release": "15.13.3",
"whatwg-fetch": "3.0.0"
"@babel/cli": "~7.2.3",
"@babel/core": "~7.2.2",
"@babel/node": "~7.2.2",
"@babel/plugin-proposal-class-properties": "~7.3.0",
"@babel/plugin-proposal-decorators": "~7.3.0",
"@babel/plugin-proposal-export-namespace-from": "~7.2.0",
"@babel/plugin-proposal-function-sent": "~7.2.0",
"@babel/plugin-proposal-json-strings": "~7.2.0",
"@babel/plugin-proposal-numeric-separator": "~7.2.0",
"@babel/plugin-proposal-throw-expressions": "~7.2.0",
"@babel/plugin-syntax-dynamic-import": "~7.2.0",
"@babel/plugin-syntax-import-meta": "~7.2.0",
"@babel/plugin-transform-runtime": "~7.2.0",
"@babel/preset-env": "~7.3.1",
"@babel/preset-react": "~7.0.0",
"@reactioncommerce/eslint-config": "~1.9.0",
"autoprefixer": "~7.1.6",
"babel-core": "~7.0.0-bridge.0",
"babel-eslint": "~10.0.1",
"babel-jest": "~24.1.0",
"babel-loader": "~7.1.2",
"babel-plugin-module-resolver": "~3.1.3",
"babel-plugin-rewire-exports": "~1.0.1",
"babel-plugin-styled-components": "~1.10.0",
"chalk": "~1.1.3",
"check-prop-types": "~1.1.2",
"composable-form-tests": "~1.0.0",
"dotenv": "~4.0.0",
"dotenv-expand": "~4.0.1",
"enzyme": "~3.8.0",
"enzyme-adapter-react-16": "~1.8.0",
"eslint": "~5.12.1",
"eslint-plugin-babel": "~5.3.0",
"eslint-plugin-import": "~2.15.0",
"eslint-plugin-jest": "~22.1.3",
"eslint-plugin-jsx-a11y": "~6.2.0",
"eslint-plugin-promise": "~4.0.1",
"eslint-plugin-react": "~7.12.4",
"fs-extra": "~5.0.0",
"jest": "~24.1.0",
"jest-junit": "~6.1.0",
"jest-styled-components": "~6.3.1",
"object-assign": "~4.1.1",
"promise": "~8.0.2",
"raf": "~3.4.1",
"react-dev-utils": "~7.0.1",
"react-styleguidist": "~6.5.3",
"react-test-renderer": "~16.7.0",
"replace-in-files": "~1.1.4",
"rimraf": "~2.6.3",
"semantic-release": "~15.13.3",
"whatwg-fetch": "~3.0.0"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@reactioncommerce/components-context": "^1.2.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-container-query": "^0.11.0",
"react-stripe-elements": "^2.0.1",
"reacto-form": "^0.0.2",
"styled-components": "^3.3.3"
"@reactioncommerce/components-context": "~1.2.0",
"prop-types": "~15.6.2",
"react": "~16.4.2",
"react-container-query": "~0.11.0",
"react-stripe-elements": "~2.0.1",
"reacto-form": "~0.0.2",
"styled-components": "~3.3.3"
}
}
Loading

0 comments on commit 705a931

Please sign in to comment.