Skip to content

Commit

Permalink
bump npm packages to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Dec 17, 2023
1 parent 35c27ad commit d71751d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"type": "module",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.10",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"@types/jest": "^29.5.11",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lefthook": "^1.5.4",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
"lefthook": "^1.5.5",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
Expand Down

0 comments on commit d71751d

Please sign in to comment.