Skip to content

Commit

Permalink
Merge pull request #384 from DaniFoldi/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
📎 Update all non-major dependencies
  • Loading branch information
DaniFoldi authored Oct 20, 2023
2 parents 901827b + 5461714 commit e318022
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 222 deletions.
12 changes: 6 additions & 6 deletions packages/bundled-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"dist"
],
"devDependencies": {
"@types/node": "^20.8.6",
"esbuild": "^0.19.4",
"@types/node": "^20.8.7",
"esbuild": "^0.19.5",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"dependencies": {
"@brettz9/eslint-plugin": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"astro-eslint-parser": "^0.16.0",
"defu": "^6.1.2",
"eslint-config-flat-gitignore": "^0.1.1",
Expand All @@ -35,7 +35,7 @@
"eslint-plugin-i": "^2.28.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-playwright": "^0.16.0",
"eslint-plugin-playwright": "^0.17.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -44,7 +44,7 @@
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vitest": "^0.3.2",
"eslint-plugin-vitest": "^0.3.3",
"eslint-plugin-vue": "^9.17.0",
"globals": "^13.23.0",
"vue-eslint-parser": "^9.3.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"postcss": "^8.4.31",
"postcss-scss": "^4.0.9",
"sass": "^1.69.3",
"stylelint": "^15.10.3",
"sass": "^1.69.4",
"stylelint": "^15.11.0",
"stylelint-high-performance-animation": "^1.9.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "DaniFoldi",
"license": "MIT",
"dependencies": {
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-high-performance-animation": "^1.9.0",
"stylelint-order": "^6.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-vue-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"sass": "^1.69.3",
"stylelint": "^15.10.3",
"sass": "^1.69.4",
"stylelint": "^15.11.0",
"stylelint-high-performance-animation": "^1.9.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-high-performance-animation": "^1.9.0",
"stylelint-order": "^6.0.3"
},
Expand Down
Loading

0 comments on commit e318022

Please sign in to comment.