Skip to content

Commit

Permalink
Changed CI Runner OS and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Nakatani committed Nov 1, 2023
1 parent c2276a8 commit 81a2749
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ on:
#
jobs:
build:
# [NOTE]
# We plan to update to ubuntu-latest (22.04) soon.
# Right now I am forced to use 20.04 as there are no relevant packages yet.
#
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
#
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.13",
"@mui/material": "^5.14.13",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"ajv": "^8.12.0",
"body-parser": "^1.20.2",
"config": "^3.3.9",
Expand All @@ -14,9 +14,9 @@
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jose": "^4.15.2",
"jose": "^5.0.1",
"morgan": "^1.10.0",
"openid-client": "^5.6.0",
"openid-client": "^5.6.1",
"passport": "^0.6.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand All @@ -42,26 +42,26 @@
"views": "views"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.0",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.22.20",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"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.3",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"browser": {
Expand Down

0 comments on commit 81a2749

Please sign in to comment.