Skip to content

Commit

Permalink
refactor(all): updates dev libraries (release) (#1284)
Browse files Browse the repository at this point in the history
* refactor(all): updates dev libraries

* update (alpha)

* update (alpha)

* update

* ttest

* test

* upf

* test (alpha)

* update (alpha)

* update
  • Loading branch information
guillaume-chervet committed Feb 9, 2024
1 parent 44b5851 commit d79af9a
Show file tree
Hide file tree
Showing 13 changed files with 1,395 additions and 2,479 deletions.
12 changes: 6 additions & 6 deletions examples/oidc-client-demo/package.json
Expand Up @@ -4,11 +4,11 @@
"private": true,
"dependencies": {
"@axa-fr/oidc-client": "workspace:~",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"typescript": "^5.3.3",
"web-vitals": "^3.4.0"
"web-vitals": "3.5.2"
},
"scripts": {
"start": "vite",
Expand All @@ -30,8 +30,8 @@
]
},
"devDependencies": {
"@types/node": "^20.10.1",
"@types/node": "20.11.16",
"cross-env": "^7.0.3",
"vite": "^4.4.12"
"vite": " 5.0.12"
}
}
18 changes: 8 additions & 10 deletions examples/react-oidc-demo/package.json
Expand Up @@ -24,21 +24,19 @@
"react-router-dom": "^6.21.1"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.4.3",
"@types/react": "^18.2.39",
"@vitejs/plugin-react": "4.0.3",
"@vitest/coverage-c8": "^0.33.0",
"@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",
"@vitejs/plugin-react": "4.2.1",
"bootstrap": "^4.6.2",
"copyfiles": "2.4.1",
"cross-env": "^7.0.3",
"jsdom": "22.1.0",
"msw": "2.0.0",
"jsdom": " 24.0.0",
"typescript": "5.3.3",
"vite": "^4.4.12",
"vite": "5.0.12",
"vite-plugin-dts": "^3.6.4",
"vitest": "^0.33.0"
"vitest": "1.2.2"
},
"license": "MIT",
"publishConfig": {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -27,26 +27,26 @@
"build": "pnpm -r --filter=./packages/* run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "2.29.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "^8.56.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.3.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^2.1.2",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-testing-library": "^5.11.0",
"prettier": "3.1.0",
"eslint-plugin-testing-library": "6.2.0",
"prettier": "3.2.5",
"tslib": "^2.6.2",
"tsx": "4.6.1",
"tsx": "4.7.0",
"typescript": "5.3.3",
"vitest": "0.34.6"
"vitest": "1.2.2"
},
"engines": {
"node": "16.* || >= 18.0.0"
Expand Down
13 changes: 6 additions & 7 deletions packages/oidc-client-service-worker/package.json
Expand Up @@ -34,15 +34,14 @@
"lint": "eslint src"
},
"devDependencies": {
"@vitest/coverage-c8": "^0.33.0",
"cpy": "^10.1.0",
"@vitest/coverage-v8": "1.2.2",
"cpy": "11.0.0",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.1",
"msw": "2.0.0",
"rimraf": "5.0.5",
"typescript": "5.3.3",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.6.4",
"vitest": "^0.33.0"
"vite": "5.0.12",
"vite-plugin-dts": "^3.7.2",
"vitest": "1.2.2"
},
"publishConfig": {
"access": "public",
Expand Down
5 changes: 0 additions & 5 deletions packages/oidc-client-service-worker/vite.config.js
Expand Up @@ -6,11 +6,6 @@ export default defineConfig({
plugins: [dts({
insertTypesEntry: true,
})],
test: {
coverage: {
provider: 'c8'
}
},
build: {
minify: false, //default esbuild
sourcemap: true,
Expand Down
18 changes: 9 additions & 9 deletions packages/oidc-client/package.json
Expand Up @@ -23,18 +23,18 @@
"@axa-fr/oidc-client-service-worker": "workspace:*"
},
"devDependencies": {
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "14.1.2",
"@vitest/coverage-v8": "^0.33.0",
"@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",
"base64-js": "^1.5.1",
"cpy": "^10.1.0",
"cpy": "11.0.0",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"typescript": "5.3.3",
"vite": "^4.4.12",
"vite-plugin-dts": "^3.6.4",
"vitest": "^0.33.0"
"vite": "5.0.12",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
},
"keywords": [
"oidc",
Expand Down

0 comments on commit d79af9a

Please sign in to comment.