aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2022-01-03 14:19:37 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2022-01-03 14:19:37 -0500
commitc84b97d292a8c5f14ebfae172b0b7c830a6a8b9b (patch)
tree3b6b9c4c62e7007dfbe24d1e64bf0c40ee2b0caa /package.json
parentfdf8fb50a086ff40772ac5040acf48bd654cb601 (diff)
downloadsubmelon.dev-c84b97d292a8c5f14ebfae172b0b7c830a6a8b9b.tar.gz
submelon.dev-c84b97d292a8c5f14ebfae172b0b7c830a6a8b9b.tar.bz2
submelon.dev-c84b97d292a8c5f14ebfae172b0b7c830a6a8b9b.zip
Update with more recent photo
Diffstat (limited to 'package.json')
-rw-r--r--package.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/package.json b/package.json
index 665e45c..80f0cda 100644
--- a/package.json
+++ b/package.json
@@ -17,34 +17,34 @@
},
"dependencies": {
"@types/react-icons": "^3.0.0",
- "babel-plugin-styled-components": "^1.12.0",
- "gatsby": "^3.3.1",
- "gatsby-plugin-image": "^1.3.1",
- "gatsby-plugin-manifest": "^3.3.0",
- "gatsby-plugin-react-helmet": "^4.3.0",
- "gatsby-plugin-sharp": "^3.3.1",
- "gatsby-plugin-styled-components": "^4.3.0",
- "gatsby-plugin-typescript": "^3.3.0",
- "gatsby-source-filesystem": "^3.3.0",
- "gatsby-transformer-sharp": "^3.3.0",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
+ "babel-plugin-styled-components": "^2.0.2",
+ "gatsby": "^4.4.0",
+ "gatsby-plugin-image": "^2.4.0",
+ "gatsby-plugin-manifest": "^4.4.0",
+ "gatsby-plugin-react-helmet": "^5.4.0",
+ "gatsby-plugin-sharp": "^4.4.0",
+ "gatsby-plugin-styled-components": "^5.4.0",
+ "gatsby-plugin-typescript": "^4.4.0",
+ "gatsby-source-filesystem": "^4.4.0",
+ "gatsby-transformer-sharp": "^4.4.0",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
- "react-icons": "^4.2.0",
- "styled-components": "^5.2.3"
+ "react-icons": "^4.3.1",
+ "styled-components": "^5.3.3"
},
"devDependencies": {
- "@types/node": "^14.14.41",
- "@types/react": "^17.0.3",
- "@types/react-dom": "^17.0.3",
- "@types/react-helmet": "^6.1.1",
- "@types/styled-components": "^5.1.9",
- "@typescript-eslint/eslint-plugin": "^4.31.0",
- "@typescript-eslint/parser": "^4.31.0",
- "eslint": "^7.32.0",
+ "@types/node": "^17.0.7",
+ "@types/react": "^17.0.38",
+ "@types/react-dom": "^17.0.11",
+ "@types/react-helmet": "^6.1.5",
+ "@types/styled-components": "^5.1.19",
+ "@typescript-eslint/eslint-plugin": "^5.9.0",
+ "@typescript-eslint/parser": "^5.9.0",
+ "eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.25.1",
- "typescript": "^4.4.2"
+ "eslint-plugin-react": "^7.28.0",
+ "typescript": "^4.5.4"
}
}