Skip to content

Commit

Permalink
Merge pull request #95 from ADORSYS-GIS/87-sync-package-versions-acro…
Browse files Browse the repository at this point in the history
…ss-workspace-packages

Sync package versions across workspace
  • Loading branch information
Awambeng authored Feb 18, 2025
2 parents 3ac8250 + 820d57c commit 254eef5
Show file tree
Hide file tree
Showing 14 changed files with 1,471 additions and 3,541 deletions.
4,763 changes: 1,355 additions & 3,408 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.0",
"eslint": "^9.19.0",
"@types/node": "^22.13.4",
"eslint": "^9.20.1",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.7.3"
"typescript": "^5.7.3",
"tslib": "^2.8.1",
"ts-node": "10.9.2",
"webpack": "^5.98.0",
"ts-jest": "^29.2.5",
"jest": "^29.7.0",
"@typescript-eslint/parser": "^8.22.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"fake-indexeddb": "^6.0.0"
},
"dependencies": {
"@adorsys-gis/cloning-decorator": "^1.0.1",
"@jridgewell/sourcemap-codec": "^1.5.0",
"@surma/rollup-plugin-off-main-thread": "^2.2.3",
"magic-string": "^0.30.17",
"typescript-eslint": "^8.22.0",
"uuid": "^11.0.5",
"workbox-background-sync": "^7.3.0",
"workbox-build": "^7.3.0",
"workbox-cacheable-response": "^7.3.0",
"workbox-google-analytics": "^7.3.0"
"uuid": "^11.0.5"
}
}
6 changes: 3 additions & 3 deletions packages/cloning-decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"typings": "dist/src/index.d.ts",
"devDependencies": {
"depcheck": "^1.4.7",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
"ts-jest": "*",
"ts-node": "*"
},
"peerDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "9.19.0",
"eslint": "^9.19.0",
"jest": "^29.7.0",
"jsonc-eslint-parser": "^2.4.0",
"tslib": "^2.8.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/contact-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
"@types/jest": "*",
"jest": "*",
"ts-jest": "*",
"tslib": "*",
"typescript": "*",
"fake-indexeddb": "*"
},
"scripts": {
"test": "jest",
Expand All @@ -28,7 +29,6 @@
"cross-fetch": "^4.1.0",
"did-resolver-lib": "https://gitpkg.vercel.app/adorsys/didcomm-messaging-clients-utilities/libs/did-resolver-lib?main",
"didcomm": "^0.4.1",
"fake-indexeddb": "^6.0.0",
"structured-clone": "^0.2.2"
}
}
29 changes: 13 additions & 16 deletions packages/contact-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,24 @@
"@adorsys-gis/cloning-decorator": "^1.0.1",
"@adorsys-gis/event-bus": "^1.0.5",
"@adorsys-gis/status-service": "^1.0.0",
"@adorsys-gis/storage": "^1.0.3",
"@swc/cli": "0.6.0"
"@adorsys-gis/storage": "^1.0.3"
},
"devDependencies": {
"@swc/core": "1.10.12",
"@swc/jest": "0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@types/jest": "*",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"depcheck": "^1.4.7",
"eslint": "9.19.0",
"eslint": "*",
"eventemitter3": "^5.0.1",
"fake-indexeddb": "6.0.0",
"fake-indexeddb": "*",
"idb": "^8.0.2",
"jest": "^29.7.0",
"jsonc-eslint-parser": "^2.4.0",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
"jest": "*",
"jsonc-eslint-parser": "*",
"ts-jest": "*",
"ts-node": "*",
"tslib": "*",
"typescript": "*"
},
"scripts": {
"test": "jest",
Expand Down
8 changes: 4 additions & 4 deletions packages/didcomm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"license": "ISC",
"description": "",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
"@types/jest": "*",
"jest": "*",
"ts-jest": "*",
"typescript": "*"
},
"dependencies": {
"didcomm-node": "^0.4.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/event-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "1.0.5",
"dependencies": {
"@swc/helpers": "~0.5.15",
"eventemitter3": "5.0.1"
"eventemitter3": "^5.0.1"
},
"type": "commonjs",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"devDependencies": {
"@swc/core": "^1.10.12",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
"@types/jest": "*",
"jest": "*",
"ts-jest": "*",
"ts-node": "*",
"typescript": "*"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vitest/ui": "^3.0.4",
"eslint": "*",
"eventemitter3": "^5.0.1",
"fake-indexeddb": "^6.0.0",
"fake-indexeddb": "*",
"jsonc-eslint-parser": "*",
"nock": "^14.0.0",
"tslib": "*",
Expand Down
29 changes: 13 additions & 16 deletions packages/message-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,24 @@
"@adorsys-gis/cloning-decorator": "^1.0.1",
"@adorsys-gis/event-bus": "^1.0.5",
"@adorsys-gis/status-service": "^1.0.0",
"@adorsys-gis/storage": "^1.0.3",
"@swc/cli": "0.6.0"
"@adorsys-gis/storage": "^1.0.3"
},
"devDependencies": {
"@swc/core": "1.10.12",
"@swc/jest": "0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@types/jest": "*",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"depcheck": "^1.4.7",
"eslint": "9.19.0",
"eslint": "*",
"eventemitter3": "^5.0.1",
"fake-indexeddb": "6.0.0",
"fake-indexeddb": "*",
"idb": "^8.0.2",
"jest": "^29.7.0",
"jsonc-eslint-parser": "^2.4.0",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
"jest": "*",
"jsonc-eslint-parser": "*",
"ts-jest": "*",
"ts-node": "*",
"tslib": "*",
"typescript": "*"
},
"scripts": {
"test": "jest",
Expand Down
18 changes: 9 additions & 9 deletions packages/multiple-did-identities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"@scure/base": "^1.2.4",
"jose": "^5.9.6",
"json-canonicalize": "^1.0.6",
"uuid": "^11.0.5"
"uuid": "^11.0.5",
"idb": "^8.0.2"
},
"type": "commonjs",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"devDependencies": {
"@nrwl/jest": "^19.8.4",
"@types/jest": "^29.5.14",
"@types/jest": "*",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/eslint-plugin": "*",
"buffer": "^6.0.3",
"fake-indexeddb": "^6.0.0",
"idb": "^8.0.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
"fake-indexeddb": "*",
"jest": "*",
"ts-jest": "*",
"tslib": "*",
"typescript": "*"
},
"scripts": {
"build": "tsc -p tsconfig.lib.json",
Expand Down
40 changes: 19 additions & 21 deletions packages/qr-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,34 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"jsqr": "^1.4.0",
"react-router-dom": "7.1.5",
"tslib": "^2.8.1"
"react-router-dom": "^7.1.5"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@testing-library/react": "16.2.0",
"@testing-library/react": "^16.2.0",
"@types/jsdom": "^21.1.7",
"@types/node": "22.13.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"css-loader": "^7.1.2",
"eslint": "9.19.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint": "*",
"eslint-config-next": "^15.1.6",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"mini-css-extract-plugin": "^2.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "0.16.0",
"rimraf": "^6.0.1",
"react-refresh": "^0.16.0",
"rimraf": "*",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"typescript": "5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "6.0.1"
"typescript": "*",
"webpack": "*",
"webpack-cli": "^6.0.1",
"tslib": "*"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
26 changes: 11 additions & 15 deletions packages/status-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@swc/core": "^1.10.12",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"depcheck": "^1.4.7",
"eslint": "9.19.0",
"idb": "^8.0.2",
"jest": "^29.7.0",
"jsonc-eslint-parser": "^2.4.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
"@types/jest": "*",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"eslint": "*",
"jest": "*",
"jsonc-eslint-parser": "*",
"ts-jest": "*",
"ts-node": "*",
"tslib": "*",
"typescript": "*"
},
"keywords": [
"typescript",
Expand Down
19 changes: 7 additions & 12 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,18 @@
"idb": "^8.0.2"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/core": "*",
"@babel/preset-env": "^7.26.7",
"@swc/cli": "0.6.0",
"@swc/core": "1.10.12",
"@swc/helpers": "~0.5.15",
"@swc/jest": "0.2.37",
"babel-jest": "^29.7.0",
"core-js": "^3.40.0",
"fake-indexeddb": "6.0.0",
"jest": "^29.7.0",
"fake-indexeddb": "^6.0.0",
"jest": "*",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"webpack": "^5.97.1"
"ts-jest": "*",
"ts-node": "*",
"tslib": "*",
"typescript": "*"
},
"keywords": [
"storage",
Expand Down
Loading

0 comments on commit 254eef5

Please sign in to comment.