Skip to content

Commit

Permalink
chore: use better-sqlite3 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations committed Oct 26, 2023
1 parent e7841d8 commit 23adb6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions e2e/app-template/package.json
@@ -1,23 +1,23 @@
{
"name": "@strapi/e2e-test-app",
"private": true,
"version": "0.1.0",
"private": true,
"description": "E2E template application",
"license": "MIT",
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@strapi/strapi": "latest",
"@strapi/plugin-users-permissions": "latest",
"@strapi/plugin-i18n": "latest",
"better-sqlite3": "8.6.0"
"@strapi/plugin-users-permissions": "latest",
"@strapi/strapi": "latest",
"better-sqlite3": "9.0.0"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}
}
Expand Up @@ -4,7 +4,7 @@ const sqlClientModule = {
mysql: { mysql: '2.18.1' },
mysql2: { mysql2: '3.6.0' },
postgres: { pg: '8.8.0' },
sqlite: { 'better-sqlite3': '8.6.0' },
sqlite: { 'better-sqlite3': '9.0.0' },
};

/**
Expand Down

0 comments on commit 23adb6a

Please sign in to comment.