Skip to content

Commit

Permalink
update prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vernak2539 committed Mar 13, 2024
1 parent 7f4e8b9 commit 0d3378b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/initTyping.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default () => {
.type('<span class="sub-text">I\'m a software engineer</span>')
.break()
.type(
'<span class="sub-text">focusing on front-end web development </span>'
'<span class="sub-text">focusing on front-end web development </span>',
)
.pause(SHORTER_PAUSE)
.type('<span class="sub-text">#nerd</span>')
Expand Down
3 changes: 1 addition & 2 deletions src/setupSvg.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0d3378b

Please sign in to comment.