Skip to content

Commit

Permalink
deps: upgrade packages (#5001)
Browse files Browse the repository at this point in the history
  • Loading branch information
yathomasi authored Nov 30, 2023
1 parent e9d6950 commit d4b92fe
Show file tree
Hide file tree
Showing 5 changed files with 3,414 additions and 4,441 deletions.
77 changes: 39 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,72 +43,73 @@
"node": ">=18.x <=20.x"
},
"dependencies": {
"@dvcorg/gatsby-theme-iterative": "0.3.10",
"@dvcorg/websites-server": "0.1.1",
"@octokit/request": "8.1.1",
"@dvcorg/gatsby-theme-iterative": "0.3.11",
"@dvcorg/websites-server": "0.1.3",
"@octokit/request": "8.1.6",
"@reach/router": "1.3.4",
"classnames": "2.3.2",
"date-fns": "2.30.0",
"dotenv": "16.3.1",
"gatsby": "5.11.0",
"gatsby-plugin-catch-links": "5.11.0",
"gatsby-plugin-image": "3.11.0",
"gatsby-plugin-manifest": "5.11.0",
"gatsby-plugin-postcss": "6.11.0",
"gatsby-plugin-sharp": "5.11.0",
"gatsby-plugin-twitter": "5.11.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.31",
"gatsby": "5.12.11",
"gatsby-plugin-catch-links": "5.12.0",
"gatsby-plugin-image": "3.12.3",
"gatsby-plugin-manifest": "5.12.3",
"gatsby-plugin-postcss": "6.12.0",
"gatsby-plugin-sharp": "5.12.3",
"gatsby-plugin-twitter": "5.12.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.32",
"gatsby-source-rss-feed": "1.2.2",
"iframe-resizer-react": "1.1.0",
"isomorphic-fetch": "3.0.0",
"moment": "2.29.4",
"nanoid": "4.0.2",
"nanoid": "4",
"promise-polyfill": "8.3.0",
"prop-types": "15.8.1",
"raf-polyfill": "1.0.0",
"react": "18.2.0",
"react-collapse": "5.1.1",
"react-dom": "18.2.0",
"react-focus-lock": "2.9.5",
"react-focus-lock": "2.9.6",
"react-helmet": "6.1.0",
"react-popover": "0.5.10",
"react-slick": "0.29.0",
"react-use": "17.4.0",
"repo-link-check": "0.14.2",
"slick-carousel": "1.8.1",
"typed.js": "2.0.16",
"typed.js": "2.1.0",
"upath": "2.0.1",
"webpack-filter-warnings-plugin": "1.2.1"
},
"devDependencies": {
"@babel/core": "7.22.10",
"@babel/core": "7.23.3",
"@types/classnames": "2.3.1",
"@types/isomorphic-fetch": "0.0.36",
"@types/promise-polyfill": "6.0.4",
"@types/react": "18.2.20",
"@types/react-collapse": "5.0.1",
"@types/react-helmet": "6.1.6",
"@types/react-popover": "0.5.5",
"@types/react-slick": "0.23.10",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"babel-jest": "29.6.2",
"eslint": "8.47.0",
"eslint-config-prettier": "8.10.0",
"@types/gatsbyjs__reach-router": "2.0.3",
"@types/isomorphic-fetch": "0.0.39",
"@types/promise-polyfill": "6.0.6",
"@types/react": "18.2.38",
"@types/react-collapse": "5.0.4",
"@types/react-helmet": "6.1.9",
"@types/react-popover": "0.5.8",
"@types/react-slick": "0.23.12",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"babel-jest": "29.7.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.1",
"gatsby-source-filesystem": "5.11.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"gatsby-source-filesystem": "5.12.1",
"husky": "8.0.3",
"jest": "29.6.2",
"lint-staged": "13.3.0",
"prettier": "3.0.1",
"remark": "14.0.3",
"remark-html": "15.0.2",
"stylelint": "15.10.2",
"jest": "29.7.0",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"remark": "15.0.1",
"remark-html": "16.0.1",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0",
"typescript": "5.1.6"
"typescript": "5.3.2"
},
"cacheDirectories": [
"node_modules"
Expand Down
3 changes: 1 addition & 2 deletions src/components/Community/Testimonial/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.iframeContainer {
height: 700px;
overflow-y: auto;
overflow-x: hidden;
overflow: hidden auto;
margin: 40px 50px 0;
-ms-overflow-style: none;
scrollbar-width: none;
Expand Down
3 changes: 1 addition & 2 deletions src/components/Home/Diagram/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
margin-top: 49px;

@media screen(mdMax) {
overflow-x: scroll;
overflow-y: hidden;
overflow: scroll hidden;
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/gatsby/models/prune-cache/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports.onPostBuild = async function pruneStalePageCache({ graphql }) {
return pagePathSet.has(cachedPagePath)
? null
: cachedPagePath === '/index'
? null
: removeFile(pageDataPath)
? null
: removeFile(pageDataPath)
})
}
Loading

0 comments on commit d4b92fe

Please sign in to comment.