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 Mar 26, 2022
1 parent 795ac5c commit 6e919a1
Show file tree
Hide file tree
Showing 7 changed files with 799 additions and 550 deletions.
12 changes: 6 additions & 6 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.17.8",
"@babel/plugin-transform-runtime": "7.17.0",
"@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",
"conventional-changelog-cli": "2.1.1",
"babel-jest": "27.5.1",
"conventional-changelog-cli": "2.2.2",
"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.5.1",
"lerna": "3.22.1"
},
"resolutions": {
"@types/node": "12.20.36"
"@types/node": "12.20.47"
},
"engines": {
"node": ">=v10.24.1",
Expand Down
8 changes: 4 additions & 4 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.180",
"@types/lru-cache": "5.1.1",
"@types/node": "14.14.33",
"@types/opener": "1.4.0",
Expand All @@ -48,8 +48,8 @@
"chalk": "4.1.2",
"commander": "8.3.0",
"consola": "2.15.3",
"fs-extra": "10.0.0",
"inquirer": "8.2.0",
"fs-extra": "10.0.1",
"inquirer": "8.2.2",
"locale-code": "2.0.2",
"lodash": "4.17.21",
"lru-cache": "6.0.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.6.3",
"yaml": "1.10.2"
}
}
12 changes: 6 additions & 6 deletions packages/@statusfy/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"homepage": "https://github.com/juliomrqz/statusfy#readme",
"dependencies": {
"autoprefixer": "10.4.0",
"autoprefixer": "10.4.4",
"chalk": "4.1.2",
"consola": "2.15.3",
"cssnano": "4.1.11",
"dayjs": "1.10.7",
"dayjs": "1.11.0",
"esm": "3.2.25",
"fs-extra": "10.0.0",
"fs-extra": "10.0.1",
"get-port": "5.1.1",
"gray-matter": "4.0.3",
"hash-sum": "2.0.0",
Expand All @@ -42,8 +42,8 @@
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-import": "13.0.0",
"postcss-nested": "5.0.6",
"postcss-preset-env": "6.7.0",
"slugify": "1.6.1",
"postcss-preset-env": "6.7.1",
"slugify": "1.6.5",
"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.6.3"
}
}
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.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/@statusfy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@11ty/eleventy": "0.12.1",
"@statusfy/markdown": "1.0.0-alpha.0",
"chokidar": "3.5.2",
"chokidar": "3.5.3",
"nunjucks": "3.2.3"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@statusfy/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"homepage": "https://github.com/juliomrqz/statusfy#readme",
"dependencies": {
"fs-extra": "10.0.0",
"fs-extra": "10.0.1",
"gray-matter": "4.0.3",
"markdown-it": "12.2.0",
"markdown-it": "12.3.2",
"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.2"
}
}
Loading

0 comments on commit 6e919a1

Please sign in to comment.