Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/getstarted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@strapi/provider-upload-aws-s3": "4.10.7",
"@strapi/provider-upload-cloudinary": "4.10.7",
"@strapi/strapi": "4.10.7",
"better-sqlite3": "8.3.0",
"better-sqlite3": "8.6.0",
"lodash": "4.17.21",
"mysql": "2.18.1",
"mysql2": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchensink-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@strapi/plugin-i18n": "4.10.7",
"@strapi/plugin-users-permissions": "4.10.7",
"@strapi/strapi": "4.10.7",
"better-sqlite3": "8.3.0",
"better-sqlite3": "8.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "5.3.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12473,14 +12473,14 @@ __metadata:
languageName: node
linkType: hard

"better-sqlite3@npm:8.3.0":
version: 8.3.0
resolution: "better-sqlite3@npm:8.3.0"
"better-sqlite3@npm:8.6.0":
version: 8.6.0
resolution: "better-sqlite3@npm:8.6.0"
dependencies:
bindings: ^1.5.0
node-gyp: latest
prebuild-install: ^7.1.0
checksum: 00fc9f12058d2d157f56fe57b0f5c8ba705aee22a1dfe33ef8f60755531eda8f809cdb2377af314f6ed9396ad036094576e0596649bd6ca5bcaec172613e2dc9
prebuild-install: ^7.1.1
checksum: 9ebdfd675352347cda1ba30d620a3c512d9db827a1eba66460fd48203a7ad8138b0195893bbf47d40f704bcdd598710041271d4ed69779979b6f784c0d3579a1
languageName: node
linkType: hard

Expand Down Expand Up @@ -18507,7 +18507,7 @@ __metadata:
"@strapi/provider-upload-aws-s3": 4.10.7
"@strapi/provider-upload-cloudinary": 4.10.7
"@strapi/strapi": 4.10.7
better-sqlite3: 8.3.0
better-sqlite3: 8.6.0
lodash: 4.17.21
mysql: 2.18.1
mysql2: 3.3.0
Expand Down Expand Up @@ -22651,7 +22651,7 @@ __metadata:
"@strapi/plugin-i18n": 4.10.7
"@strapi/plugin-users-permissions": 4.10.7
"@strapi/strapi": 4.10.7
better-sqlite3: 8.3.0
better-sqlite3: 8.6.0
react: ^18.2.0
react-dom: ^18.2.0
react-router-dom: 5.3.4
Expand Down Expand Up @@ -27319,7 +27319,7 @@ __metadata:
languageName: node
linkType: hard

"prebuild-install@npm:^7.1.0, prebuild-install@npm:^7.1.1":
"prebuild-install@npm:^7.1.1":
version: 7.1.1
resolution: "prebuild-install@npm:7.1.1"
dependencies:
Expand Down
Loading