Skip to content

Commit

Permalink
Deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and literat committed Jun 28, 2024
1 parent 7fa373f commit cca8e0a
Show file tree
Hide file tree
Showing 9 changed files with 235 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"sass": "1.77.6",
"sass-true": "8.0.0",
"shx": "0.3.4",
"vite": "5.3.1",
"vite": "5.3.2",
"vite-plugin-handlebars": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"react-dom": "18.3.1",
"storybook": "8.1.10",
"typescript": "5.5.2",
"vite": "5.3.1"
"vite": "5.3.2"
}
}
8 changes: 4 additions & 4 deletions apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@csstools/normalize.css": "12.1.1",
"@floating-ui/dom": "1.6.6",
"@hotwired/stimulus": "3.2.2",
"@lmc-eu/spirit-demo": "0.1.1",
"@lmc-eu/spirit-form-validations": "2.0.1",
"@lmc-eu/spirit-web": "2.1.0",
"@lmc-eu/spirit-design-tokens": "2.0.1",
"@lmc-eu/spirit-demo": "0.1.2",
"@lmc-eu/spirit-form-validations": "2.0.2",
"@lmc-eu/spirit-web": "2.2.0",
"@lmc-eu/spirit-design-tokens": "2.0.2",
"@symfony/stimulus-bridge": "3.2.2",
"@symfony/webpack-encore": "4.6.1",
"core-js": "3.37.1",
Expand Down
2 changes: 1 addition & 1 deletion exporters/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"typescript": "5.5.2",
"vite": "5.3.1"
"vite": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion exporters/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"typescript": "5.5.2",
"vite": "5.3.1"
"vite": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"lint-staged": "15.2.7",
"netlify-cli": "17.30.0",
"npm-run-all2": "6.2.0",
"nx": "19.3.1",
"nx": "19.3.2",
"postcss": "8.4.38",
"prettier": "3.3.2",
"prettier-config-spirit": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"stylelint": "15.11.0",
"stylelint-config-spirit": "workspace:^",
"typescript": "5.5.2",
"vite": "5.3.1",
"vite": "5.3.2",
"vite-plugin-dts": "3.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"shx": "0.3.4",
"tslib": "2.6.3",
"typescript": "5.5.2",
"vite": "5.3.1"
"vite": "5.3.2"
},
"nx": {
"targets": {
Expand Down
Loading

0 comments on commit cca8e0a

Please sign in to comment.