Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Miro-wq committed Jul 18, 2024
1 parent bd89be6 commit c42bf03
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 3 deletions.
187 changes: 186 additions & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"url": "https://github.com/goitacademy/goit-js-hw-11/issues"
},
"dependencies": {
"modern-normalize": "^1.1.0"
"axios": "^1.7.2",
"modern-normalize": "^1.1.0",
"notiflix": "^3.2.7",
"simplelightbox": "^2.14.3"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<!-- ❗️❗️❗️ Add partials like so for every page -->
<include src="./partials/example.html"></include>
<!-- <include src="./partials/example.html"></include> -->
</body>
</html>

0 comments on commit c42bf03

Please # to comment.