Skip to content

Commit

Permalink
Updated versions for most deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Jun 17, 2024
1 parent 78a30df commit 689f7bf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
16 changes: 8 additions & 8 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "sdow",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@tsparticles/react": "^3.0.0",
"d3": "^7.9.0",
"history": "^4.10.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-autosuggest": "^10.0.2",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-autosuggest": "^10.1.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-lazyload": "^3.0.0",
"react-modal": "^3.3.1",
"react-router-dom": "^5.1.2",
"react-lazyload": "^3.2.1",
"react-modal": "^3.16.1",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"styled-components": "^6.1.11",
"typeface-crimson-text": "1.1.13",
Expand Down
2 changes: 2 additions & 0 deletions website/src/components/blog/NewsletterSignupForm.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import noop from 'lodash/noop';
import React, {useState} from 'react';
import styled from 'styled-components';

Expand Down Expand Up @@ -127,6 +128,7 @@ export const NewsletterSignupForm: React.FC = () => {
name="b_d19fa80c86cc4e9017baf4f4b_46d31d866a"
tabIndex={-1}
value=""
onChange={noop}
/>

<SubscribeButton>Subscribe</SubscribeButton>
Expand Down

0 comments on commit 689f7bf

Please sign in to comment.