Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Jun 18, 2024
1 parent 4e63e0d commit 2d93e24
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@vue/compiler-dom": "^3.4.27",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-dom": "^3.4.29",
"@vue/compiler-sfc": "^3.4.29",
"@vuedx/compiler-sfc": "0.7.1",
"@vuedx/template-ast-types": "0.7.1",
"fast-glob": "^3.3.2",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"string.prototype.replaceall": "^1.0.10"
},
"devDependencies": {
"@babel/traverse": "^7.24.7",
"@cyco130/eslint-config": "^3.9.0",
"@cyco130/eslint-config": "^3.9.1",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/node": "20.14.2",
"@types/node": "20.14.5",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"tsup": "^8.1.0",
Expand Down
Loading

0 comments on commit 2d93e24

Please sign in to comment.