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] committed Aug 24, 2023
1 parent 78e16d2 commit 17c9eca
Show file tree
Hide file tree
Showing 4 changed files with 3,349 additions and 1,522 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ jobs:
install-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npm install
- run: npm test
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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@v3

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

Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@storybook/addon-essentials": "6.3.4",
"@storybook/addon-links": "6.3.4",
"@storybook/react": "6.3.4",
"@svgr/webpack": "5.5.0",
"@testing-library/react": "12.0.0",
"@svgr/webpack": "8.1.0",
"@testing-library/react": "14.0.0",
"@types/enzyme": "3.10.9",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "26.0.24",
Expand All @@ -43,25 +43,25 @@
"@types/react-router-dom": "5.1.8",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",
"css-loader": "5.2.7",
"eslint": "7.31.0",
"babel-jest": "29.6.4",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.8.1",
"eslint": "8.47.0",
"html-webpack-plugin": "5.3.2",
"husky": "7.0.1",
"jest": "26.6.3",
"prettier": "2.3.2",
"react-dev-utils": "11.0.4",
"husky": "8.0.3",
"jest": "29.6.4",
"prettier": "3.0.2",
"react-dev-utils": "12.0.1",
"semantic-release": "17.4.4",
"style-loader": "3.1.0",
"ts-loader": "9.2.3",
"ts-node": "10.1.0",
"typescript": "4.3.5",
"typescript": "5.2.2",
"url-loader": "4.1.1",
"webpack": "5.45.1",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.8.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 17c9eca

Please sign in to comment.