Skip to content

Commit

Permalink
chore: run the script to pin deps and commit lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet committed Dec 19, 2024
1 parent 13754b1 commit c5961df
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
"valibot": "0.42.1"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"@types/jest": "29.5.14",
"husky": "8.0.3",
"lint-staged": "13.3.0",
"prettier": "3.3.3",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.1",
"tsup": "^8.0.2",
"process": "0.11.10",
"rimraf": "3.0.2",
"stream-browserify": "3.0.0",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"tsup": "8.3.0",
"typescript": "5.4.5",
"util": "^0.12.4",
"vm-browserify": "^1.1.2"
"util": "0.12.5",
"vm-browserify": "1.1.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c5961df

Please sign in to comment.