|
1 | 1 | { |
2 | 2 | "private":true, |
3 | | -"packageManager":"pnpm@7.12.1", |
4 | 3 | "scripts": { |
5 | 4 | "dev":"vite", |
6 | 5 | "build":"vite-ssg build", |
|
28 | 27 | "@types/fs-extra":"^9.0.13", |
29 | 28 | "@types/markdown-it":"^12.2.3", |
30 | 29 | "@types/markdown-it-link-attributes":"^3.0.1", |
31 | | -"@types/node":"^18.7.23", |
| 30 | +"@types/node":"^18.8.2", |
32 | 31 | "@types/string":"0.0.31", |
33 | | -"@typescript-eslint/eslint-plugin":"^5.38.1", |
34 | | -"@typescript-eslint/parser":"^5.38.1", |
35 | | -"@vitejs/plugin-vue":"^3.1.0", |
| 32 | +"@typescript-eslint/eslint-plugin":"^5.39.0", |
| 33 | +"@typescript-eslint/parser":"^5.39.0", |
| 34 | +"@vitejs/plugin-vue":"^3.1.2", |
36 | 35 | "@vue/test-utils":"^2.1.0", |
37 | 36 | "autoprefixer":"^10.4.12", |
38 | 37 | "eslint":"^8.24.0", |
39 | 38 | "eslint-config-prettier":"^8.5.0", |
40 | | -"eslint-plugin-vue":"^9.5.1", |
| 39 | +"eslint-plugin-vue":"^9.6.0", |
41 | 40 | "esno":"^0.16.3", |
42 | 41 | "fs-extra":"^10.1.0", |
43 | 42 | "happy-dom":"^5.4.0", |
|
46 | 45 | "markdown-it-link-attributes":"^4.0.1", |
47 | 46 | "markdown-it-prism":"^2.3.0", |
48 | 47 | "ohmyfetch":"^0.4.19", |
49 | | -"pnpm":"^7.12.2", |
| 48 | +"pnpm":"^7.13.1", |
50 | 49 | "postcss":"^8.4.17", |
51 | 50 | "prettier":"^2.7.1", |
52 | 51 | "prettier-plugin-tailwindcss":"^0.1.13", |
|