Skip to content

Commit

Permalink
chore(deps): pin dependencies (#495)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 8, 2022
1 parent da626d3 commit d00fc62
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,30 @@
},
"description": "CLI and JavaScript API for setting the version in Apache Cordova config.xml",
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.0",
"babel-jest": "^27.5.1",
"babel-plugin-add-module-exports": "^1.0.4",
"child-process-promise": "^2.2.1",
"codecov": "^3.8.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"fs-extra": "^10.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"jest-extended": "^2.0.0",
"jest-sourcemaps": "^1.0.1",
"npm-check": "^5.9.2",
"prettier": "^2.5.1",
"semantic-release": "^19.0.2"
"@babel/cli": "7.17.0",
"@babel/core": "7.17.0",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.11",
"@babel/register": "7.17.0",
"babel-jest": "27.5.1",
"babel-plugin-add-module-exports": "1.0.4",
"child-process-promise": "2.2.1",
"codecov": "3.8.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.8.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"fs-extra": "10.0.0",
"husky": "7.0.4",
"jest": "27.5.1",
"jest-extended": "2.0.0",
"jest-sourcemaps": "1.0.1",
"npm-check": "5.9.2",
"prettier": "2.5.1",
"semantic-release": "19.0.2"
},
"files": [
"dist",
Expand Down

0 comments on commit d00fc62

Please sign in to comment.