Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed May 4, 2024
1 parent e088fb3 commit 5ab54bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"scripts": {
"build": "pnpm -r build",
"install": "pnpm build",
"postinstall": "git-validator install",
"prepare": "git-validator install",
"release": "changeset publish",
"style": "git-validator",
"style:update": "git-validator -u",
"test": "pnpm -r test"
},
"devDependencies": {
"@changesets/cli": "2.27.1",
"git-validator": "0.16.1",
"git-validator": "0.17.0",
"typescript": "5.4.5",
"vitest": "1.5.2"
"vitest": "1.6.0"
},
"packageManager": "pnpm@8.15.4",
"engines": {
Expand Down
1 change: 0 additions & 1 deletion packages/tscx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![](https://img.shields.io/npm/l/@rnm/tscx.svg)](https://github.com/rnmjs/tscx/blob/main/LICENSE)
[![](https://img.shields.io/npm/v/@rnm/tscx.svg)](https://www.npmjs.com/package/@rnm/tscx)
[![](https://img.shields.io/npm/dm/@rnm/tscx.svg)](https://www.npmjs.com/package/@rnm/tscx)
[![](https://img.shields.io/librariesio/release/npm/@rnm/tscx)](https://www.npmjs.com/package/@rnm/tscx)
[![](https://packagephobia.com/badge?p=@rnm/tscx)](https://packagephobia.com/result?p=@rnm/tscx)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/rnmjs/tscx?tab=readme-ov-file#contributing)

Expand Down
4 changes: 2 additions & 2 deletions packages/tscx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"commander": "12.0.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"tsx": "4.7.3"
"@types/node": "20.12.8",
"tsx": "4.9.1"
},
"peerDependencies": {
"typescript": "*"
Expand Down

0 comments on commit 5ab54bf

Please sign in to comment.