Skip to content

Commit

Permalink
refactor: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Jul 25, 2024
1 parent 1f8ed2a commit 7352b32
Show file tree
Hide file tree
Showing 8 changed files with 4,036 additions and 3,353 deletions.
8 changes: 0 additions & 8 deletions .eslintignore

This file was deleted.

5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = antfu(
{
ignores: [
// eslint ignore globs here
'media',
],
},
{
Expand All @@ -15,6 +16,10 @@ module.exports = antfu(
'style/max-statements-per-line': 'off',
'import/no-mutable-exports': 'off',
'no-console': 'off',
'unused-imports/no-unused-vars': 'off',
'regexp/no-empty-alternative': 'off',
'regexp/no-super-linear-backtracking': 'off',
'regexp/no-dupe-disjunctions': 'off',
},
},
)
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "unot",
"displayName": "UnoT",
"version": "0.0.88",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.9",
"description": "Unocss Tools",
"author": "Simon He <https://github.com/Simon-He95>",
"license": "MIT",
Expand Down Expand Up @@ -169,10 +169,10 @@
"release": "pnpm run build && bumpp && pnpm publish"
},
"devDependencies": {
"@antfu/eslint-config": "^2.9.0",
"@types/node": "^18.18.12",
"@antfu/eslint-config": "^2.23.2",
"@types/node": "^18.19.42",
"@types/prettier": "^2.7.3",
"@types/vscode": "^1.84.2",
"@types/vscode": "1.84.2",
"@unocss/autocomplete": "^0.53.6",
"@unocss/core": "^0.53.6",
"@unocss/preset-attributify": "^0.53.6",
Expand All @@ -183,19 +183,19 @@
"@unocss/transformer-directives": "^0.53.6",
"@unocss/transformer-variant-group": "^0.53.6",
"@vscode-use/createwebview": "^0.0.11",
"@vscode-use/utils": "^0.0.91",
"@vue/compiler-sfc": "^3.3.8",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"@vscode-use/utils": "^0.1.10",
"@vue/compiler-sfc": "3.3.8",
"bumpp": "^9.4.1",
"eslint": "^9.7.0",
"esno": "^0.16.3",
"find-up": "^6.3.0",
"pnpm": "^8.10.5",
"pnpm": "^8.15.9",
"rimraf": "^4.4.1",
"svelte": "^4.2.8",
"svelte": "^4.2.18",
"transform-to-unocss": "^0.0.88",
"transform-to-unocss-core": "^0.0.30",
"tsup": "^6.7.0",
"typescript": "^5.3.2",
"typescript": "^5.5.4",
"vitest": "^0.29.8",
"vsce": "^2.15.0"
}
Expand Down
Loading

0 comments on commit 7352b32

Please sign in to comment.