Skip to content

Commit

Permalink
chore(web): update dependencies and lockfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed May 9, 2024
1 parent 23c596e commit e5082f7
Show file tree
Hide file tree
Showing 3 changed files with 1,466 additions and 1,201 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
ref: ${{ github.event.repository.default_branch }}

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4.0.0
with:
version: 8.1.1
version: 9

- name: Get variables
id: get_vars
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: "pnpm"
cache-dependency-path: "web/pnpm-lock.yaml"

Expand Down
38 changes: 19 additions & 19 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
"private": true,
"dependencies": {
"@floating-ui/react": "^0.25.4",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.12",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-transition-group": "^4.4.5",
"@vitejs/plugin-react": "^3.0.0",
"@types/lodash": "^4.17.1",
"@types/node": "^18.19.33",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.10",
"@vitejs/plugin-react": "^3.1.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
"react-redux": "^8.0.5",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.7",
"react-redux": "^8.1.3",
"react-transition-group": "^4.4.5",
"redux": "^4.2.0",
"sass": "^1.56.2"
"redux": "^4.2.1",
"sass": "^1.77.0"
},
"scripts": {
"start": "vite",
Expand All @@ -47,15 +47,15 @@
]
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/instrument": "^2.1.0",
"@reduxjs/toolkit": "^1.9.1",
"@types/react-redux": "^7.1.24",
"@babel/core": "^7.24.5",
"@redux-devtools/core": "^3.14.0",
"@redux-devtools/instrument": "^2.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/react-redux": "^7.1.33",
"cross-env": "^7.0.3",
"csstype": "^2.6.21",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"vite": "^4.5.3"
}
}
Loading

0 comments on commit e5082f7

Please sign in to comment.