Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ow3/dummy-composable",
"version": "0.1.4",
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.33.7",
"description": "A composable starter kit that makes a great DX.",
"author": "Chris Breuer <chris@ow3.org>",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"

Check failure on line 29 in package.json

View workflow job for this annotation

GitHub Actions / lint (16.x, ubuntu-latest)

Expected object keys to be in specified order. 'import' should be before 'require'

Check failure on line 29 in package.json

View workflow job for this annotation

GitHub Actions / lint (18.x, ubuntu-latest)

Expected object keys to be in specified order. 'import' should be before 'require'
}
},
"main": "./dist/index.mjs",
Expand All @@ -44,8 +44,8 @@
"dist"
],
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.3.0"
"node": ">=16.20.2",
"pnpm": ">=7.33.7"
},
"scripts": {
"build": "unbuild",
Expand All @@ -62,22 +62,22 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@types/node": "^17.0.32",
"@vue/reactivity": "^3.2.37",
"@antfu/eslint-config": "^0.43.1",
"@types/node": "^17.0.45",
"@vue/reactivity": "^3.4.27",
"bumpp": "^8.2.1",
"commitizen": "^4.2.4",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"cz-git": "^1.3.5",
"eslint": "^8.18.0",
"esno": "^0.16.3",
"lint-staged": "^13.0.2",
"cz-git": "^1.9.2",
"eslint": "^8.57.0",
"esno": "^0.17.0",
"lint-staged": "^13.3.0",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.2"
"simple-git-hooks": "^2.11.1",
"typescript": "^4.9.5",
"unbuild": "^0.9.4",
"vite": "^2.9.18",
"vitest": "^0.34.6"
},
"simple-git-hooks": {
"pre-commit": "npx --no-install lint-staged",
Expand Down