Skip to content

Commit

Permalink
Merge pull request #126 from ggtakec/update_deps
Browse files Browse the repository at this point in the history
Updated dependent packages version and snapshots
  • Loading branch information
ggtakec authored Apr 8, 2024
2 parents d932cd8 + 23b83ac commit ff3f792
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"version": "1.0.34",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"ajv": "^8.12.0",
"body-parser": "^1.20.2",
"config": "^3.3.11",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"ejs": "^3.1.9",
"express": "^4.18.3",
"express": "^4.19.2",
"express-session": "^1.18.0",
"jose": "^5.2.3",
"jose": "^5.2.4",
"morgan": "^1.10.0",
"openid-client": "^5.6.5",
"passport": "^0.7.0",
Expand Down Expand Up @@ -42,26 +42,26 @@
"views": "views"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"css-loader": "^7.0.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react": "^7.34.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"license-checker": "^25.0.1",
"react-test-context-provider": "^2.2.0",
"react-test-renderer": "^18.2.0",
"style-loader": "^3.3.4",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"browser": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ exports[`R3CreateServiceDialog test snapshot for R3CreateServiceDialog 1`] = `
</span>
<div
aria-label="select type verify url or static resource"
className="MuiFormGroup-root css-18timm1-MuiFormGroup-root"
className="MuiFormGroup-root MuiRadioGroup-root css-18timm1-MuiFormGroup-root"
id="new-service-radiogroup-id"
role="radiogroup"
>
Expand Down
2 changes: 1 addition & 1 deletion tests/__tests__/__snapshots__/r3resource-test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`R3Resource test snapshot for R3Resource 1`] = `
>
<div
aria-label="select resource value type"
className="MuiFormGroup-root css-18nkkfo-MuiFormGroup-root"
className="MuiFormGroup-root MuiRadioGroup-root css-18nkkfo-MuiFormGroup-root"
role="radiogroup"
>
<label
Expand Down
2 changes: 1 addition & 1 deletion tests/__tests__/__snapshots__/r3service-test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`R3Service test snapshot for R3Service 1`] = `
</h6>
<div
aria-label="select type verify url or static resource"
className="MuiFormGroup-root css-1gcgii4-MuiFormGroup-root"
className="MuiFormGroup-root MuiRadioGroup-root css-1gcgii4-MuiFormGroup-root"
role="radiogroup"
>
<label
Expand Down

0 comments on commit ff3f792

Please sign in to comment.