Skip to content

Commit

Permalink
⬆️ Pin dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Oct 24, 2021
1 parent 5171cd9 commit e85db90
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,70 +62,70 @@
"all": "npm run format:all && npm run lint:all && npm run pretty"
},
"dependencies": {
"concurrently": "^6.2.0",
"env-cmd": "^10.1.0",
"hero-patterns": "^2.1.0",
"if-env": "^1.0.4",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"node-cron": "^3.0.0"
"concurrently": "6.3.0",
"env-cmd": "10.1.0",
"hero-patterns": "2.1.0",
"if-env": "1.0.4",
"isomorphic-unfetch": "3.1.0",
"lodash": "4.17.21",
"lunr": "2.3.9",
"node-cron": "3.0.0"
},
"devDependencies": {
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/jest": "^27.0.1",
"@types/lodash.mergewith": "^4.6.6",
"@types/lunr": "^2.3.4",
"@types/prettier": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"@vercel/node": "^1.11.1",
"boxen": "^5.0.1",
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "7.1.3",
"@semantic-release/release-notes-generator": "9.0.3",
"@types/jest": "27.0.2",
"@types/lodash.mergewith": "4.6.6",
"@types/lunr": "2.3.4",
"@types/prettier": "2.4.1",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@vercel/node": "1.12.1",
"boxen": "5.1.2",
"codecov": "3.8.3",
"conventional-changelog-cli": "^2.1.1",
"coveralls": "^3.1.1",
"dateformat": "^4.5.1",
"conventional-changelog-cli": "2.1.1",
"coveralls": "3.1.1",
"dateformat": "4.6.3",
"del-cli": "4.0.1",
"dockerfile_lint": "^0.3.4",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.5",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"dockerfile_lint": "0.3.4",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-github": "4.3.2",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jest": "24.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-spellcheck": "0.0.19",
"eslint-plugin-unicorn": "^34.0.1",
"eslint-friendly-formatter": "^4.0.1",
"git-cz": "^4.7.6",
"gradient-string": "^1.2.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"jsonlint": "^1.6.3",
"license-checker": "^25.0.1",
"markdown-link-check": "^3.8.7",
"nodemon": "^2.0.12",
"onchange": "^7.1.0",
"opener": "^1.5.2",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"randomcolor": "^0.5.4",
"remark-cli": "^9.0.0",
"remark-lint-code-block-style": "^2.0.1",
"remark-lint-ordered-list-marker-value": "^2.0.1",
"remark-preset-davidtheclark": "^0.12.0",
"remark-validate-links": "^10.0.4",
"semantic-release": "^17.4.4",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typedoc": "^0.21.4",
"typescript": "^4.1.6",
"validate-commit-msg": "^2.14.0"
"eslint-plugin-unicorn": "34.0.1",
"eslint-friendly-formatter": "4.0.1",
"git-cz": "4.8.0",
"gradient-string": "1.2.0",
"husky": "7.0.4",
"jest": "27.3.1",
"jest-circus": "27.3.1",
"jsonlint": "1.6.3",
"license-checker": "25.0.1",
"markdown-link-check": "3.8.7",
"nodemon": "2.0.14",
"onchange": "7.1.0",
"opener": "1.5.2",
"prettier": "2.4.1",
"pretty-quick": "3.1.1",
"randomcolor": "0.5.4",
"remark-cli": "9.0.0",
"remark-lint-code-block-style": "2.0.1",
"remark-lint-ordered-list-marker-value": "2.0.1",
"remark-preset-davidtheclark": "0.12.0",
"remark-validate-links": "10.0.4",
"semantic-release": "17.4.7",
"ts-jest": "27.0.7",
"ts-node": "10.4.0",
"typedoc": "0.21.9",
"typescript": "4.4.4",
"validate-commit-msg": "2.14.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e85db90

Please sign in to comment.