Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Nov 8, 2024
1 parent 77674a2 commit aec536a
Show file tree
Hide file tree
Showing 4 changed files with 7,334 additions and 8,090 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
69 changes: 36 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "meese.enterprises",
"name": "@meese-enterprises/website",
"private": true,
"version": "0.0.0",
"license": "MIT",
Expand All @@ -13,44 +13,47 @@
"check-types": "tsc -p . --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@rebass/preset": "^4.0.5",
"@tippy.js/react": "^3.1.1",
"assert": "^2.0.0",
"babel-plugin-styled-components": "^2.0.6",
"gatsby": "^4.10.1",
"gatsby-plugin-image": "^2.10.0",
"gatsby-plugin-manifest": "^4.10.1",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sharp": "^4.10.1",
"gatsby-plugin-styled-components": "^5.10.0",
"gatsby-plugin-typescript": "^4.10.0",
"gatsby-source-contentful": "^7.8.1",
"gatsby-source-medium": "^4.10.0",
"gatsby-transformer-remark": "^5.10.1",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-dom": "^17.0.2",
"react-headroom": "^3.2.0",
"assert": "^2.1.0",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-plugin-typescript": "^5.14.0",
"gatsby-source-contentful": "^8.14.0",
"gatsby-source-medium": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"react": "^18.3.1",
"react-awesome-reveal": "^4.2.14",
"react-dom": "^18.3.1",
"react-headroom": "^3.2.1",
"react-helmet": "^6.1.0",
"react-markdown": "^7.0.0",
"react-modal": "^3.14.4",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"rebass": "^4.0.7",
"styled-components": "^5.3.3"
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/react-headroom": "^2.2.2",
"@types/react-helmet": "^6.1.2",
"@types/react-modal": "^3.13.1",
"@types/rebass": "^4.0.9",
"chalk": "^5.0.1",
"contentful-import": "^8.2.28",
"@types/node": "^20",
"@types/react-headroom": "^3.2.3",
"@types/react-helmet": "^6.1.11",
"@types/react-modal": "^3.16.3",
"@types/rebass": "^4.0.15",
"chalk": "^5.3.0",
"contentful-import": "^9.4.69",
"env-cmd": "^10.1.0",
"inquirer": "^8.2.1",
"start-server-and-test": "^1.14.0",
"typescript": "^4.6.2"
"inquirer": "^12.0.1",
"start-server-and-test": "^2.0.8",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2015",
"module": "CommonJS",
"module": "ESNext",
"declaration": true,
"outDir": "lib",
"strict": true,
Expand Down
Loading

0 comments on commit aec536a

Please sign in to comment.