Skip to content

Commit

Permalink
fix: move conf to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 25, 2024
1 parent 5e697ae commit d939f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iso-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js'"
},
"dependencies": {
"conf": "^12.0.0",
"idb-keyval": "^6.2.1",
"kysely": "^0.27.3"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/node": "^20.11.27",
"better-sqlite3": "^9.4.3",
"conf": "^12.0.0",
"delay": "^6.0.0",
"playwright-test": "^14.1.1",
"quick-lru": "^7.0.0",
Expand Down

0 comments on commit d939f7d

Please sign in to comment.