Skip to content

Commit

Permalink
chore: update dependencies (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Nov 5, 2023
1 parent a026de0 commit 0802922
Show file tree
Hide file tree
Showing 5 changed files with 485 additions and 413 deletions.
102 changes: 0 additions & 102 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,46 +17,6 @@ jobs:
runs-on: ubuntu-20.04
name: Prepare

steps:
-
if: ${{ github.actor == 'dependabot[bot]' }}
name: Checkout code
uses: actions/checkout@v3.3.0
with:
ref: ${{ github.event.pull_request.head.sha }}

-
if: ${{ github.actor != 'dependabot[bot]' }}
name: Checkout code
uses: actions/checkout@v3.3.0

-
uses: actions/setup-node@v3.6.0
with:
node-version: 18

-
name: Cache node_modules
id: cache-node_modules
uses: actions/cache@v3.2.2
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-
${{ runner.os }}-
-
name: Install dependencies
if: steps.cache-node_modules.outputs.cache-hit != 'true'
run: |
yarn install --frozen-lockfile
check:
runs-on: ubuntu-20.04
needs: prepare
name: Check

steps:
-
if: ${{ github.actor == 'dependabot[bot]' }}
Expand Down Expand Up @@ -96,65 +56,3 @@ jobs:
name: Lint
run: |
yarn lint
build-and-run:
runs-on: ubuntu-20.04
needs: prepare
name: Build

steps:
-
if: ${{ github.actor == 'dependabot[bot]' }}
name: Checkout code
uses: actions/checkout@v3.3.0
with:
ref: ${{ github.event.pull_request.head.sha }}

-
if: ${{ github.actor != 'dependabot[bot]' }}
name: Checkout code
uses: actions/checkout@v3.3.0

-
uses: actions/setup-node@v3.6.0
with:
node-version: 18

-
name: Cache node_modules
id: cache-node_modules
uses: actions/cache@v3.2.2
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-
${{ runner.os }}-
-
name: Cache next
id: cache-next
uses: actions/cache@v3.2.2
with:
path: ${{ github.workspace }}/.next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}

-
name: Install dependencies
if: steps.cache-node_modules.outputs.cache-hit != 'true'
run: |
yarn install --frozen-lockfile
-
name: Build
run: |
yarn build
-
name: Run & check status code
run: |
node .next/standalone/server.js &
PID=$!
sleep 5
curl --silent --fail http://localhost:3000/api/_health
kill -s SIGINT $PID
46 changes: 0 additions & 46 deletions Dockerfile

This file was deleted.

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,46 +38,46 @@
"lint:eslint": "next lint --dir src --cache"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/pro-regular-svg-icons": "^6.2.1",
"@fortawesome/pro-solid-svg-icons": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/pro-regular-svg-icons": "^6.4.2",
"@fortawesome/pro-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/bundle-analyzer": "^13.1.1",
"@react-aria/focus": "^3.10.1",
"@react-aria/interactions": "^3.13.0",
"next": "^13.1.1",
"@next/bundle-analyzer": "^14.0.1",
"@react-aria/focus": "^3.14.3",
"@react-aria/interactions": "^3.19.1",
"next": "^14.0.1",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-use": "^17.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@emotion/cache": "^11.10.5",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-common-types": "^6.4.2",
"@types/css-font-loading-module": "^0.0.x",
"@types/node": "^18.x",
"@types/node": "^20.x",
"@types/react": "^18.x",
"@types/react-dom": "^18.x",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.31.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"@types/webpack-env": "^1.18.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"identity-obj-proxy": "^3.0.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"resolutions": {
"@types/react": "^18.x"
Expand Down
Loading

0 comments on commit 0802922

Please sign in to comment.