1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 19:04:40 +00:00

1 Commits

Author SHA1 Message Date
renovate[bot]
2cdd48f1dd chore(deps): update devdependency @types/node to v24 2025-11-12 04:46:43 +00:00
3 changed files with 1107 additions and 1023 deletions

View File

@@ -13,10 +13,10 @@ jobs:
contents: read contents: read
pull-requests: write pull-requests: write
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v5
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v5 uses: pnpm/action-setup@v4
with: with:
run_install: false run_install: false

View File

@@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"packageManager": "pnpm@10.30.1", "packageManager": "pnpm@10.21.0",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
@@ -14,25 +14,25 @@
"lint:fix": "eslint . --fix" "lint:fix": "eslint . --fix"
}, },
"dependencies": { "dependencies": {
"@robonen/stdlib": "^0.0.9", "@robonen/stdlib": "^0.0.7",
"@robonen/vue": "^0.0.13", "@robonen/vue": "^0.0.11",
"@tailwindcss/vite": "^4.2.0", "@tailwindcss/vite": "^4.1.17",
"tailwindcss": "^4.2.0", "tailwindcss": "^4.1.17",
"vue": "^3.5.28", "vue": "^3.5.24",
"vue-router": "^4.6.4" "vue-router": "^4.6.3"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^7.4.3", "@antfu/eslint-config": "^6.2.0",
"@robonen/tsconfig": "^0.0.2", "@robonen/tsconfig": "^0.0.2",
"@types/jsdom": "^27.0.0", "@types/jsdom": "^27.0.0",
"@types/node": "^24.10.13", "@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"eslint": "^9.39.3", "eslint": "^9.39.1",
"eslint-plugin-vuejs-accessibility": "^2.5.0", "eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^27.4.0", "jsdom": "^27.1.0",
"vite": "^7.3.1", "vite": "^7.2.2",
"vitest": "^4.0.18", "vitest": "^4.0.8",
"vue-tsc": "^3.2.4" "vue-tsc": "^3.1.3"
} }
} }

2094
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff