|
2 | 2 | "name": "leetcode-blog", |
3 | 3 | "description": "Solutions for LeetCode problems - Written by ansidev", |
4 | 4 | "type": "module", |
5 | | - "version": "2.2.2", |
| 5 | + "version": "2.2.3", |
6 | 6 | "license": "MIT", |
| 7 | + "packageManager": "[email protected]", |
7 | 8 | "scripts": { |
8 | 9 | "lc:new": "tsx ./src/cmd/leetcode.ts", |
9 | 10 | "dev": "astro dev", |
|
16 | 17 | "lint": "eslint --ext .cjs,.mjs,.ts,.astro --ignore-path .gitignore ." |
17 | 18 | }, |
18 | 19 | "dependencies": { |
19 | | - "@astrojs/partytown": "^1.0.3", |
20 | | - "@astrojs/rss": "^2.1.1", |
21 | | - "@astrojs/sitemap": "^1.1.0", |
22 | | - "@astrojs/tailwind": "^3.0.1", |
23 | | - "astro": "^2.0.17", |
24 | | - "astro-compress": "^1.1.35", |
| 20 | + "@astrojs/partytown": "^1.2.2", |
| 21 | + "@astrojs/rss": "^2.4.2", |
| 22 | + "@astrojs/sitemap": "^1.3.1", |
| 23 | + "@astrojs/tailwind": "^3.1.3", |
| 24 | + "astro": "2.4.5", |
| 25 | + "astro-compress": "^1.1.44", |
25 | 26 | "astro-purgecss": "^2.0.1", |
26 | | - "tailwindcss": "^3.2.7" |
| 27 | + "tailwindcss": "^3.3.2" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "@commitlint/cli": "^17.4.4", |
30 | | - "@commitlint/config-conventional": "^17.4.4", |
| 30 | + "@commitlint/cli": "^17.6.3", |
| 31 | + "@commitlint/config-conventional": "^17.6.3", |
31 | 32 | "@fontsource/ibm-plex-mono": "^4.5.13", |
32 | | - "@iconify-json/bi": "^1.1.15", |
| 33 | + "@iconify-json/bi": "^1.1.16", |
33 | 34 | "@resvg/resvg-js": "^2.4.1", |
34 | 35 | "@tailwindcss/typography": "^0.5.9", |
35 | 36 | "@types/lodash.get": "^4.4.7", |
36 | 37 | "@types/lodash.kebabcase": "^4.1.7", |
37 | 38 | "@types/mustache": "^4.2.2", |
38 | | - "@types/node": "^18.14.6", |
39 | | - "@typescript-eslint/eslint-plugin": "^5.54.0", |
40 | | - "@typescript-eslint/parser": "^5.54.0", |
41 | | - "commander": "^10.0.0", |
| 39 | + "@types/node": "^20.2.1", |
| 40 | + "@typescript-eslint/eslint-plugin": "^5.59.6", |
| 41 | + "@typescript-eslint/parser": "^5.59.6", |
| 42 | + "commander": "^10.0.1", |
42 | 43 | "commitizen": "^4.3.0", |
43 | 44 | "dayjs": "^1.11.7", |
44 | 45 | "dotenv": "^16.0.3", |
45 | | - "eslint": "^8.35.0", |
46 | | - "eslint-plugin-astro": "^0.23.0", |
| 46 | + "eslint": "^8.41.0", |
| 47 | + "eslint-plugin-astro": "^0.27.0", |
47 | 48 | "eslint-plugin-simple-import-sort": "^10.0.0", |
48 | 49 | "husky": "^8.0.3", |
49 | 50 | "lodash.get": "^4.4.2", |
50 | 51 | "lodash.kebabcase": "^4.1.1", |
51 | 52 | "mustache": "^4.2.0", |
52 | | - "sass": "^1.58.3", |
53 | | - "satori": "^0.4.1", |
| 53 | + "sass": "^1.62.1", |
| 54 | + "satori": "^0.8.1", |
54 | 55 | "satori-html": "^0.3.2", |
55 | | - "tailwindcss-themer": "^3.0.1", |
56 | | - "tsx": "^3.12.3", |
57 | | - "typescript": "^4.9.5" |
| 56 | + "tailwindcss-themer": "^3.1.0", |
| 57 | + "tsx": "^3.12.7", |
| 58 | + "typescript": "^5.0.4" |
58 | 59 | } |
59 | 60 | } |
0 commit comments