Skip to content

Commit

Permalink
fix(nuxt): update dependency dexie to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 16db5c7 commit 1e7f41d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rollup/plugin-yaml": "^4.1.2",
"@vueuse/rxjs": "^10.9.0",
"algoliasearch": "^4.20.0",
"dexie": "^3.2.4",
"dexie": "^4.0.0",
"firebase": "^10.4.0",
"json-schema-to-typescript": "^13.1.1",
"luxon": "^3.4.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/nuxt/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2530,7 +2530,7 @@ __metadata:
"@vueuse/rxjs": "npm:^10.9.0"
algoliasearch: "npm:^4.20.0"
bootstrap: "npm:^5.3.3"
dexie: "npm:^3.2.4"
dexie: "npm:^4.0.0"
firebase: "npm:^10.4.0"
json-schema-to-typescript: "npm:^13.1.1"
luxon: "npm:^3.4.4"
Expand Down Expand Up @@ -6652,10 +6652,10 @@ __metadata:
languageName: node
linkType: hard

"dexie@npm:^3.2.4":
version: 3.2.7
resolution: "dexie@npm:3.2.7"
checksum: 10c0/5d7dad9deb3a24b676f8c630a2517ec0e243906fbcbd3cc7946798ee4ff05766eae7b6dd29deb0f090151552f136ac70a2c0bf0a8a8dbd840e643710efb80347
"dexie@npm:^4.0.0":
version: 4.0.8
resolution: "dexie@npm:4.0.8"
checksum: 10c0/d35a817d986c334a2de5f1a0d5ef373b3d9464de7b520f9af50c00ea2f974386632a3f949add83ba1fce9e929908d96db19726377f641f4768c137a554969a2d
languageName: node
linkType: hard

Expand Down

0 comments on commit 1e7f41d

Please sign in to comment.