Skip to content

Commit

Permalink
⬆️ Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 15, 2021
1 parent 2b06678 commit 2c8975e
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions package.json
Expand Up @@ -32,58 +32,58 @@
"all": "npm run format && npm run lint && npm run build"
},
"dependencies": {
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.20"
"isomorphic-unfetch": "3.1.0",
"lodash": "4.17.20"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.2",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.10",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/jest": "^26.0.20",
"@types/lodash.mergewith": "^4.6.6",
"@types/prettier": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"axios": "^0.21.1",
"crypto": "^1.0.1",
"dateformat": "^4.5.1",
"dayjs": "^1.10.4",
"dayjs-precise-range": "^1.0.1",
"del-cli": "^3.0.1",
"eslint": "^7.18.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"@arkweid/lefthook": "0.7.2",
"@semantic-release/github": "7.2.0",
"@semantic-release/npm": "7.0.10",
"@semantic-release/release-notes-generator": "9.0.1",
"@types/jest": "26.0.20",
"@types/lodash.mergewith": "4.6.6",
"@types/prettier": "2.2.1",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"axios": "0.21.1",
"crypto": "1.0.1",
"dateformat": "4.5.1",
"dayjs": "1.10.4",
"dayjs-precise-range": "1.0.1",
"del-cli": "3.0.1",
"eslint": "7.20.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-github": "4.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-spellcheck": "0.0.8",
"folio": "^0.3.18",
"gradient-string": "^1.2.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"folio": "0.3.18",
"gradient-string": "1.2.0",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"jsdom": "16.4.0",
"jsdom-global": "3.0.2",
"markdown-link-check": "^3.8.6",
"object-hash": "^2.1.1",
"prettier": "^2.1.2",
"randomcolor": "^0.5.4",
"remark-cli": "^9.0.0",
"remark-validate-links": "^10.0.2",
"rimraf": "^3.0.2",
"semantic-release": ">=17.2.3",
"slugify": "^1.4.6",
"ts-jest": "^26.4.4",
"ts-node": ">=9.0.0",
"tsdx": "^0.14.1",
"typed-rest-client": "^1.8.1",
"typescript": "^4.1.3",
"typescript-object-utils": "^0.4.1",
"utility-types": "^3.10.0",
"vague-time": "^2.4.2",
"ws": "^7.4.3",
"yaspeller": "^7.0.0"
"markdown-link-check": "3.8.6",
"object-hash": "2.1.1",
"prettier": "2.2.1",
"randomcolor": "0.5.4",
"remark-cli": "9.0.0",
"remark-validate-links": "10.0.2",
"rimraf": "3.0.2",
"semantic-release": "17.3.9",
"slugify": "1.4.6",
"ts-jest": "26.5.1",
"ts-node": "9.1.1",
"tsdx": "0.14.1",
"typed-rest-client": "1.8.1",
"typescript": "4.1.5",
"typescript-object-utils": "0.4.1",
"utility-types": "3.10.0",
"vague-time": "2.4.2",
"ws": "7.4.3",
"yaspeller": "7.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2c8975e

Please sign in to comment.