Skip to content

Commit

Permalink
refactor(all): update build libraries (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Mar 12, 2024
1 parent d15454e commit be24bba
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 256 deletions.
6 changes: 3 additions & 3 deletions examples/oidc-client-demo/package.json
Expand Up @@ -7,7 +7,7 @@
"@testing-library/jest-dom": "6.4.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"typescript": "^5.3.3",
"typescript": "5.4.2",
"web-vitals": "3.5.2"
},
"scripts": {
Expand All @@ -30,8 +30,8 @@
]
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/node": "20.11.26",
"cross-env": "^7.0.3",
"vite": "5.1.5"
"vite": "5.1.6"
}
}
10 changes: 5 additions & 5 deletions examples/react-oidc-demo/package.json
Expand Up @@ -21,21 +21,21 @@
"@axa-fr/react-oidc":"workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1"
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.2.54",
"@types/react": "18.2.65",
"@vitejs/plugin-react": "4.2.1",
"bootstrap": "^4.6.2",
"copyfiles": "2.4.1",
"cross-env": "^7.0.3",
"jsdom": " 24.0.0",
"typescript": "5.3.3",
"vite": "5.1.5",
"vite-plugin-dts": "^3.6.4",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3",
"vitest": "1.3.1"
},
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions packages/oidc-client-service-worker/package.json
Expand Up @@ -34,13 +34,13 @@
"lint": "eslint src"
},
"devDependencies": {
"@vitest/coverage-v8": "1.2.2",
"cpy": "11.0.0",
"@vitest/coverage-v8": "1.3.1",
"cpy": "11.0.1",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.5",
"typescript": "5.3.3",
"vite": "5.1.5",
"vite-plugin-dts": "^3.7.2",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3",
"vitest": "1.3.1"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/oidc-client/package.json
Expand Up @@ -26,13 +26,13 @@
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@vitest/coverage-v8": "1.2.2",
"cpy": "11.0.0",
"@vitest/coverage-v8": "1.3.1",
"cpy": "11.0.1",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.5",
"typescript": "5.3.3",
"vite": "5.1.5",
"vite-plugin-dts": "3.7.2",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3",
"vitest": "1.3.1"
},
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions packages/react-oidc/package.json
Expand Up @@ -52,18 +52,18 @@
"@testing-library/user-event": "14.5.2",
"@types/react": "^18.2.39",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.2.2",
"cpy": "11.0.0",
"@vitest/coverage-v8": "1.3.1",
"cpy": "11.0.1",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"jsdom": "24.0.0",
"msw": "2.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "5.0.5",
"typescript": "5.3.3",
"vite": "5.1.5",
"vite-plugin-dts": "3.7.2",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3",
"vitest": "1.3.1"
},
"license": "MIT",
Expand Down

0 comments on commit be24bba

Please sign in to comment.