Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 26, 2023
1 parent 39c0b22 commit 59b3c3e
Show file tree
Hide file tree
Showing 8 changed files with 1,397 additions and 1,054 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

15 changes: 0 additions & 15 deletions .eslintrc

This file was deleted.

23 changes: 23 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// @ts-check
const antfu = require('@antfu/eslint-config').default

module.exports = antfu(
{
ignores: [
'test-out/**',
'**/output.js',
],
},
{
files: ['**/fixtures/**/*.js'],
rules: {
'no-console': 'off',
},
},
{
rules: {
'node/prefer-global/process': 'off',
'unicorn/prefer-node-protocol': 'off',
},
},
)
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin",
"version": "1.5.0",
"packageManager": "pnpm@8.7.5",
"packageManager": "pnpm@8.9.2",
"description": "Unified plugin system for build tools",
"license": "MIT",
"repository": "unjs/unplugin",
Expand Down Expand Up @@ -38,34 +38,34 @@
"acorn": "^8.10.0",
"chokidar": "^3.5.3",
"webpack-sources": "^3.2.3",
"webpack-virtual-modules": "^0.5.0"
"webpack-virtual-modules": "^0.6.0"
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@antfu/eslint-config": "^0.42.0",
"@antfu/eslint-config": "^1.0.0-beta.29",
"@antfu/ni": "^0.21.8",
"@rspack/cli": "^0.3.4",
"@rspack/core": "^0.3.4",
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.6.2",
"@types/webpack-sources": "^3.2.0",
"@rspack/cli": "^0.3.8",
"@rspack/core": "^0.3.8",
"@types/fs-extra": "^11.0.3",
"@types/node": "^20.8.9",
"@types/webpack-sources": "^3.2.2",
"bumpp": "^9.2.0",
"conventional-changelog-cli": "^3.0.0",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"conventional-changelog-cli": "^4.1.0",
"esbuild": "^0.19.5",
"eslint": "^8.52.0",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"jiti": "^1.20.0",
"lint-staged": "^14.0.1",
"magic-string": "^0.30.3",
"lint-staged": "^15.0.2",
"magic-string": "^0.30.5",
"picocolors": "^1.0.0",
"rollup": "^3.29.2",
"rollup": "^4.1.4",
"simple-git-hooks": "^2.9.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4",
"webpack": "^5.88.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"webpack": "^5.89.0",
"webpack-cli": "4.10.0"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 59b3c3e

Please sign in to comment.