Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Jan 27, 2024
1 parent 657e847 commit 3f71dfa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "data_hjalp_projekt",
"license": "MIT",
"version": "0.0.27",
"version": "0.0.28",
"homepage": "http://localhost:3000",
"bugs": {
"url": "https://github.com/fadihanna123/DatahjalpProjekt/issues",
Expand All @@ -16,7 +16,7 @@
"email": "[email protected]"
},
"scripts": {
"dev": "serve",
"dev": "live-server .",
"lint": "eslint .",
"format": "prettier -w ."
},
Expand All @@ -29,13 +29,13 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-editorconfig": "^4.0.3",
"husky": "^8.0.3",
"husky": "^9.0.6",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.0.0"
"stylelint-scss": "^6.1.0"
},
"config": {
"port": 3000
Expand Down
19 changes: 15 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1034,10 +1034,10 @@ http2-wrapper@^2.1.10:
quick-lru "^5.1.1"
resolve-alpn "^1.2.0"

husky@^8.0.3:
version "8.0.3"
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
husky@^9.0.6:
version "9.0.6"
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.6.tgz#cee0245d60480b12279cf492ec6cfc1aeb7fa759"
integrity sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==

ignore@^5.2.0:
version "5.2.4"
Expand Down Expand Up @@ -1843,6 +1843,17 @@ stylelint-scss@^6.0.0:
postcss-selector-parser "^6.0.13"
postcss-value-parser "^4.2.0"

stylelint-scss@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.1.0.tgz#b7ef162c417132e8df2b69d1759ae07395d54fb5"
integrity sha512-kCfK8TQzthGwb4vaZniZgxRsVbCM4ZckmT1b/H5m4FU3I8Dz0id9llKsy1NMp3XXqC8+OPD4rVKtUbSxXlJb5g==
dependencies:
known-css-properties "^0.29.0"
postcss-media-query-parser "^0.2.3"
postcss-resolve-nested-selector "^0.1.1"
postcss-selector-parser "^6.0.15"
postcss-value-parser "^4.2.0"

stylelint@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.2.0.tgz#60678f64d7660350fdd06415fd449f332b4fcbf6"
Expand Down

0 comments on commit 3f71dfa

Please sign in to comment.