Skip to content

Commit

Permalink
⬆️ (yarn) upgrade yarn to v4 and better-sqlite3 to v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Nov 12, 2023
1 parent a6c1443 commit efe0e12
Show file tree
Hide file tree
Showing 7 changed files with 2,758 additions and 3,313 deletions.
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "23.11.0",
"bcrypt": "^5.1.0",
"better-sqlite3": "^8.6.0",
"better-sqlite3": "^9.1.1",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/preset-typescript": "^7.20.2",
"@types/bcrypt": "^5.0.0",
"@types/better-sqlite3": "^7.6.5",
"@types/better-sqlite3": "^7.6.7",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-actuator": "^1.8.0",
Expand All @@ -52,5 +52,5 @@
"supertest": "^6.3.1",
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@4.0.1"
}
3,722 changes: 1,861 additions & 1,861 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit efe0e12

Please sign in to comment.