Skip to content

Commit

Permalink
Update all non-major dependencies (#369)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent d429a26 commit eaf3cab
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 150 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "20"
- run: yarn install --frozen-lockfile
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@atlaskit/theme": "12.11.0",
"@atlaskit/theme": "12.11.2",
"@babel/helper-builder-react-jsx": "7.24.7",
"@babel/helper-builder-react-jsx-experimental": "7.12.11",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@emotion/core": "11.0.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@reduxjs/toolkit": "1.9.7",
Expand All @@ -20,7 +20,7 @@
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.3.1",
"react-google-login": "5.2.2",
"react-hook-form": "7.52.0",
"react-hook-form": "7.52.1",
"react-redux": "9.1.2",
"react-router-dom": "5.3.4",
"react-scripts": "5.0.1",
Expand All @@ -29,10 +29,10 @@
"react-window": "1.8.10",
"redux": "5.0.1",
"redux-batched-subscribe": "0.1.6",
"styled-components": "6.1.11"
"styled-components": "6.1.12"
},
"devDependencies": {
"@babel/plugin-transform-classes": "7.24.7"
"@babel/plugin-transform-classes": "7.24.8"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit eaf3cab

Please sign in to comment.