Skip to content

Commit

Permalink
fix: fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Oct 12, 2024
1 parent cfa250a commit a0e7cca
Show file tree
Hide file tree
Showing 3 changed files with 1,117 additions and 1,023 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"name": "bubkoo",
"email": "[email protected]"
},
"type": "module",
"main": "dist/index.js",
"files": [
"dist",
Expand All @@ -18,21 +17,21 @@
"clean": "rimraf dist",
"lint": "eslint --fix",
"prebuild": "run-s lint clean",
"build": "esbuild src/index.ts --bundle --outdir=dist --format=esm --platform=node --target=node20.0.0 --packages=bundle"
"build": "esbuild src/index.ts --bundle --outdir=dist --platform=node --target=node20.0.0 --packages=bundle"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/error": "^4.0.0",
"@actions/github": "^5.1.1",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/error": "^3.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@wow-actions/parse-inputs": "^2.0.1",
"semantic-release": "^24.1.2"
"semantic-release": "^19.0.5"
},
"devDependencies": {
"@bubkoo/eslint-config": "^3.0.1",
Expand All @@ -43,11 +42,12 @@
"@types/semantic-release": "^20.0.6",
"@types/semantic-release__error": "^3.0.3",
"esbuild": "^0.24.0",
"esbuild-plugin-tsc": "^0.4.0",
"eslint": "^9.12.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^4.9.4"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.0.0"
Expand Down
Loading

0 comments on commit a0e7cca

Please sign in to comment.