Skip to content

Commit

Permalink
Update all non-major dependencies (#317)
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 Jun 20, 2022
1 parent 63291ce commit da6a74a
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 158 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@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.3.0
with:
node-version: "14"
- run: yarn install --frozen-lockfile
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@atlaskit/theme": "12.1.5",
"@atlaskit/theme": "12.1.8",
"@babel/helper-builder-react-jsx": "7.16.7",
"@babel/helper-builder-react-jsx-experimental": "7.12.11",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/plugin-proposal-private-property-in-object": "7.17.12",
"@emotion/core": "11.0.0",
"@emotion/react": "11.8.2",
"@emotion/styled": "11.8.1",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@reduxjs/toolkit": "1.8.0",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@reduxjs/toolkit": "1.8.2",
"chrono-node": "2.3.8",
"lodash.debounce": "4.0.8",
"luxon": "2.3.1",
"luxon": "2.4.0",
"react": "17.0.2",
"react-beautiful-dnd": "13.1.0",
"react-dom": "17.0.2",
"react-google-login": "5.2.2",
"react-hook-form": "7.28.1",
"react-redux": "7.2.6",
"react-router-dom": "5.3.0",
"react-scripts": "5.0.0",
"react-table": "7.7.0",
"react-hook-form": "7.32.2",
"react-redux": "7.2.8",
"react-router-dom": "5.3.3",
"react-scripts": "5.0.1",
"react-table": "7.8.0",
"react-virtualized": "9.22.3",
"react-window": "1.8.6",
"redux": "4.1.2",
"react-window": "1.8.7",
"redux": "4.2.0",
"redux-batched-subscribe": "0.1.6",
"styled-components": "5.3.3"
"styled-components": "5.3.5"
},
"devDependencies": {
"@babel/plugin-transform-classes": "7.16.7"
"@babel/plugin-transform-classes": "7.18.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

1 comment on commit da6a74a

@vercel
Copy link

@vercel vercel bot commented on da6a74a Jun 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.