Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2022
1 parent 7409c05 commit 03691c6
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 226 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.3.0
uses: actions/setup-node@v3.4.1
with:
node-version: "14"
- run: yarn install --frozen-lockfile
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@atlaskit/theme": "12.1.8",
"@babel/helper-builder-react-jsx": "7.16.7",
"@atlaskit/theme": "12.1.9",
"@babel/helper-builder-react-jsx": "7.18.6",
"@babel/helper-builder-react-jsx-experimental": "7.12.11",
"@babel/plugin-proposal-private-property-in-object": "7.17.12",
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
"@emotion/core": "11.0.0",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@reduxjs/toolkit": "1.8.2",
"chrono-node": "2.3.8",
"@reduxjs/toolkit": "1.8.5",
"chrono-node": "2.3.9",
"lodash.debounce": "4.0.8",
"luxon": "2.4.0",
"luxon": "2.5.0",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.0",
"react-dom": "18.2.0",
"react-google-login": "5.2.2",
"react-hook-form": "7.32.2",
"react-hook-form": "7.34.2",
"react-redux": "8.0.2",
"react-router-dom": "5.3.3",
"react-scripts": "5.0.1",
Expand All @@ -32,7 +32,7 @@
"styled-components": "5.3.5"
},
"devDependencies": {
"@babel/plugin-transform-classes": "7.18.4"
"@babel/plugin-transform-classes": "7.18.9"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 03691c6

Please sign in to comment.