|
8 | 8 | "postbuild": "next-sitemap", |
9 | 9 | "lint": "next lint", |
10 | 10 | "start": "next start", |
11 | | - "format": "prettier --write ." |
12 | | - }, |
13 | | - "husky": { |
14 | | - "hooks": { |
15 | | - "pre-commit": "lint-staged" |
16 | | - } |
| 11 | + "format": "prettier --write .", |
| 12 | + "prepack": "husky install" |
17 | 13 | }, |
18 | 14 | "lint-staged": { |
19 | | - "*.+(ts|tsx)": [ |
20 | | - "prettier --write" |
| 15 | + "*.{js,ts,tsx}": [ |
| 16 | + "next lint --fix" |
21 | 17 | ] |
22 | 18 | }, |
23 | 19 | "dependencies": { |
24 | | - "@notionhq/client": "^1.0.4", |
| 20 | + "@notionhq/client": "^2.2.0", |
25 | 21 | "fast-glob": "^3.2.11", |
26 | | - "framer-motion": "^6.3.16", |
| 22 | + "framer-motion": "^7.2.1", |
27 | 23 | "gray-matter": "^4.0.3", |
28 | | - "javascript-time-ago": "^2.5.5", |
| 24 | + "javascript-time-ago": "^2.5.7", |
29 | 25 | "lodash": "^4.17.21", |
30 | | - "next": "^12.2.0", |
31 | | - "next-mdx-remote": "^4.0.3", |
32 | | - "notion-client": "^6.12.9", |
33 | | - "notion-utils": "^6.12.9", |
| 26 | + "next": "^12.2.5", |
| 27 | + "next-mdx-remote": "^4.1.0", |
| 28 | + "notion-client": "^6.13.8", |
| 29 | + "notion-utils": "^6.13.4", |
34 | 30 | "prettier": "^2.7.1", |
35 | | - "prismjs": "^1.28.0", |
| 31 | + "prismjs": "^1.29.0", |
36 | 32 | "raw-loader": "^4.0.2", |
37 | 33 | "react": "^18.2.0", |
38 | 34 | "react-dom": "^18.2.0", |
39 | 35 | "react-icons": "^4.4.0", |
40 | | - "react-notion-x": "^6.12.10", |
| 36 | + "react-notion-x": "^6.13.9", |
41 | 37 | "reactdom": "^2.0.0", |
42 | 38 | "styled-components": "^5.3.5", |
43 | 39 | "styled-system": "^5.1.5" |
44 | 40 | }, |
45 | 41 | "devDependencies": { |
46 | 42 | "@types/javascript-time-ago": "^2.0.3", |
47 | | - "@types/lodash": "^4.14.182", |
48 | | - "@types/react": "^18.0.14", |
49 | | - "@types/styled-components": "^5.1.25", |
| 43 | + "@types/lodash": "^4.14.184", |
| 44 | + "@types/react": "^18.0.18", |
| 45 | + "@types/styled-components": "^5.1.26", |
50 | 46 | "@types/styled-system": "^5.1.15", |
51 | | - "@typescript-eslint/parser": "^5.30.0", |
52 | | - "eslint": "^8.18.0", |
53 | | - "eslint-config-next": "^12.2.0", |
| 47 | + "@typescript-eslint/parser": "^5.36.1", |
| 48 | + "eslint": "^8.23.0", |
| 49 | + "eslint-config-next": "^12.2.5", |
54 | 50 | "eslint-config-prettier": "^8.5.0", |
55 | 51 | "eslint-plugin-import": "^2.26.0", |
56 | 52 | "eslint-plugin-prettier": "^4.2.1", |
57 | | - "husky": "4", |
| 53 | + "husky": "8.0.1", |
58 | 54 | "lint-staged": "^13.0.3", |
59 | | - "next-sitemap": "^3.1.7", |
60 | | - "typescript": "^4.7.4" |
| 55 | + "next-sitemap": "^3.1.21", |
| 56 | + "pretty-quick": "^3.1.3", |
| 57 | + "typescript": "^4.8.2" |
61 | 58 | } |
62 | 59 | } |
0 commit comments