Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 21, 2021
1 parent 795ac5c commit d236149
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 430 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@
"update-changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.0",
"@babel/core": "7.16.5",
"@babel/plugin-transform-runtime": "7.16.5",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "27.3.1",
"babel-jest": "27.4.5",
"conventional-changelog-cli": "2.1.1",
"cross-env": "7.0.3",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-jest": "24.7.0",
"glob-promise": "4.2.2",
"husky": "4.3.8",
"jest": "27.3.1",
"jest": "27.4.5",
"lerna": "3.22.1"
},
"resolutions": {
"@types/node": "12.20.36"
"@types/node": "12.20.38"
},
"engines": {
"node": ">=v10.24.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@statusfy/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@statusfy/core": "1.0.0-alpha.0",
"@types/fs-extra": "9.0.13",
"@types/inquirer": "7.3.3",
"@types/lodash": "4.14.176",
"@types/lodash": "4.14.178",
"@types/lru-cache": "5.1.1",
"@types/node": "14.14.33",
"@types/opener": "1.4.0",
Expand All @@ -58,7 +58,7 @@
"semver": "7.3.5",
"tomlify-j0.4": "3.0.0",
"ts-node": "9.1.1",
"typescript": "4.4.4",
"typescript": "4.5.4",
"yaml": "1.10.2"
}
}
4 changes: 2 additions & 2 deletions packages/@statusfy/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"postcss-import": "13.0.0",
"postcss-nested": "5.0.6",
"postcss-preset-env": "6.7.0",
"slugify": "1.6.1",
"slugify": "1.6.4",
"tailwindcss": "^1.9.6",
"toml": "3.0.0",
"tomlify-j0.4": "3.0.0",
Expand All @@ -58,6 +58,6 @@
"@types/lodash.template": "4.5.0",
"@types/node": "14.14.33",
"ts-node": "9.1.1",
"typescript": "4.4.4"
"typescript": "4.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/@statusfy/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@statusfy/common": "1.0.0-alpha.0",
"@types/node": "14.14.33",
"typescript": "4.4.4"
"typescript": "4.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/@statusfy/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"fs-extra": "10.0.0",
"gray-matter": "4.0.3",
"markdown-it": "12.2.0",
"markdown-it": "12.3.0",
"markdown-it-container": "3.0.0",
"markdown-it-emoji": "2.0.0",
"toml": "3.0.0",
Expand All @@ -33,6 +33,6 @@
"devDependencies": {
"@statusfy/test-utils": "1.0.0-alpha.0",
"@types/fs-extra": "9.0.13",
"@types/validator": "13.6.6"
"@types/validator": "13.7.0"
}
}
Loading

0 comments on commit d236149

Please sign in to comment.