Skip to content

Commit

Permalink
chore: bump esbuild and extra
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-medvedev committed May 7, 2024
1 parent 18d9e72 commit 1ab72fa
Show file tree
Hide file tree
Showing 6 changed files with 884 additions and 638 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.11.1
node-version: 20.13.0
cache: 'yarn'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.11.1
node-version: 20.13.0
cache: 'yarn'

- name: Install dependencies
Expand Down
517 changes: 259 additions & 258 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.1.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 @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.1.cjs
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.3",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/node": "20.11.26",
"@vitest/coverage-v8": "1.3.1",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/github": "10.0.3",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@types/node": "20.12.10",
"@vitest/coverage-v8": "1.6.0",
"cz-conventional-changelog": "3.3.0",
"esbuild": "0.20.1",
"esbuild": "0.21.1",
"git-cz": "4.9.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"semantic-release": "23.0.2",
"tsx": "4.7.1",
"typescript": "5.4.2",
"vite": "5.1.6",
"vitest": "1.3.1"
"semantic-release": "23.0.8",
"tsx": "4.9.3",
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0"
},
"peerDependencies": {
"esbuild": "^0.14.x || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0"
"esbuild": "^0.14.x || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0"
},
"resolutions": {
"esbuild": "0.20.1"
"esbuild": "0.21.1"
},
"dependencies": {
"@types/less": "^3.0.6",
Expand All @@ -78,7 +78,7 @@
"less"
],
"volta": {
"node": "20.11.1",
"node": "20.13.0",
"yarn": "1.22.22"
},
"husky": {
Expand All @@ -96,5 +96,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.1"
}
Loading

0 comments on commit 1ab72fa

Please sign in to comment.