Skip to content

Commit

Permalink
Bumped package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Feb 5, 2024
1 parent ef9ac90 commit 68bbdde
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 22 deletions.
58 changes: 38 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lefthook": "^1.6.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
"lint": "eslint \"**/*.{js,jsx}\"",
"typecheck": "tsc",
"format": "prettier --write \"**/*.{css,js,jsx}\"",
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,md}\"",
"lefthook:install": "lefthook install",
"lefthook:uninstall": "lefthook uninstall"
},
Expand Down

0 comments on commit 68bbdde

Please sign in to comment.