Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez committed Apr 11, 2024
1 parent c8fe70d commit acb2bd5
Show file tree
Hide file tree
Showing 3 changed files with 946 additions and 559 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected].5",
"packageManager": "[email protected].6",
"description": "Flow wallpaper creator.",
"author": {
"name": "Cole",
Expand All @@ -16,7 +16,7 @@
},
"scripts": {
"prepare": "simple-git-hooks",
"prepublishOnly": "pnpm build",
"prepack": "pnpm build",
"clean": "rimraf --glob packages/*/{dist}",
"play": "pnpm -F \"./playground\" dev",
"play:build": "pnpm -F \"./playground\" build",
Expand All @@ -31,26 +31,26 @@
"fix": "eslint . -f mo --fix"
},
"devDependencies": {
"@bernankez/eslint-config": "1.0.1",
"@bernankez/utils": "^0.6.0",
"@types/node": "^20.11.30",
"@unocss/eslint-plugin": "^0.58.8",
"@bernankez/eslint-config": "1.2.1",
"@bernankez/utils": "^0.6.2",
"@types/node": "^20.12.7",
"@unocss/eslint-plugin": "^0.59.0",
"backmoji": "workspace:*",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-formatter-mo": "^1.2.0",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-format": "^0.1.0",
"happy-dom": "^14.0.0",
"happy-dom": "^14.7.1",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.11.0",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.7.3",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vitest": "^1.4.0"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit acb2bd5

Please sign in to comment.