Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 16, 2021
1 parent 68747d6 commit 3db5146
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 110 deletions.
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,66 +80,66 @@
"@kissmybutton/motorcortex": "^6.4.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.0.1",
"@babel/cli": "7.13.14",
"@babel/core": "7.13.15",
"@babel/preset-env": "7.13.15",
"@commitlint/cli": "7.6.1",
"@commitlint/config-conventional": "7.6.0",
"@kissmybutton/motorcortex": "6.4.1",
"@kissmybutton/motorcortex-anime": "2.1.14",
"@kissmybutton/motorcortex-player": "^1.9.4",
"@rollup/plugin-json": "^4.1.0",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.7",
"@semantic-release/github": "^5.2.8",
"@semantic-release/npm": "^5.1.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-preset-es2015-node5": "^1.2.0",
"commitizen": "^3.0.5",
"concurrently": "^4.1.0",
"coveralls": "^3.0.0",
"css-loader": "^2.1.0",
"cz-conventional-changelog": "^2.1.0",
"es6-promise": "^4.2.4",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"exports-loader": "^0.7.0",
"husky": "^1.3.1",
"imports-loader": "^0.8.0",
"json-stringify-safe": "^5.0.1",
"lint-staged": "^8.1.0",
"node-sass": "^4.11.0",
"@kissmybutton/motorcortex-player": "1.9.4",
"@rollup/plugin-json": "4.1.0",
"@semantic-release/changelog": "3.0.6",
"@semantic-release/git": "7.0.18",
"@semantic-release/github": "5.5.8",
"@semantic-release/npm": "5.3.5",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-preset-es2015-node5": "1.2.0",
"commitizen": "3.1.2",
"concurrently": "4.1.2",
"coveralls": "3.1.0",
"css-loader": "2.1.1",
"cz-conventional-changelog": "2.1.0",
"es6-promise": "4.2.8",
"eslint": "5.16.0",
"eslint-config-prettier": "3.6.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.1.0",
"exports-loader": "0.7.0",
"husky": "1.3.1",
"imports-loader": "0.8.0",
"json-stringify-safe": "5.0.1",
"lint-staged": "8.2.1",
"node-sass": "4.14.1",
"npm-check-updates": "*",
"npx": "*",
"prettier": "^1.15.3",
"rimraf": "^2.6.3",
"rollup": "^2.3.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"sass-loader": "^7.0.1",
"prettier": "1.19.1",
"rimraf": "2.7.1",
"rollup": "2.45.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "5.3.1",
"sass-loader": "7.3.1",
"semantic-release": "^15.13.2",
"shelljs": "^0.8.3",
"stylelint": "^9.9.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-sass-guidelines": "^5.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.4.4",
"webpack": "^4.28.1",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"whatwg-fetch": "^3.0.0"
"shelljs": "0.8.4",
"stylelint": "9.10.1",
"stylelint-config-prettier": "4.0.0",
"stylelint-config-recommended": "2.2.0",
"stylelint-config-recommended-scss": "3.3.0",
"stylelint-config-sass-guidelines": "5.4.0",
"stylelint-config-standard": "18.3.0",
"stylelint-scss": "3.19.0",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2",
"whatwg-fetch": "3.6.2"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 3db5146

Please sign in to comment.