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 Jul 17, 2024
1 parent 78e16d2 commit d27cf39
Show file tree
Hide file tree
Showing 4 changed files with 2,557 additions and 664 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@v4
- 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@v4

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

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@storybook/addon-essentials": "6.3.4",
"@storybook/addon-links": "6.3.4",
"@storybook/react": "6.3.4",
"@svgr/webpack": "5.5.0",
"@svgr/webpack": "8.1.0",
"@testing-library/react": "12.0.0",
"@types/enzyme": "3.10.9",
"@types/enzyme-adapter-react-16": "1.0.6",
Expand All @@ -44,25 +44,25 @@
"@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",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"css-loader": "7.1.2",
"eslint": "7.31.0",
"html-webpack-plugin": "5.3.2",
"husky": "7.0.1",
"husky": "9.1.0",
"jest": "26.6.3",
"prettier": "2.3.2",
"react-dev-utils": "11.0.4",
"prettier": "3.3.3",
"react-dev-utils": "12.0.1",
"semantic-release": "17.4.4",
"style-loader": "3.1.0",
"style-loader": "4.0.0",
"ts-loader": "9.2.3",
"ts-node": "10.1.0",
"typescript": "4.3.5",
"typescript": "5.5.3",
"url-loader": "4.1.1",
"webpack": "5.45.1",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.8.0"
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-merge": "6.0.1"
},
"dependencies": {
"@fontsource/poppins": "4.5.0",
Expand Down
Loading

0 comments on commit d27cf39

Please sign in to comment.