Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd committed Jan 18, 2024
1 parent ebe927f commit a2528b5
Show file tree
Hide file tree
Showing 2 changed files with 2,270 additions and 2,521 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"dev": "pnpm test:watch",
"build:watch": "pkgroll --watch",
"build": "pnpm run clean && pkgroll --target=node18",
"test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava",
"test:watch": "NODE_OPTIONS='--loader=tsx --no-warnings' ava --watch",
"test": "NODE_OPTIONS='--import tsx --no-warnings' ava",
"test:watch": "NODE_OPTIONS='--import tsx --no-warnings' ava --watch",
"e2e": "docker run --rm -it $(docker build -f src/e2e/Dockerfile -q .)",
"tsc": "tsc",
"prepare": "husky install",
Expand Down Expand Up @@ -69,37 +69,37 @@
"useTabs": false
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^20.4.2",
"@types/sinon": "^10.0.15",
"ava": "^5.3.1",
"@types/node": "^20.11.5",
"@types/sinon": "^17.0.3",
"ava": "^6.0.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"pkgroll": "^1.10.0",
"prettier": "^3.0.0",
"semantic-release": "^21.0.7",
"sinon": "^15.2.0",
"typescript": "^5.1.6"
"lint-staged": "^15.2.0",
"pkgroll": "^2.0.1",
"prettier": "^3.2.4",
"semantic-release": "^23.0.0",
"sinon": "^17.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@inquirer/prompts": "^3.0.0",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/which": "^3.0.0",
"@inquirer/prompts": "^3.3.0",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/which": "^3.0.3",
"chalk": "^5.3.0",
"cleye": "^1.3.2",
"cross-spawn": "^7.0.3",
"env-paths": "^3.0.0",
"execa": "^7.1.1",
"find-up": "^6.3.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"execa": "^8.0.1",
"find-up": "^7.0.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"tsx": "^3.12.7",
"which": "^3.0.1"
"tsx": "^4.7.0",
"which": "^4.0.0"
}
}
Loading

0 comments on commit a2528b5

Please sign in to comment.