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