Skip to content

Commit

Permalink
[js] Update all Yarn dependencies (2021-04-25) (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] committed Apr 25, 2021
1 parent 7b263bd commit eb83c5e
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 197 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -17,21 +17,21 @@
"prepare": "husky install .github/husky"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@sapphire/eslint-config": "^3.0.2",
"@sapphire/prettier-config": "^1.0.8",
"@sapphire/ts-config": "^2.1.0",
"@sapphire/eslint-config": "^3.0.3",
"@sapphire/prettier-config": "^1.0.9",
"@sapphire/ts-config": "^2.1.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.22.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
Expand All @@ -41,17 +41,17 @@
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.43.1",
"rollup": "^2.44.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.4",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typedoc": "0.19.2",
"typedoc-plugin-lerna-packages": "^0.3.1",
"typedoc-plugin-nojekyll": "^1.0.1",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"commitlint": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/yamlreader/package.json
Expand Up @@ -18,7 +18,7 @@
"start": "yarn build -w"
},
"dependencies": {
"js-yaml": "^4.0.0"
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0"
Expand Down

0 comments on commit eb83c5e

Please sign in to comment.