Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed May 20, 2024
1 parent ec93e71 commit 6dcf2a8
Show file tree
Hide file tree
Showing 2 changed files with 1,482 additions and 1,381 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"test": "pnpm run lint && pnpm run build && pnpm run test-jest && node test/test.js && node test/dexie.js && pnpm run test-w3c && pnpm run test-mocha && pnpm run test-qunit",
"prepare": "husky install"
},
"author": "Jeremy Scheff <[email protected]> (http://dumbmatter.com/)",
"author": "Jeremy Scheff <[email protected]> (https://dumbmatter.com/)",
"license": "Apache-2.0",
"files": [
"auto",
Expand All @@ -111,31 +111,31 @@
"node": ">=18"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"core-js": "^3.33.0",
"dexie": "^3.2.4",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"glob": "^10.3.10",
"husky": "^8.0.3",
"core-js": "^3.37.1",
"dexie": "^4.0.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.3.15",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"mocha": "^10.2.0",
"lint-staged": "^15.2.2",
"mocha": "^10.4.0",
"node-qunit-phantomjs": "^2.1.1",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"qunitjs": "^1.23.1",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"lint-staged": {
"*.{js,json,ts,cjs,mjs}": "prettier --write"
Expand Down
Loading

0 comments on commit 6dcf2a8

Please sign in to comment.