Skip to content

Commit

Permalink
feat: update deps (#9)
Browse files Browse the repository at this point in the history
* feat: deps
  • Loading branch information
Talljack committed Jan 18, 2024
1 parent eabc89d commit 4413a7b
Show file tree
Hide file tree
Showing 10 changed files with 1,304 additions and 1,343 deletions.
8 changes: 0 additions & 8 deletions .eslintrc

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2

updates:
- directory: /
package-ecosystem: 'npm'
schedule:
interval: 'daily'
10 changes: 10 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import antfu from '@antfu/eslint-config'

export default antfu({
typescript: true,
rules: {
'antfu/top-level-function': 'off',
'style/arrow-parens': 'off',
'node/prefer-global/process': 'off',
}
})
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-remove",
"type": "module",
"version": "0.1.6",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.1",
"description": "Register global imports on demand for Vite and Webpack",
"license": "MIT",
"homepage": "https://github.com/Talljack/unplugin-remove#readme",
Expand Down Expand Up @@ -67,7 +67,7 @@
"build": "tsup",
"dev": "tsup --watch src",
"build:fix": "esno scripts/postbuild.ts",
"lint": "eslint .",
"lint": "eslint src",
"play:vite": "npm -C playground/vite run dev",
"play:webpack": "npm -C playground/webpack run serve",
"prepublishOnly": "npm run build",
Expand All @@ -76,27 +76,27 @@
"test": "vitest"
},
"dependencies": {
"@rollup/pluginutils": "^4.2.1",
"magic-string": "^0.26.3",
"unplugin": "^1.5.0"
"@rollup/pluginutils": "^5.1.0",
"magic-string": "^0.26.7",
"unplugin": "^1.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@types/node": "^18.0.1",
"bumpp": "^8.2.1",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"esno": "^0.17.0",
"fast-glob": "^3.2.11",
"nodemon": "^2.0.18",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup": "^3.29.4",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vitest": "^0.34.5",
"webpack": "^5.73.0"
"@antfu/eslint-config": "^2.6.3",
"@types/node": "^20.11.5",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"esno": "^4.0.0",
"fast-glob": "^3.3.2",
"nodemon": "^3.0.3",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"rollup": "^4.9.5",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.2.1",
"webpack": "^5.89.0"
}
}
Loading

0 comments on commit 4413a7b

Please sign in to comment.