chore: added a specific changeset for the better-sqlite change
Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
'@backstage/backend-test-utils': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Updated `better-sqlite3` to v12
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Updated the `better-sqlite` dependency from `v9.0.0` to `v13.0.0`. You can apply this change to your instance by applying the following change to your `packages/backend/package.json` and running `yarn install`.
|
||||
|
||||
```diff
|
||||
"dependencies": {
|
||||
"app": "link:../app",
|
||||
- "better-sqlite3": "^9.0.0",
|
||||
+ "better-sqlite3": "^12.0.0",
|
||||
"node-gyp": "^10.0.0",
|
||||
"pg": "^8.11.3"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user