|
26 | 26 | "type-check": "tsc"
|
27 | 27 | },
|
28 | 28 | "dependencies": {
|
29 |
| - "@reach/skip-nav": "^0.3.0", |
30 |
| - "babel-plugin-styled-components": "^1.10.6", |
| 29 | + "@reach/skip-nav": "^0.18.0", |
| 30 | + "babel-plugin-styled-components": "^2.1.4", |
31 | 31 | "classnames": "^2.2.6",
|
32 |
| - "gatsby": "^2.17.7", |
33 |
| - "gatsby-plugin-canonical-urls": "^2.1.13", |
34 |
| - "gatsby-plugin-catch-links": "^2.1.15", |
35 |
| - "gatsby-plugin-netlify": "^2.1.23", |
36 |
| - "gatsby-plugin-netlify-cache": "^1.2.0", |
37 |
| - "gatsby-plugin-react-helmet": "^3.1.13", |
| 32 | + "gatsby": "^5.13.7", |
| 33 | + "gatsby-plugin-canonical-urls": "^5.13.1", |
| 34 | + "gatsby-plugin-catch-links": "^5.13.1", |
| 35 | + "gatsby-plugin-netlify": "^5.1.1", |
| 36 | + "gatsby-plugin-netlify-cache": "^2.0.0", |
| 37 | + "gatsby-plugin-react-helmet": "^6.13.1", |
38 | 38 | "gatsby-plugin-resolve-src": "^2.0.0",
|
39 |
| - "gatsby-plugin-sharp": "^2.2.36", |
40 |
| - "gatsby-plugin-styled-components": "^3.1.11", |
41 |
| - "gatsby-plugin-typescript": "^2.1.15", |
42 |
| - "gatsby-remark-autolink-headers": "^2.1.16", |
43 |
| - "gatsby-remark-copy-linked-files": "^2.1.28", |
44 |
| - "gatsby-remark-embed-snippet": "^4.3.2", |
45 |
| - "gatsby-remark-images": "^3.1.28", |
46 |
| - "gatsby-remark-prismjs": "^3.3.20", |
47 |
| - "gatsby-remark-relative-images": "^0.2.3", |
48 |
| - "gatsby-remark-responsive-iframe": "^2.2.25", |
49 |
| - "gatsby-remark-smartypants": "^2.1.14", |
50 |
| - "gatsby-source-filesystem": "^2.1.35", |
51 |
| - "gatsby-transformer-json": "^2.2.16", |
52 |
| - "gatsby-transformer-remark": "^2.6.32", |
53 |
| - "gatsby-transformer-sharp": "^2.3.2", |
54 |
| - "polished": "^3.4.2", |
| 39 | + "gatsby-plugin-sharp": "^5.13.1", |
| 40 | + "gatsby-plugin-styled-components": "^6.13.1", |
| 41 | + "gatsby-plugin-typescript": "^5.13.1", |
| 42 | + "gatsby-remark-autolink-headers": "^6.13.1", |
| 43 | + "gatsby-remark-copy-linked-files": "^6.13.2", |
| 44 | + "gatsby-remark-embed-snippet": "^8.13.1", |
| 45 | + "gatsby-remark-images": "^7.13.2", |
| 46 | + "gatsby-remark-prismjs": "^7.13.2", |
| 47 | + "gatsby-remark-relative-images": "^2.0.5", |
| 48 | + "gatsby-remark-responsive-iframe": "^6.13.2", |
| 49 | + "gatsby-remark-smartypants": "^6.13.1", |
| 50 | + "gatsby-source-filesystem": "^5.13.1", |
| 51 | + "gatsby-transformer-json": "^5.13.1", |
| 52 | + "gatsby-transformer-remark": "^6.13.1", |
| 53 | + "gatsby-transformer-sharp": "^5.13.1", |
| 54 | + "polished": "^4.3.1", |
55 | 55 | "prism-themes": "^1.1.0",
|
56 | 56 | "prismjs": "^1.16.0",
|
57 |
| - "react": "16.10.2", |
58 |
| - "react-dom": "16.10.2", |
59 |
| - "react-helmet": "^5.2.1", |
60 |
| - "rehype-react": "^3.1.0", |
61 |
| - "styled-components": "^4.4.0", |
| 57 | + "react": "18.3.1", |
| 58 | + "react-dom": "18.3.1", |
| 59 | + "react-helmet": "^6.1.0", |
| 60 | + "rehype-react": "^8.0.0", |
| 61 | + "styled-components": "^6.1.13", |
62 | 62 | "styled-system": "^5.1.2",
|
63 |
| - "typescript": "3.6.4", |
| 63 | + "typescript": "5.5.4", |
64 | 64 | "utility-types": "^3.9.0"
|
65 | 65 | },
|
66 | 66 | "devDependencies": {
|
67 | 67 | "@types/classnames": "^2.2.8",
|
68 |
| - "@types/history": "^4.7.2", |
69 |
| - "@types/node": "^20.12.13", |
| 68 | + "@types/history": "^5.0.0", |
| 69 | + "@types/node": "^22.5.4", |
70 | 70 | "@types/reach__router": "^1.2.4",
|
71 |
| - "@types/react": "^16.8.22", |
72 |
| - "@types/react-dom": "^16.8.4", |
73 |
| - "@types/react-helmet": "^5.0.8", |
74 |
| - "@types/styled-components": "^4.1.20", |
| 71 | + "@types/react": "^18.3.5", |
| 72 | + "@types/react-dom": "^18.3.0", |
| 73 | + "@types/react-helmet": "^6.1.11", |
| 74 | + "@types/styled-components": "^5.1.34", |
75 | 75 | "@types/styled-system": "^5.1.2",
|
76 |
| - "gh-pages": "^2.2.0", |
77 |
| - "prettier": "^1.18.2", |
78 |
| - "rimraf": "^2.6.3", |
79 |
| - "serve": "^11.0.2", |
80 |
| - "tslint": "^5.18.0", |
| 76 | + "gh-pages": "^6.1.1", |
| 77 | + "prettier": "^3.3.3", |
| 78 | + "rimraf": "^6.0.1", |
| 79 | + "serve": "^14.2.3", |
| 80 | + "tslint": "^6.1.3", |
81 | 81 | "tslint-config-kata": "^1.1.3",
|
82 | 82 | "tslint-config-prettier": "^1.18.0",
|
83 | 83 | "tslint-plugin-prettier": "^2.0.1",
|
84 |
| - "tslint-react": "^4.0.0" |
| 84 | + "tslint-react": "^5.0.0" |
85 | 85 | }
|
86 | 86 | }
|
0 commit comments