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 Jun 26, 2024
1 parent 187e0e5 commit 8a622b4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: echo "site_url=${{ env.NETLIFY_DEPLOYED_URL }}" >> "$GITHUB_OUTPUT"

- name: Run Playwright tests
uses: docker://mcr.microsoft.com/playwright:v1.44.1-jammy
uses: docker://mcr.microsoft.com/playwright:v1.45.0-jammy
with:
args: 'sh -c "corepack install && corepack enable && yarn test:e2e"'
env:
Expand Down
2 changes: 1 addition & 1 deletion apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@csstools/normalize.css": "12.1.1",
"@floating-ui/dom": "1.6.5",
"@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",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@lmc-eu/conventional-changelog-lmc-github": "3.0.2",
"@lmc-eu/eslint-config-react": "2.0.2",
"@lmc-eu/prettier-config": "2.0.0",
"@omlet/cli": "1.7.0",
"@playwright/test": "1.44.1",
"@omlet/cli": "1.8.0",
"@playwright/test": "1.45.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
Expand All @@ -77,7 +77,7 @@
"eslint-plugin-storybook": "0.8.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lerna": "8.1.3",
"lerna": "8.1.5",
"lint-staged": "14.0.1",
"netlify-cli": "16.9.3",
"npm-run-all2": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.2",
"@types/jest": "29.5.12",
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@lmc-eu/eslint-config-jest": "3.0.2",
"@types/jest": "29.5.12",
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"jest": "29.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@lmc-eu/spirit-design-tokens": "^2.0.1",
"@lmc-eu/spirit-web": "^2.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.10",
Expand Down

0 comments on commit 8a622b4

Please sign in to comment.