Skip to content

Commit

Permalink
refactor(all): update dependencies (#1446) (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Sep 2, 2024
1 parent 35081e1 commit b34eabf
Show file tree
Hide file tree
Showing 4 changed files with 1,499 additions and 324 deletions.
14 changes: 7 additions & 7 deletions packages/oidc-client-service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"lint": "eslint src"
},
"devDependencies": {
"@vitest/coverage-v8": "1.6.0",
"cpy": "11.0.1",
"@vitest/coverage-v8": "2.0.5",
"cpy": "11.1.0",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-plugin-dts": "3.9.1",
"vitest": "1.6.0"
"rimraf": "6.0.1",
"typescript": "5.5.4",
"vite": "5.4.2",
"vite-plugin-dts": "4.1.0",
"vitest": "2.0.5"
},
"publishConfig": {
"access": "public",
Expand Down
20 changes: 10 additions & 10 deletions packages/oidc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@axa-fr/oidc-client-service-worker": "workspace:*"
},
"devDependencies": {
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@vitest/coverage-v8": "1.6.0",
"cpy": "11.0.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@vitest/coverage-v8": "2.0.5",
"cpy": "11.1.0",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-plugin-dts": "3.9.1",
"vitest": "1.6.0"
"rimraf": "6.0.1",
"typescript": "5.5.4",
"vite": "5.4.2",
"vite-plugin-dts": "4.1.0",
"vitest": "2.0.5"
},
"keywords": [
"oidc",
Expand Down
24 changes: 12 additions & 12 deletions packages/react-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@
"react": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.2",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.6.0",
"cpy": "11.0.1",
"@types/react": "18.3.5",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "2.0.5",
"cpy": "11.1.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"jsdom": "24.0.0",
"msw": "2.3.0",
"jsdom": "25.0.0",
"msw": "2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"rimraf": "6.0.1",
"typescript": "5.5.4",
"vite": "5.2.11",
"vite-plugin-dts": "3.9.1",
"vitest": "1.6.0"
"vite-plugin-dts": "4.1.0",
"vitest": "2.0.5"
},
"license": "MIT",
"publishConfig": {
Expand Down
Loading

0 comments on commit b34eabf

Please sign in to comment.