Skip to content

Commit

Permalink
chore: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Apr 15, 2023
1 parent e92551f commit df6ebc8
Show file tree
Hide file tree
Showing 4 changed files with 1,719 additions and 1,543 deletions.
8 changes: 4 additions & 4 deletions example/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@elonehoo/log-vanilla",
"version": "0.0.0",
"description": "",
"private":"true",
"private": "true",
"main": "index.js",
"author": "Elone Hoo <huchengyea@163.com>",
"license": "MIT",
Expand All @@ -12,8 +12,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@elonehoo/log":"workspace:*",
"typescript": "4.9.4",
"vite": "3.2.5"
"@elonehoo/log": "workspace:*",
"typescript": "5.0.4",
"vite": "4.2.1"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
"license": "MIT",
"version": "0.0.7",
"scripts": {
"prepare": "pnpm -r run stub",
"build":"pnpm -C packages/core run build",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"typeCheck": "tsc --noEmit",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"dev:example":"npm -C example/vanilla run dev",
"build:example":"npm -C example/vanilla run build"
"dev:example": "npm -C example/vanilla run dev",
"build:example": "npm -C example/vanilla run build"
},
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@elonehoo/log": "workspace:*",
"@types/node": "17.0.45",
"bumpp": "8.2.1",
"eslint": "8.31.0",
"pnpm": "7.23.0",
"rimraf": "3.0.2",
"typescript": "4.9.4",
"unbuild": "0.9.4",
"vite": "3.2.5",
"vitest": "0.27.0"
"@types/node": "18.15.11",
"bumpp": "9.1.0",
"eslint": "8.38.0",
"pnpm": "8.2.0",
"rimraf": "5.0.0",
"typescript": "5.0.4",
"unbuild": "1.2.1",
"vite": "4.2.1",
"vitest": "0.30.1"
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"test": "vitest"
},
"devDependencies": {
"rimraf": "3.0.2",
"typescript": "4.9.4",
"unbuild": "0.9.4",
"vitest": "0.27.0"
"rimraf": "5.0.0",
"typescript": "5.0.4",
"unbuild": "1.2.1",
"vitest": "0.30.1"
}
}

0 comments on commit df6ebc8

Please sign in to comment.