Skip to content

Commit

Permalink
refactor(all): update libs (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Apr 15, 2024
1 parent b42f5bb commit be24658
Show file tree
Hide file tree
Showing 5 changed files with 1,587 additions and 695 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@
"build": "pnpm -r --filter=./packages/* run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-n": "17.2.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-testing-library": "6.2.2",
"prettier": "3.2.5",
"tslib": "^2.6.2",
"tsx": "4.7.0",
"typescript": "5.3.3",
"vitest": "1.3.1"
"tsx": "4.7.2",
"typescript": "5.4.5",
"vitest": "1.5.0"
},
"engines": {
"node": "16.* || >= 18.0.0"
Expand Down
10 changes: 5 additions & 5 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.3.1",
"@vitest/coverage-v8": "1.5.0",
"cpy": "11.0.1",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.5",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3",
"vitest": "1.3.1"
"typescript": "5.4.5",
"vite": "5.2.8",
"vite-plugin-dts": "3.8.3",
"vitest": "1.5.0"
},
"publishConfig": {
"access": "public",
Expand Down
14 changes: 7 additions & 7 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": "9.3.4",
"@testing-library/dom": "10.0.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@vitest/coverage-v8": "1.3.1",
"@testing-library/react": "15.0.2",
"@vitest/coverage-v8": "1.5.0",
"cpy": "11.0.1",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.5",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3",
"vitest": "1.3.1"
"typescript": "5.4.5",
"vite": "5.2.8",
"vite-plugin-dts": "3.8.3",
"vitest": "1.5.0"
},
"keywords": [
"oidc",
Expand Down
16 changes: 8 additions & 8 deletions packages/react-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/react": "15.0.2",
"@testing-library/user-event": "14.5.2",
"@types/react": "^18.2.39",
"@types/react": "^18.2.78",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.3.1",
"@vitest/coverage-v8": "1.5.0",
"cpy": "11.0.1",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"jsdom": "24.0.0",
"msw": "2.1.6",
"msw": "2.2.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "5.0.5",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3",
"vitest": "1.3.1"
"typescript": "5.4.5",
"vite": "5.2.8",
"vite-plugin-dts": "3.8.3",
"vitest": "1.5.0"
},
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit be24658

Please sign in to comment.