Skip to content

Commit

Permalink
Update core deps (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj authored Dec 15, 2024
1 parent e7919b7 commit a1003eb
Show file tree
Hide file tree
Showing 3 changed files with 9,009 additions and 4,339 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: ${{ inputs.node-registry }}

- name: Install pnpm
Expand Down
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,21 @@
"@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@vitejs/plugin-vue": "^4.5.2",
"esbuild": "^0.19.9",
"eslint": "^8.56.0",
"@vitejs/plugin-vue": "^5.2.1",
"esbuild": "^0.24.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"hast-util-from-html": "^2.0.1",
"hast-util-to-html": "^9.0.0",
"listr2": "^8.0.0",
"prettier": "^3.1.1",
"scule": "^1.1.1",
"semver": "^7.5.4",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.6.4"
"eslint-plugin-prettier": "^5.2.1",
"hast-util-from-html": "^2.0.3",
"hast-util-to-html": "^9.0.4",
"listr2": "^8.2.5",
"prettier": "^3.4.2",
"scule": "^1.3.0",
"semver": "^7.6.3",
"types-tsconfig": "2.1.1",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
},
"packageManager": "pnpm@9.12.0"
}
"packageManager": "pnpm@9.15.0"
}
Loading

0 comments on commit a1003eb

Please sign in to comment.