Skip to content

Commit

Permalink
chore: update deps and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Jul 28, 2023
1 parent a89e5cf commit e00a36c
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 4,318 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

strategy:
matrix:
node: [14.x, 16.x]
node: [16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

Expand Down
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.DS_Store

# Logs
logs
*.log
Expand Down Expand Up @@ -79,10 +77,4 @@ dist

# IDE
.idea

# history
.history

*.lerna_backup
*.vsix
temp
.vscode
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ignore-workspace-root-check = true
auto-install-peers = true
ignore-workspace-root-check=true
shamefully-hoist=true
8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

37 changes: 16 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "---plugin-name---",
"version": "0.0.0",
"packageManager": "[email protected]",
"description": "Victor Bo's Unplugin Template.",
"license": "MIT",
"homepage": "https://github.com/vtrbo/---plugin-name---#readme",
Expand Down Expand Up @@ -83,27 +82,23 @@
"test": "vitest"
},
"dependencies": {
"unplugin": "^1.1.0"
"unplugin": "^1.4.0"
},
"devDependencies": {
"@types/node": "^18.14.0",
"@vtrbo/eslint-config": "^0.2.2",
"@vtrbo/ni": "^0.1.0",
"@vtrbo/utils": "0.2.2",
"bumpp": "^8.2.1",
"chalk": "^5.2.0",
"eslint": "^8.34.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"nodemon": "^2.0.20",
"pnpm": "^7.27.1",
"rimraf": "^4.1.2",
"rollup": "^3.17.2",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"unplugin": "^1.1.0",
"vite": "^4.1.4",
"vitest": "^0.28.5",
"webpack": "^5.75.0"
"@vtrbo/eslint-config": "^0.3.5",
"@types/node": "^20.4.5",
"bumpp": "^9.1.1",
"chalk": "^5.3.0",
"eslint": "^8.45.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"nodemon": "^3.0.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.3",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0",
"webpack": "^5.88.2"
}
}
4 changes: 2 additions & 2 deletions 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.1.4",
"vite-plugin-inspect": "^0.7.15"
"vite": "^4.4.7",
"vite-plugin-inspect": "^0.7.33"
}
}
Loading

0 comments on commit e00a36c

Please sign in to comment.