Skip to content

Commit

Permalink
chore: simplify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Nov 4, 2024
1 parent 27fe40a commit bc16d29
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 1,927 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.9.0
version: 9.12.3
run_install: false

- name: Install Node.js
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"prebuild": "run-s clean",
"predev": "run-s clean",
"clean": "del dist",
"prepublishOnly": "run-s build",
"pretest": "run-s build",
"test": "run-s test:*",
"test:lint": "eslint .",
Expand All @@ -44,16 +43,12 @@
"@types/seedrandom": "^3.0.8",
"del-cli": "^6.0.0",
"eslint": "^8.57.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"np": "^10.0.7",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"seedrandom": "^3.0.5",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.4"
},
"keywords": [
Expand Down
Loading

0 comments on commit bc16d29

Please sign in to comment.