Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
  • Loading branch information
renovate[bot] and sxzz committed Apr 9, 2024
1 parent 4352370 commit 0ec0e13
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 102 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js

This file was deleted.

2 changes: 2 additions & 0 deletions eslint.config.mjs
@@ -0,0 +1,2 @@
import { sxzz } from '@sxzz/eslint-config'
export default sxzz()
22 changes: 11 additions & 11 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-named-export",
"version": "0.4.0",
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"description": "Named export for Vue SFC.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -76,30 +76,30 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"@vue/language-core": "^2.0.6",
"@vue/language-core": "^2.0.11",
"ast-kit": "^0.12.1",
"magic-string-ast": "^0.3.0",
"unplugin": "^1.9.0"
"unplugin": "^1.10.1"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.8.6",
"@sxzz/eslint-config": "^3.9.0",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.11.25",
"@types/node": "^20.12.6",
"@vue-macros/test-utils": "^1.4.0",
"bumpp": "^9.4.0",
"change-case": "^5.4.3",
"change-case": "^5.4.4",
"eslint": "^8.57.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vitest": "^1.3.1",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"vue": "^3.4.21",
"vue-tsc": "^2.0.6"
"vue-tsc": "^2.0.11"
},
"engines": {
"node": ">=16.14.0"
Expand Down

0 comments on commit 0ec0e13

Please sign in to comment.