Skip to content

Commit

Permalink
Bump version to v4.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Jul 29, 2024
1 parent 95d950f commit f424348
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 84 deletions.
168 changes: 87 additions & 81 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visionappscz/stylelint-config",
"version": "3.0.0",
"version": "4.0.0-beta1",
"description": "VisionApps' shareable config for stylelint",
"keywords": [
"stylelint",
Expand Down Expand Up @@ -41,7 +41,7 @@
"test": "node --test"
},
"peerDependencies": {
"stylelint": "^16.1.0"
"stylelint": "^16.0.0"
},
"dependencies": {
"stylelint-config-standard": "^36.0.0",
Expand All @@ -55,7 +55,7 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"stylelint": "^16.1.0"
"stylelint": "^16.7.0"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit f424348

Please sign in to comment.