Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 23, 2024
1 parent 9a66463 commit 1cddcf2
Show file tree
Hide file tree
Showing 3 changed files with 3,681 additions and 2,759 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- win
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,25 @@
"acorn-loose": "^8.3.0",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"c8": "^8.0.1",
"c8": "^10.1.2",
"camelcase": "^8.0.0",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"cpy": "^11.0.0",
"esbuild": "0.20.0",
"esbuild": "0.23.0",
"esbuild-plugin-wasm": "^1.1.0",
"events": "^3.3.0",
"execa": "^8.0.1",
"execa": "^9.3.0",
"exit-hook": "^4.0.0",
"globby": "^14.0.0",
"globby": "^14.0.2",
"kleur": "^4.1.5",
"lilconfig": "^3.0.0",
"lilconfig": "^3.1.2",
"lodash": "^4.17.21",
"merge-options": "^3.0.4",
"nanoid": "^5.0.4",
"ora": "^7.0.1",
"ora": "^8.0.1",
"p-timeout": "^6.1.2",
"path-browserify": "^1.0.1",
"playwright-core": "^1.41.1",
"playwright-core": "^1.45.3",
"polka": "^0.5.2",
"premove": "^4.0.0",
"process": "^0.11.10",
Expand All @@ -104,25 +104,25 @@
"source-map-support": "^0.5.21",
"stream-browserify": "^3.0.0",
"tempy": "^3.1.0",
"test-exclude": "^6.0.0",
"test-exclude": "^7.0.1",
"util": "^0.12.5",
"v8-to-istanbul": "^9.2.0"
"v8-to-istanbul": "^9.3.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/polka": "^0.5.4",
"benchmark": "^2.1.4",
"copyfiles": "^2.4.1",
"debug": "^4.3.4",
"debug": "^4.3.5",
"delay": "^6.0.0",
"hd-scripts": "^9.0.6",
"lint-staged": "^15.2.1",
"mocha": "^10.2.0",
"p-defer": "^4.0.0",
"simple-git-hooks": "^2.9.0",
"tape": "^5.7.4",
"tinybench": "^2.6.0",
"typescript": "^5.3.3",
"hd-scripts": "^9.1.0",
"lint-staged": "^15.2.7",
"mocha": "^10.7.0",
"p-defer": "^4.0.1",
"simple-git-hooks": "^2.11.1",
"tape": "^5.8.1",
"tinybench": "^2.8.0",
"typescript": "^5.5.4",
"uvu": "^0.5.6",
"zora": "^5.2.0"
},
Expand Down
Loading

0 comments on commit 1cddcf2

Please sign in to comment.