Skip to content

Commit

Permalink
chore(deps): pin dependencies (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent b61ee6a commit 662ecfd
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 103 deletions.
50 changes: 2 additions & 48 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/fsevents-patch-6b67494872-10c0.zip
Binary file not shown.
Binary file removed .yarn/cache/vite-npm-5.1.3-ed3f8d8e35-d3b19607d7.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@types/prompts": "2.4.9",
"@types/semver": "7.5.6",
"boxen": "7.1.1",
"execa": "^8.0.1",
"execa": "8.0.1",
"prompts": "2.4.2",
"semver": "^7.6.0",
"semver": "7.6.0",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vite": "^5.1.4",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1",
"vite": "5.1.4",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.3.1",
"zx": "7.2.3"
},
"packageManager": "[email protected]"
Expand Down
60 changes: 10 additions & 50 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^8.0.1":
"execa@npm:8.0.1, execa@npm:^8.0.1":
version: 8.0.1
resolution: "execa@npm:8.0.1"
dependencies:
Expand Down Expand Up @@ -1905,14 +1905,14 @@ __metadata:
"@types/prompts": "npm:2.4.9"
"@types/semver": "npm:7.5.6"
boxen: "npm:7.1.1"
execa: "npm:^8.0.1"
execa: "npm:8.0.1"
prompts: "npm:2.4.2"
semver: "npm:^7.6.0"
semver: "npm:7.6.0"
tsx: "npm:4.7.1"
typescript: "npm:5.3.3"
vite: "npm:^5.1.4"
vite-tsconfig-paths: "npm:^4.3.1"
vitest: "npm:^1.3.1"
vite: "npm:5.1.4"
vite-tsconfig-paths: "npm:4.3.1"
vitest: "npm:1.3.1"
zx: "npm:7.2.3"
languageName: unknown
linkType: soft
Expand All @@ -1933,7 +1933,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.3.5, semver@npm:^7.6.0":
"semver@npm:7.6.0, semver@npm:^7.3.5":
version: 7.6.0
resolution: "semver@npm:7.6.0"
dependencies:
Expand Down Expand Up @@ -2289,7 +2289,7 @@ __metadata:
languageName: node
linkType: hard

"vite-tsconfig-paths@npm:^4.3.1":
"vite-tsconfig-paths@npm:4.3.1":
version: 4.3.1
resolution: "vite-tsconfig-paths@npm:4.3.1"
dependencies:
Expand All @@ -2305,47 +2305,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.0":
version: 5.1.3
resolution: "vite@npm:5.1.3"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.35"
rollup: "npm:^4.2.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/d3b19607d736de60b660f7daf4c0f86589edcbbc1fcb09f8aa36630f99518cc8a063062bb952899b8ccaed62f1314fac22c1df492dd035de3c65998ab27e2d2a
languageName: node
linkType: hard

"vite@npm:^5.1.4":
"vite@npm:5.1.4, vite@npm:^5.0.0":
version: 5.1.4
resolution: "vite@npm:5.1.4"
dependencies:
Expand Down Expand Up @@ -2385,7 +2345,7 @@ __metadata:
languageName: node
linkType: hard

"vitest@npm:^1.3.1":
"vitest@npm:1.3.1":
version: 1.3.1
resolution: "vitest@npm:1.3.1"
dependencies:
Expand Down

0 comments on commit 662ecfd

Please sign in to comment.