Skip to content

Commit

Permalink
upgrade: ⬆️ Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil4udo committed Jun 22, 2023
1 parent 7c86174 commit 65820d5
Show file tree
Hide file tree
Showing 2 changed files with 1,985 additions and 2,431 deletions.
39 changes: 17 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,29 @@
"cz": "git cz"
},
"devDependencies": {
"@democrance/stylelint-config": "^0.4.1",
"autoprefixer": "^10.4.13",
"commitizen": "^4.2.6",
"concurrently": "^7.6.0",
"@democrance/stylelint-config": "^0.7.0",
"@types/node": "^18.16.18",
"autoprefixer": "^10.4.14",
"commitizen": "^4.3.0",
"concurrently": "^8.2.0",
"cross-env": "^7.0.3",
"csso-cli": "^4.0.1",
"csso-cli": "^4.0.2",
"cz-conventional-changelog": "^3.3.0",
"cz-emoji": "1.3.1",
"find-unused-sass-variables": "^4.0.5",
"husky": "^8.0.2",
"lerna": "^6.3.0",
"lint-staged": "^13.1.0",
"postcss": "^8.4.20",
"find-unused-sass-variables": "^5.0.0",
"husky": "^8.0.3",
"lerna": "7.0.2",
"lint-staged": "^13.2.2",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"postcss-csso": "^6.0.1",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"rtlcss": "^4.0.0",
"sass": "^1.57.1",
"stylelint": "^14.16.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"rtlcss": "^4.1.0",
"sass": "^1.63.6",
"stylelint": "^15.8.0",
"sugarss": "^4.0.1"
},
"publishConfig": {
Expand All @@ -77,13 +78,7 @@
"node-gyp"
],
"overrides": {
"@npmcli/move-file": "npm:@npmcli/fs@latest",
"ansi-regex": "^5.0.1",
"read-package-tree": "npm:@npmcli/arborist@latest",
"readdir-scoped-modules": "npm:@npmcli/fs@latest",
"string-width": "^4.0.0",
"stylelint": "^14.0.0",
"uuid": "^8.0.0"
"@npmcli/move-file": "npm:@npmcli/fs@latest"
}
}
}
Loading

0 comments on commit 65820d5

Please sign in to comment.