Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 5883342 commit 67f3917
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm t -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
jobs:
release:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 12

Expand All @@ -30,4 +30,4 @@ jobs:
run: npm run build-example-app

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.13.16",
"babel-plugin-module-resolver": "^4.1.0",
"loader-utils": "^2.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"loader-utils": "^3.0.0",
"regenerator-runtime": "^0.13.7",
"require-from-string": "^2.0.2",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "^4.0.0",
"webpack": "^5.56.0"
},
"devDependencies": {
Expand All @@ -48,20 +48,20 @@
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.10.0",
"eslint": "8.55.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.4.0",
"jest": "27.4.7",
"next": "12.0.10",
"prettier": "2.7.1",
"prettier": "3.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"semantic-release": "17.4.7",
"typescript": "4.7.4"
"typescript": "5.3.2"
},
"peerDependencies": {
"next": "^9 || ^10 || ^11 || ^12.0.0 || ^13"
Expand Down

0 comments on commit 67f3917

Please sign in to comment.