Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 42 additions & 42 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,61 +26,61 @@
"type-check": "tsc"
},
"dependencies": {
"@reach/skip-nav": "^0.3.0",
"babel-plugin-styled-components": "^1.10.6",
"@reach/skip-nav": "^0.18.0",
"babel-plugin-styled-components": "^2.1.4",
"classnames": "^2.2.6",
"gatsby": "^2.17.7",
"gatsby-plugin-canonical-urls": "^2.1.13",
"gatsby-plugin-catch-links": "^2.1.15",
"gatsby-plugin-netlify": "^2.1.23",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby": "^5.13.7",
"gatsby-plugin-canonical-urls": "^5.13.1",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-resolve-src": "^2.0.0",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-plugin-typescript": "^2.1.15",
"gatsby-remark-autolink-headers": "^2.1.16",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-embed-snippet": "^4.3.2",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-remark-responsive-iframe": "^2.2.25",
"gatsby-remark-smartypants": "^2.1.14",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-json": "^2.2.16",
"gatsby-transformer-remark": "^2.6.32",
"gatsby-transformer-sharp": "^2.3.2",
"polished": "^3.4.2",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-typescript": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-embed-snippet": "^8.13.1",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-remark-relative-images": "^2.0.5",
"gatsby-remark-responsive-iframe": "^6.13.2",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"polished": "^4.3.1",
"prism-themes": "^1.1.0",
"prismjs": "^1.16.0",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-helmet": "^5.2.1",
"rehype-react": "^3.1.0",
"styled-components": "^4.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "^6.1.0",
"rehype-react": "^8.0.0",
"styled-components": "^6.1.13",
"styled-system": "^5.1.2",
"typescript": "3.6.4",
"typescript": "5.6.2",
"utility-types": "^3.9.0"
},
"devDependencies": {
"@types/classnames": "^2.2.8",
"@types/history": "^4.7.2",
"@types/node": "^20.12.13",
"@types/history": "^5.0.0",
"@types/node": "^22.5.5",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^5.0.8",
"@types/styled-components": "^4.1.20",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/styled-components": "^5.1.34",
"@types/styled-system": "^5.1.2",
"gh-pages": "^2.2.0",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"serve": "^11.0.2",
"tslint": "^5.18.0",
"gh-pages": "^6.1.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"serve": "^14.2.3",
"tslint": "^6.1.3",
"tslint-config-kata": "^1.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0"
"tslint-react": "^5.0.0"
}
}
Loading