Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 23, 2023
1 parent f50209d commit e0a9a10
Show file tree
Hide file tree
Showing 2 changed files with 946 additions and 871 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,35 +46,36 @@
"indexeddb"
],
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"engineStrict": true,
"dependencies": {
"dot-prop": "^8.0.2",
"idb-keyval": "^6.2.1"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"browser-env": "^3.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "^8.56.0",
"eslint-plugin-json": "^3.1.0",
"fake-indexeddb": "^4.0.2",
"fake-indexeddb": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lint-staged": "^15.2.0",
"localstorage-polyfill": "^1.0.1",
"node-navigator": "^1.0.1",
"npm-run-all2": "^6.0.6",
"prettier": "^3.0.3",
"remark-cli": "^11.0.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.1.1",
"remark-cli": "^12.0.0",
"remark-preset-lint-recommended": "^6.1.3",
"remark-preset-prettier": "^2.0.1",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"tsm": "^2.3.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"uvu": "^0.5.6"
},
"prettier": {
Expand Down
Loading

0 comments on commit e0a9a10

Please sign in to comment.