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 7e2e4d2 commit 9a85b0e
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 @@ -37,9 +37,7 @@
"typecheck": "tsc",
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,md,css}\"",
"lint": "eslint \"**/*.{js,jsx}\"",
"prepack": "npm run build",
"lefthook:install": "lefthook install",
"lefthook:uninstall": "lefthook uninstall"
"prepack": "npm run build"
},
"dependencies": {
"@rollup/plugin-json": "^6.1.0",
Expand All @@ -59,14 +57,14 @@
"globals": "^16.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lefthook": "^1.10.11",
"prettier": "^3.5.2",
"rollup": "^4.34.8",
"typescript": "^5.7.3"
},
"browserslist": [
"> 0.5%",
"not dead",
"not op_mini all"
"not op_mini all",
"iOS >= 14"
]
}

0 comments on commit 9a85b0e

Please sign in to comment.