Skip to content
This repository has been archived by the owner on Sep 11, 2023. 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 Aug 24, 2023
1 parent b435028 commit d084b55
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Binary file not shown.

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 @@ -14,6 +14,6 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.6.2.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs

nodeLinker: node-modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"packageManager": "yarn@3.6.2",
"packageManager": "yarn@3.6.3",
"scripts": {
"build": "rm -rf ./.dist && tsc --project tsconfig.build.json && node ./esbuild.js && cp -r ./src/tsconfig ./.dist/tsconfig",
"release": "semantic-release",
Expand All @@ -35,7 +35,7 @@
"@semantic-release/release-notes-generator": "11.0.4",
"@types/jest": "29.5.4",
"@types/lodash": "4.14.197",
"@types/node": "18.17.8",
"@types/node": "18.17.9",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "5.62.0",
"esbuild": "0.19.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ __metadata:
"@semantic-release/release-notes-generator": 11.0.4
"@types/jest": 29.5.4
"@types/lodash": 4.14.197
"@types/node": 18.17.8
"@types/node": 18.17.9
"@typescript-eslint/eslint-plugin": 6.4.1
"@typescript-eslint/parser": 5.62.0
esbuild: 0.19.2
Expand Down Expand Up @@ -2007,10 +2007,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.17.8":
version: 18.17.8
resolution: "@types/node@npm:18.17.8"
checksum: ebb71526368c9c58f03e2c2408bfda4aa686c13d84226e2c9b48d9c4aee244fb82e672aaf4aa8ccb6e4993b4274d5f4b2b3d52d0a2e57ab187ae653903376411
"@types/node@npm:18.17.9":
version: 18.17.9
resolution: "@types/node@npm:18.17.9"
checksum: 0d5835710e49a654a1ca34167e7cd504cc709c006006ebe9b23c360dac5637c6c4f1b4f3aff33df1b7f9debfb9ad8bd81da2fc4540970d2ad56eb479cda77613
languageName: node
linkType: hard

Expand Down

0 comments on commit d084b55

Please sign in to comment.