Skip to content

Commit

Permalink
chore: bump deps, switch to yarn3 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha authored Sep 17, 2022
1 parent 7f389c3 commit 20b9d51
Show file tree
Hide file tree
Showing 5 changed files with 6,153 additions and 3,570 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ dist
lib
bin
*.tsbuildinfo

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.3.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "opinionated types for fastify",
"version": "1.1.0",
"bin": {
"typed-fastify-schema": "bin/gen.bin.js",
"tfs": "bin/gen.bin.js"
"tfs": "bin/gen.bin.js",
"typed-fastify-schema": "bin/gen.bin.js"
},
"dependencies": {
"crypto-js": "^4.1.1",
Expand All @@ -19,12 +19,12 @@
"@types/crypto-js": "^4.1.1",
"@types/glob": "^8.0.0",
"@types/json-schema-merge-allof": "^0.6.1",
"@types/node": "^18.7.16",
"@types/node": "^18.7.18",
"@types/prettier": "^2.7.0",
"@types/split2": "^3.2.1",
"@types/tap": "^15.0.7",
"@types/yargs": "^17.0.12",
"fastify": "^4.5.3",
"fastify": "^4.6.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"pino-pretty": "^9.1.0",
Expand All @@ -34,7 +34,7 @@
"syncpack": "^8.2.4",
"tap": "^16.3.0",
"ts-node-dev": "^2.0.0",
"tsd": "^0.23.0",
"tsd": "^0.24.1",
"type-fest": "^2.19.0",
"typescript": "^4.8.3"
},
Expand Down Expand Up @@ -62,10 +62,10 @@
]
},
"main": "lib/index.js",
"packageManager": "[email protected]",
"peerDependencies": {
"fastify": "^4"
},
"private": false,
"repository": "ssh://[email protected]/Coobaha/typed-fastify.git",
"scripts": {
"build": "tsc -p src && tsc -p generator",
Expand Down
Loading

0 comments on commit 20b9d51

Please sign in to comment.