|
1 | 1 | { |
2 | 2 | "name": "astro-notion-blog", |
3 | 3 | "type": "module", |
4 | | - "version": "0.6.3", |
| 4 | + "version": "0.10.0", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | 7 | "dev": "astro dev", |
|
17 | 17 | "_fetch-notion-blocks": "node scripts/retrieve-block-children.cjs" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@astrojs/react": "^3.0.3", |
21 | | - "@astrojs/rss": "^3.0.0", |
22 | | - "@notionhq/client": "^2.2.5", |
23 | | - "@supercharge/promise-pool": "^2.4.0", |
24 | | - "astro": "^3.3.1", |
25 | | - "astro-icon": "^0.8.1", |
| 20 | + "@astrojs/react": "^4.1.2", |
| 21 | + "@astrojs/rss": "^4.0.11", |
| 22 | + "@iconify-json/octicon": "^1.2.2", |
| 23 | + "@notionhq/client": "^2.2.15", |
| 24 | + "@supercharge/promise-pool": "^3.2.0", |
| 25 | + "astro": "^5.1.3", |
| 26 | + "astro-icon": "^1.1.5", |
26 | 27 | "async-retry": "^1.3.3", |
27 | | - "axios": "^1.4.0", |
28 | | - "exif-be-gone": "^1.3.2", |
29 | | - "katex": "^0.16.7", |
30 | | - "mermaid": "^10.1.0", |
31 | | - "metascraper": "^5.34.4", |
32 | | - "metascraper-description": "^5.34.4", |
33 | | - "metascraper-image": "^5.34.4", |
34 | | - "metascraper-title": "^5.34.4", |
| 28 | + "axios": "^1.7.9", |
| 29 | + "exif-be-gone": "^1.5.1", |
| 30 | + "katex": "^0.16.19", |
| 31 | + "mermaid": "^11.4.1", |
| 32 | + "metascraper": "^5.45.28", |
| 33 | + "metascraper-description": "^5.45.28", |
| 34 | + "metascraper-image": "^5.45.28", |
| 35 | + "metascraper-title": "^5.45.28", |
35 | 36 | "prismjs": "^1.29.0", |
36 | | - "react": "^18.2.0", |
37 | | - "react-dom": "^18.2.0", |
38 | | - "sharp": "^0.32.4" |
| 37 | + "react": "^19.0.0", |
| 38 | + "react-dom": "^19.0.0", |
| 39 | + "sharp": "^0.33.5" |
39 | 40 | }, |
40 | 41 | "devDependencies": { |
41 | | - "@nrwl/nx-cloud": "^15.0.2", |
42 | | - "@types/async-retry": "^1.4.5", |
| 42 | + "@nrwl/nx-cloud": "^19.1.0", |
| 43 | + "@types/async-retry": "^1.4.9", |
43 | 44 | "@types/js-base64": "^3.3.1", |
44 | 45 | "@types/katex": "^0.16.7", |
45 | | - "@types/metascraper": "^5.14.1", |
46 | | - "@types/metascraper-description": "^5.14.1", |
47 | | - "@types/metascraper-image": "^5.14.0", |
48 | | - "@types/metascraper-title": "^5.14.0", |
49 | | - "@types/prismjs": "^1.26.3", |
50 | | - "@typescript-eslint/eslint-plugin": "^6.8.0", |
51 | | - "@typescript-eslint/parser": "^6.8.0", |
52 | | - "@typescript-eslint/typescript-estree": "^6.8.0", |
| 46 | + "@types/metascraper": "^5.14.3", |
| 47 | + "@types/metascraper-description": "^5.14.5", |
| 48 | + "@types/metascraper-image": "^5.14.5", |
| 49 | + "@types/metascraper-title": "^5.14.5", |
| 50 | + "@types/prismjs": "^1.26.5", |
| 51 | + "@typescript-eslint/eslint-plugin": "^8.19.1", |
| 52 | + "@typescript-eslint/parser": "^8.19.1", |
| 53 | + "@typescript-eslint/typescript-estree": "^8.19.1", |
53 | 54 | "cli-progress": "^3.12.0", |
54 | | - "eslint": "^8.51.0", |
55 | | - "eslint-plugin-astro": "^0.27.0", |
56 | | - "nx": "15.5.3" |
| 55 | + "eslint": "^9.17.0", |
| 56 | + "eslint-plugin-astro": "^1.3.1", |
| 57 | + "nx": "20.3.1" |
57 | 58 | }, |
58 | 59 | "nx": { |
59 | 60 | "targets": { |
|
0 commit comments