Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types/node-16.18.39
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenneke authored Aug 1, 2023
2 parents 72b3190 + 61df478 commit 2456448
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 115 deletions.
2 changes: 1 addition & 1 deletion containers/widget-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"e2e:all": "yarn playwright test --reporter=dot"
},
"devDependencies": {
"@playwright/test": "^1.34.3"
"@playwright/test": "^1.36.2"
}
}
6 changes: 3 additions & 3 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.3.1",
"react-redux": "^8.0.7",
"react-router-dom": "^6.10.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"react-use": "^17.4.0",
"rxjs": "^7.8.1"
Expand Down Expand Up @@ -65,7 +65,7 @@
"@types/react-dom": "^17.0.16",
"i18next-parser": "^8.0.0",
"jest-axe": "^7.0.1",
"msw": "^1.2.1",
"msw": "^1.2.3",
"typescript": "^4.8.4"
}
}
6 changes: 3 additions & 3 deletions example-widget-semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.3.1",
"react-redux": "^8.0.7",
"react-router-dom": "^6.10.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"react-use": "^17.4.0",
"rxjs": "^7.8.1",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"i18next-parser": "^8.0.0",
"msw": "^1.2.1",
"msw": "^1.2.3",
"typescript": "^4.8.4"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"@rollup/plugin-commonjs": "^25.0.0",
"cross-env": "^7.0.3",
"depcheck": "^1.4.3",
"eslint": "^8.42.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"rollup": "^3.24.0",
"rollup": "^3.27.0",
"typescript": "^4.8.4",
"yarn-deduplicate": "^6.0.2"
},
Expand Down
Loading

0 comments on commit 2456448

Please sign in to comment.