mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 19:04:40 +00:00
Compare commits
19 Commits
2cdd48f1dd
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
858fa8abef | ||
|
|
1104651cbc | ||
|
|
b1bd96afb9 | ||
|
|
5988fd2b94 | ||
|
|
1431676a35 | ||
| cc2f6ab4c9 | |||
|
|
41b3ca6dcf | ||
| 7f655e5f21 | |||
| f12884adb7 | |||
|
|
78771247b6 | ||
|
|
1b3d535649 | ||
|
|
25e3b17221 | ||
|
|
6b7afc976c | ||
|
|
e439970948 | ||
|
|
8a64c771c5 | ||
|
|
74f2483b5a | ||
| efd9963105 | |||
|
|
09271d5b11 | ||
|
|
3a9805d444 |
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
|||||||
32
package.json
32
package.json
@@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.21.0",
|
"packageManager": "pnpm@10.32.1",
|
||||||
"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.7",
|
"@robonen/stdlib": "^0.0.9",
|
||||||
"@robonen/vue": "^0.0.11",
|
"@robonen/vue": "^0.0.13",
|
||||||
"@tailwindcss/vite": "^4.1.17",
|
"@tailwindcss/vite": "^4.2.2",
|
||||||
"tailwindcss": "^4.1.17",
|
"tailwindcss": "^4.2.2",
|
||||||
"vue": "^3.5.24",
|
"vue": "^3.5.30",
|
||||||
"vue-router": "^4.6.3"
|
"vue-router": "^4.6.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^6.2.0",
|
"@antfu/eslint-config": "^7.7.3",
|
||||||
"@robonen/tsconfig": "^0.0.2",
|
"@robonen/tsconfig": "^0.0.2",
|
||||||
"@types/jsdom": "^27.0.0",
|
"@types/jsdom": "^27.0.0",
|
||||||
"@types/node": "^24.10.1",
|
"@types/node": "^24.12.0",
|
||||||
"@vitejs/plugin-vue": "^6.0.1",
|
"@vitejs/plugin-vue": "^6.0.5",
|
||||||
"@vue/test-utils": "^2.4.6",
|
"@vue/test-utils": "^2.4.6",
|
||||||
"eslint": "^9.39.1",
|
"eslint": "^9.39.4",
|
||||||
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
||||||
"jsdom": "^27.1.0",
|
"jsdom": "^27.4.0",
|
||||||
"vite": "^7.2.2",
|
"vite": "^7.3.1",
|
||||||
"vitest": "^4.0.8",
|
"vitest": "^4.1.0",
|
||||||
"vue-tsc": "^3.1.3"
|
"vue-tsc": "^3.2.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2525
pnpm-lock.yaml
generated
2525
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user