Skip to content

Commit

Permalink
chore: update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Apr 16, 2023
1 parent 33765f1 commit cf7cf45
Show file tree
Hide file tree
Showing 8 changed files with 1,126 additions and 1,014 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
2 changes: 1 addition & 1 deletion apps/api/.npm-upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"reason": ""
}
}
}
}
26 changes: 13 additions & 13 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "yarn vitest run"
},
"devDependencies": {
"@swc/core": "^1.3.50",
"@swc/core": "^1.3.51",
"@swc/helpers": "^0.5.0",
"@types/bcrypt": "^5.0.0",
"@types/compression": "^1.7.2",
Expand Down Expand Up @@ -50,17 +50,17 @@
"@snailycad/schemas": "1.54.0",
"@snailycad/types": "1.54.0",
"@snailycad/utils": "1.54.0",
"@tsed/common": "^7.22.2",
"@tsed/components-scan": "^7.22.2",
"@tsed/core": "^7.22.2",
"@tsed/di": "^7.22.2",
"@tsed/exceptions": "^7.22.2",
"@tsed/json-mapper": "^7.22.2",
"@tsed/platform-exceptions": "^7.22.2",
"@tsed/platform-express": "^7.22.2",
"@tsed/schema": "^7.22.2",
"@tsed/socketio": "^7.22.2",
"@tsed/swagger": "^7.22.2",
"@tsed/common": "^7.23.0",
"@tsed/components-scan": "^7.23.0",
"@tsed/core": "^7.23.0",
"@tsed/di": "^7.23.0",
"@tsed/exceptions": "^7.23.0",
"@tsed/json-mapper": "^7.23.0",
"@tsed/platform-exceptions": "^7.23.0",
"@tsed/platform-express": "^7.23.0",
"@tsed/schema": "^7.23.0",
"@tsed/socketio": "^7.23.0",
"@tsed/swagger": "^7.23.0",
"bcrypt": "^5.1.0",
"compression": "1.7.4",
"cookie": "^0.5.0",
Expand All @@ -69,7 +69,7 @@
"cuid": "^2.1.8",
"discord-api-types": "0.37.38",
"express": "4.18.2",
"glob": "^10.0.0",
"glob": "^10.1.0",
"is-ip": "3.1.0",
"jsonwebtoken": "9.0.0",
"nanoid": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@snailycad/ui": "1.54.0",
"@snailycad/utils": "1.54.0",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.29.1",
"@tanstack/react-query": "^4.29.3",
"@tanstack/react-table": "8.8.5",
"@tanstack/react-virtual": "^3.0.0-alpha.0",
"@tanstack/virtual-core": "^3.0.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "snailycad",
"version": "1.54.0",
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.5.0",
"workspaces": [
"apps/**",
"packages/**"
Expand Down
Loading

0 comments on commit cf7cf45

Please sign in to comment.