Skip to content

Commit

Permalink
fix: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yathomasi committed Jul 11, 2024
1 parent 2f90b57 commit dcd25ad
Show file tree
Hide file tree
Showing 8 changed files with 890 additions and 950 deletions.
434 changes: 217 additions & 217 deletions .yarn/releases/yarn-4.3.0.cjs → .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
nodeLinker: node-modules
defaultSemverRangePrefix: ''
yarnPath: .yarn/releases/yarn-4.3.0.cjs

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@
"dependencies": {
"@dvcorg/gatsby-theme-iterative": "0.3.18",
"@dvcorg/websites-server": "0.2.1",
"@iframe-resizer/react": "5.1.5",
"@octokit/request": "8.4.0",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-label": "2.1.0",
"@reach/router": "1.3.4",
"clsx": "2.1.1",
"date-fns": "2.30.0",
"date-fns": "3.6.0",
"dotenv": "16.4.5",
"gatsby": "5.13.6",
"gatsby-plugin-catch-links": "5.13.1",
Expand All @@ -62,9 +63,8 @@
"gatsby-plugin-twitter": "5.13.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.32",
"gatsby-source-rss-feed": "1.2.2",
"iframe-resizer-react": "1.0.13",
"isomorphic-fetch": "3.0.0",
"lucide-react": "0.395.0",
"lucide-react": "0.407.0",
"moment": "2.30.1",
"nanoid": "4.0.2",
"promise-polyfill": "8.3.0",
Expand All @@ -80,7 +80,7 @@
"react-use": "17.5.0",
"repo-link-check": "0.14.2",
"slick-carousel": "1.8.1",
"tailwind-merge": "2.3.0",
"tailwind-merge": "2.4.0",
"tailwindcss-animate": "1.0.7",
"typed.js": "2.1.0",
"upath": "2.0.1",
Expand All @@ -96,28 +96,29 @@
"@types/react-helmet": "6.1.11",
"@types/react-popover": "0.5.8",
"@types/react-slick": "0.23.13",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-source-filesystem": "5.13.1",
"husky": "8.0.3",
"husky": "9.0.11",
"jest": "29.7.0",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"remark": "15.0.1",
"remark-html": "16.0.1",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0",
"typescript": "5.4.5"
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.1",
"typescript": "5.5.3"
},
"cacheDirectories": [
"node_modules"
]
],
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/components/Community/Events/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useCallback } from 'react'
import cn from 'classnames'
import format from 'date-fns/format'
import { format } from 'date-fns/format'

import { ICommunitySectionTheme } from '../'
import LayoutWidthContainer from '@dvcorg/gatsby-theme-iterative/src/components/LayoutWidthContainer'
Expand Down
2 changes: 1 addition & 1 deletion src/components/Community/Learn/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useCallback } from 'react'
import cn from 'classnames'
import format from 'date-fns/format'
import { format } from 'date-fns/format'

import { ICommunitySectionTheme } from '../'
import LayoutWidthContainer from '@dvcorg/gatsby-theme-iterative/src/components/LayoutWidthContainer'
Expand Down
2 changes: 1 addition & 1 deletion src/components/Community/Meet/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useCallback } from 'react'
import formatDistanceToNow from 'date-fns/formatDistanceToNow'
import { formatDistanceToNow } from 'date-fns/formatDistanceToNow'

import { ICommunitySectionTheme } from '../'
import LayoutWidthContainer from '@dvcorg/gatsby-theme-iterative/src/components/LayoutWidthContainer'
Expand Down
4 changes: 2 additions & 2 deletions src/components/Community/Testimonial/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import LayoutWidthContainer from '@dvcorg/gatsby-theme-iterative/src/components/LayoutWidthContainer'
import Section from '../Section'
import IframeResizer from 'iframe-resizer-react'
import IframeResizer from '@iframe-resizer/react'

import * as styles from './styles.module.css'
import * as sharedStyles from '../styles.module.css'
Expand All @@ -24,10 +24,10 @@ const Testimonial: React.FC<{ theme: ICommunitySectionTheme }> = ({
>
<div className={styles.iframeContainer}>
<IframeResizer
license="GPLv3"
title="testimonialto"
id="testimonialto-iterative-open-source-community-shout-outs-light"
src="https://embed.testimonial.to/w/iterative-open-source-community-shout-outs?theme=light&card=small&loadMore=on&initialCount=20"
frameBorder="0"
width="100%"
height="100%"
></IframeResizer>
Expand Down
Loading

0 comments on commit dcd25ad

Please sign in to comment.