Skip to content

Commit

Permalink
chore: update deps and add package.json type module
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Aug 11, 2023
1 parent 4a8e968 commit b16ac37
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 197 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "---plugin-name---",
"type": "module",
"version": "0.0.0",
"description": "Victor Bo's Unplugin Template.",
"license": "MIT",
Expand Down Expand Up @@ -42,20 +43,23 @@
"dev": "tsup --watch src",
"build:fix": "esno scripts/postbuild.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"play": "npm -C playground run dev",
"prepublishOnly": "npm run build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest"
},
"dependencies": {
"vite": "^4.4.8"
"vite": "^4.4.9"
},
"devDependencies": {
"@types/node": "^20.4.8",
"@types/node": "^20.4.9",
"@vtrbo/eslint-config": "^0.3.10",
"bumpp": "^9.1.1",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"eslint": "^8.46.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite"
},
"devDependencies": {
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.35"
}
}
Loading

0 comments on commit b16ac37

Please sign in to comment.