Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Oct 23, 2023
1 parent 8c3c0f7 commit 48aa3c5
Show file tree
Hide file tree
Showing 3 changed files with 910 additions and 1,254 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,42 +21,42 @@
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check"
},
"dependencies": {
"@keyv/redis": "^2.5.3",
"@prisma/client": "^4.6.1",
"@keyv/redis": "^2.8.0",
"@prisma/client": "^5.4.2",
"cheerio": "1.0.0-rc.12",
"csv-parse": "^5.3.2",
"delay": "^5.0.0",
"csv-parse": "^5.5.2",
"delay": "^6.0.0",
"dequal": "^2.0.3",
"dotenv-safe": "^8.2.0",
"global-agent": "^3.0.0",
"got": "^12.5.3",
"got": "^12.6.1",
"isobject": "^4.0.0",
"json-diff": "^1.0.0",
"keyv": "^4.5.2",
"json-diff": "^1.0.6",
"keyv": "^4.5.4",
"level": "^8.0.0",
"lodash.omit": "^4.5.0",
"lqip-modern": "^2.0.0",
"make-dir": "^3.1.0",
"make-dir": "^4.0.0",
"minizlib": "^2.1.2",
"movier": "^3.0.4",
"p-map": "^5.5.0",
"p-map": "^6.0.0",
"p-memoize": "^7.1.1",
"p-throttle": "^5.0.0",
"random": "^4.0.3",
"p-throttle": "^5.1.0",
"random": "^4.1.0",
"wikibase-sdk": "^9.2.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/lodash.omit": "^4.5.7",
"@types/node": "^18.11.9",
"del-cli": "^5.0.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/lodash.omit": "^4.5.8",
"@types/node": "^20.8.7",
"del-cli": "^5.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.0",
"prisma": "^4.6.1",
"tsx": "^3.12.1",
"typescript": "^4.9.3"
"prettier": "^2.8.8",
"prisma": "^5.4.2",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
Loading

0 comments on commit 48aa3c5

Please sign in to comment.