Skip to content

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] authored Mar 22, 2023
1 parent 5375481 commit 62eec32
Show file tree
Hide file tree
Showing 5 changed files with 1,082 additions and 970 deletions.
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"arraybuffer-to-buffer": "^0.0.7",
"better-module-alias": "^1.2.1",
"body-parser": "^1.20.1",
"body-parser": "^1.20.2",
"canvas": "^2.11.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
Expand All @@ -40,19 +40,19 @@
"xss-clean": "^0.1.1"
},
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"@sapphire/prettier-config": "1.4.5",
"@wildpeaks/eslint-config-commonjs": "15.6.0",
"@wildpeaks/prettier-config": "15.6.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.13.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"nodemon": "2.0.20",
"prettier": "2.8.3",
"lint-staged": "^13.2.0",
"nodemon": "2.0.22",
"prettier": "2.8.6",
"pretty-quick": "^3.1.3",
"standard-version": "^9.3.2"
},
Expand All @@ -64,7 +64,7 @@
"url": "https://github.com/NotKaskus/template/issues"
},
"engines": {
"node": ">=v16.19.0",
"node": ">=v16.19.1",
"npm": ">=7.0.0"
},
"commitlint": {
Expand All @@ -83,5 +83,5 @@
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.5.0"
}
Loading

0 comments on commit 62eec32

Please sign in to comment.