diff --git a/package.json b/package.json
index 09246e5..778321f 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"devDependencies": {
"@parcel/config-default": "^2.12.0",
"@parcel/transformer-svg": "^2.12.0",
- "prettier": "^2.8.8",
+ "prettier": "^3.2.5",
"serve": "^14.2.1"
},
"packageManager": "yarn@4.1.1"
diff --git a/src/initTyping.js b/src/initTyping.js
index a447dbb..bacc23a 100644
--- a/src/initTyping.js
+++ b/src/initTyping.js
@@ -45,7 +45,7 @@ export default () => {
.type('I\'m a software engineer')
.break()
.type(
- 'focusing on front-end web development '
+ 'focusing on front-end web development ',
)
.pause(SHORTER_PAUSE)
.type('#nerd')
diff --git a/src/setupSvg.js b/src/setupSvg.js
index df4fc82..e3d5e54 100644
--- a/src/setupSvg.js
+++ b/src/setupSvg.js
@@ -8,10 +8,9 @@ export default () => {
const githubIconContainer = document.querySelector("#icon-github");
const instagramIconContainer = document.querySelector("#icon-instagram");
const fiveHundredPixelsIconContainer = document.querySelector(
- "#icon-five-hundred-pixels"
+ "#icon-five-hundred-pixels",
);
-
codingBlogIconContainer.src = codingBlogSvg;
githubIconContainer.src = githubSvg;
instagramIconContainer.src = instagramSvg;
diff --git a/yarn.lock b/yarn.lock
index a82ac6d..af5b707 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1286,7 +1286,7 @@ __metadata:
"@parcel/transformer-svg": "npm:^2.12.0"
normalize.css: "npm:^8.0.1"
parcel: "npm:^2.12.0"
- prettier: "npm:^2.8.8"
+ prettier: "npm:^3.2.5"
serve: "npm:^14.2.1"
tippy.js: "npm:^6.3.7"
typeit: "npm:^8.8.3"
@@ -2875,12 +2875,12 @@ __metadata:
languageName: node
linkType: hard
-"prettier@npm:^2.8.8":
- version: 2.8.8
- resolution: "prettier@npm:2.8.8"
+"prettier@npm:^3.2.5":
+ version: 3.2.5
+ resolution: "prettier@npm:3.2.5"
bin:
- prettier: bin-prettier.js
- checksum: 10c0/463ea8f9a0946cd5b828d8cf27bd8b567345cf02f56562d5ecde198b91f47a76b7ac9eae0facd247ace70e927143af6135e8cf411986b8cb8478784a4d6d724a
+ prettier: bin/prettier.cjs
+ checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6
languageName: node
linkType: hard