|
11 | 11 | "@mdx-js/mdx": "^1.6.22",
|
12 | 12 | "@mdx-js/react": "^1.6.22",
|
13 | 13 | "@reach/router": "^1.3.4",
|
14 |
| - "autoprefixer": "^9.7.1", |
15 |
| - "classnames": "^2.2.6", |
16 |
| - "gatsby": "^2.19.7", |
| 14 | + "autoprefixer": "^9.8.8", |
| 15 | + "classnames": "^2.5.1", |
| 16 | + "gatsby": "^2.32.13", |
17 | 17 | "gatsby-image": "^2.11.0",
|
18 | 18 | "gatsby-plugin-emotion": "^4.5.0",
|
19 | 19 | "gatsby-plugin-google-tagmanager": "^2.11.0",
|
|
36 | 36 | "slug": "^2.1.1",
|
37 | 37 | "tailwindcss": "^1.9.6",
|
38 | 38 | "tailwindcss-dark-mode": "^1.1.7",
|
39 |
| - "traverse": "^0.6.7", |
| 39 | + "traverse": "^0.6.11", |
40 | 40 | "typedoc": "~0.19.2",
|
41 | 41 | "typescript": "^4.9.5",
|
42 | 42 | "use-dark-mode": "^2.3.1"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@babel/core": "^7.23.2", |
| 45 | + "@babel/core": "^7.26.10", |
46 | 46 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
47 |
| - "@babel/plugin-transform-react-jsx": "^7.22.15", |
48 |
| - "@types/classnames": "^2.3.1", |
49 |
| - "@types/reach__router": "^1.3.13", |
50 |
| - "@types/react": "^16.14.50", |
51 |
| - "@types/react-helmet": "^5.0.23", |
52 |
| - "@types/react-scrollspy": "^3.3.7", |
| 47 | + "@babel/plugin-transform-react-jsx": "^7.25.9", |
| 48 | + "@types/classnames": "^2.3.4", |
| 49 | + "@types/reach__router": "^1.3.15", |
| 50 | + "@types/react": "^16.14.63", |
| 51 | + "@types/react-helmet": "^5.0.27", |
| 52 | + "@types/react-scrollspy": "^3.3.9", |
53 | 53 | "@types/validator": "^12.0.1",
|
54 |
| - "@typescript-eslint/eslint-plugin": "^2.14.0", |
55 |
| - "@typescript-eslint/parser": "^2.14.0", |
| 54 | + "@typescript-eslint/eslint-plugin": "^2.34.0", |
| 55 | + "@typescript-eslint/parser": "^2.34.0", |
56 | 56 | "eslint": "^6.8.0",
|
57 | 57 | "eslint-config-prettier": "^6.15.0",
|
58 | 58 | "eslint-plugin-prettier": "^3.4.1",
|
59 |
| - "eslint-plugin-react": "^7.33.2", |
| 59 | + "eslint-plugin-react": "^7.37.5", |
60 | 60 | "postcss-nested": "^4.2.3",
|
61 | 61 | "postcss-nesting": "^7.0.1",
|
62 | 62 | "prettier": "^2.8.8",
|
|
72 | 72 | "develop": "gatsby clean && gatsby develop",
|
73 | 73 | "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
74 | 74 | "serve": "gatsby serve",
|
75 |
| - "clean": "gatsby clean" |
| 75 | + "clean": "gatsby clean", |
| 76 | + "typedoc": "node -e \"require('./scripts/generate-typedoc').generateTypedoc()\"" |
76 | 77 | }
|
77 | 78 | }
|
0 commit comments