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 23, 2025
1 parent 5971585 commit f773e7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 175 deletions.
176 changes: 6 additions & 170 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,20 @@
"globals": "^16.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lefthook": "^1.10.11",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
"lint": "eslint \"**/*.{js,jsx}\"",
"typecheck": "tsc",
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,md,css}\"",
"lefthook:install": "lefthook install",
"lefthook:uninstall": "lefthook uninstall"
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,md,css}\""
},
"browserslist": [
"> 0.5%",
"not dead",
"not op_mini all"
"not op_mini all",
"iOS >= 14"
],
"dependencies": {
"eventemitter3": "^5.0.1"
Expand Down

0 comments on commit f773e7d

Please sign in to comment.