Skip to content

Commit

Permalink
Merge pull request #445/#444 from NicolasOmar/check-weekly-dependency…
Browse files Browse the repository at this point in the history
…-updates-03-02-25

Dependencies version updated. 03/02/25
  • Loading branch information
NicolasOmar authored Feb 3, 2025
2 parents 4b57f5b + 63af23c commit c29c5dd
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 91 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/add_deps_update_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
- [ ] Check that the test suit runs without stoppers and that its coverage is correct. `npm run test:ci`.
- [ ] Check that the storybook instance runs locally without stoppers and maintains the previous features. `npm run storybook`.
- [ ] Check vite build process runs without stoppers. `npm run build:app`
- [ ] Check storybook build process runs without stoppers. `npm run build:storybook`
- [ ] Create the branch and PR associated with the abovementioned changes.
- [ ] Wait until PR-related workflows run OK.
PINNED: false
CLOSE_PREVIOUS: false
158 changes: 74 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
"update:doctor": "npm run prettier && npm run lint && npm run build && npm run test"
},
"dependencies": {
"@apollo/client": "^3.12.7",
"@apollo/client": "^3.12.8",
"crypto-js": "^4.2.0",
"formik": "^2.4.6",
"graphql": "^16.10.0",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"reactive-bulma": "^4.3.9",
"reactive-bulma": "^4.3.10",
"validator": "^13.12.0",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@mdi/font": "^7.4.47",
Expand All @@ -53,7 +53,7 @@
"@testing-library/user-event": "^14.6.1",
"@types/crypto-js": "^4.2.2",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.10",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
Expand All @@ -71,7 +71,7 @@
"npm-check-updates": "^17.1.14",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11",
"vitest": "^3.0.4"
},
Expand Down

0 comments on commit c29c5dd

Please sign in to comment.