Skip to content

Commit

Permalink
chore!: update dependencies (#1388)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra authored Mar 31, 2023
1 parent 47636b4 commit 9558256
Show file tree
Hide file tree
Showing 45 changed files with 4,591 additions and 5,191 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x, 18.x]
node-version: [16.x, 18.x]

steps:
- name: Checkout aries-framework-javascript
Expand Down
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"dependencies": {
"@hyperledger/indy-vdr-nodejs": "0.1.0-dev.12",
"@hyperledger/anoncreds-nodejs": "^0.1.0-dev.11",
"@hyperledger/aries-askar-nodejs": "^0.1.0-dev.6"
"@hyperledger/aries-askar-nodejs": "^0.1.0-dev.6",
"inquirer": "^8.2.5"
},
"devDependencies": {
"@aries-framework/anoncreds": "*",
Expand All @@ -28,9 +29,8 @@
"@aries-framework/node": "*",
"@types/figlet": "^1.5.4",
"@types/indy-sdk": "^1.16.26",
"@types/inquirer": "^8.1.3",
"@types/inquirer": "^8.2.6",
"clear": "^0.1.0",
"commander": "^8.3.0",
"figlet": "^1.5.2",
"ts-node": "^10.4.0"
}
Expand Down
14 changes: 7 additions & 7 deletions jest.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import type { Config } from '@jest/types'
const config: Config.InitialOptions = {
preset: 'ts-jest',
testEnvironment: 'node',
coveragePathIgnorePatterns: ['/build/', '/node_modules/', '/__tests__/', 'tests'],
coverageDirectory: '<rootDir>/coverage/',
verbose: true,
testMatch: ['**/?(*.)+(spec|test).[tj]s?(x)'],
moduleNameMapper: {
'@aries-framework/(.+)': [
Expand All @@ -14,10 +11,13 @@ const config: Config.InitialOptions = {
'<rootDir>/packages/$1/src',
],
},
globals: {
'ts-jest': {
isolatedModules: true,
},
transform: {
'^.+\\.tsx?$': [
'ts-jest',
{
isolatedModules: true,
},
],
},
}

Expand Down
3 changes: 3 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import base from './jest.config.base'
const config: Config.InitialOptions = {
...base,
roots: ['<rootDir>'],
verbose: true,
coveragePathIgnorePatterns: ['/build/', '/node_modules/', '/__tests__/', 'tests'],
coverageDirectory: '<rootDir>/coverage/',
projects: [
'<rootDir>/packages/*/jest.config.ts',
'<rootDir>/tests/jest.config.ts',
Expand Down
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,42 +28,41 @@
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/eslint": "^7.2.13",
"@types/eslint": "^8.21.2",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.23",
"@types/jest": "^29.5.0",
"@types/node": "^16.11.7",
"@types/uuid": "^8.3.1",
"@types/uuid": "^9.0.1",
"@types/varint": "^6.0.0",
"@types/ws": "^7.4.6",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"conventional-recommended-bump": "^6.1.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"eslint": "^7.28.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-workspaces": "^0.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-workspaces": "^0.8.0",
"express": "^4.17.1",
"indy-sdk": "^1.16.0-dev-1655",
"jest": "^27.0.4",
"lerna": "^4.0.0",
"jest": "^29.5.0",
"lerna": "^6.5.1",
"prettier": "^2.3.1",
"rxjs": "^7.8.0",
"ts-jest": "^27.0.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.0.0",
"tsconfig-paths": "^4.1.2",
"tsyringe": "^4.7.0",
"typescript": "~4.9.4",
"ws": "^7.4.6"
"typescript": "~4.9.5",
"ws": "^8.13.0"
},
"resolutions": {
"@types/node": "^16.11.7"
},
"engines": {
"node": ">= 14"
"node": "^16 || ^18"
}
}
1 change: 0 additions & 1 deletion packages/action-menu/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import packageJson from './package.json'

const config: Config.InitialOptions = {
...base,
name: packageJson.name,
displayName: packageJson.name,
setupFilesAfterEnv: ['./tests/setup.ts'],
}
Expand Down
6 changes: 3 additions & 3 deletions packages/action-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"dependencies": {
"@aries-framework/core": "0.3.3",
"class-transformer": "0.5.1",
"class-validator": "0.13.1",
"class-validator": "0.14.0",
"rxjs": "^7.2.0"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^4.0.7",
"typescript": "~4.9.4"
"rimraf": "^4.4.0",
"typescript": "~4.9.5"
}
}
1 change: 0 additions & 1 deletion packages/anoncreds-rs/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import packageJson from './package.json'

const config: Config.InitialOptions = {
...base,
name: packageJson.name,
displayName: packageJson.name,
setupFilesAfterEnv: ['./tests/setup.ts'],
}
Expand Down
6 changes: 3 additions & 3 deletions packages/anoncreds-rs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@aries-framework/anoncreds": "0.3.3",
"@hyperledger/anoncreds-shared": "^0.1.0-dev.11",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-validator": "0.14.0",
"rxjs": "^7.2.0",
"tsyringe": "^4.7.0"
},
"devDependencies": {
"@hyperledger/anoncreds-nodejs": "^0.1.0-dev.11",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.0.7",
"typescript": "~4.9.4"
"rimraf": "^4.4.0",
"typescript": "~4.9.5"
}
}
1 change: 0 additions & 1 deletion packages/anoncreds/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import packageJson from './package.json'

const config: Config.InitialOptions = {
...base,
name: packageJson.name,
displayName: packageJson.name,
setupFilesAfterEnv: ['./tests/setup.ts'],
}
Expand Down
6 changes: 3 additions & 3 deletions packages/anoncreds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@aries-framework/core": "0.3.3",
"bn.js": "^5.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.13.1",
"class-validator": "0.14.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@aries-framework/node": "0.3.3",
"@hyperledger/anoncreds-nodejs": "^0.1.0-dev.11",
"indy-sdk": "^1.16.0-dev-1636",
"rimraf": "^4.0.7",
"rimraf": "^4.4.0",
"rxjs": "^7.8.0",
"typescript": "~4.9.4"
"typescript": "~4.9.5"
}
}
Loading

0 comments on commit 9558256

Please sign in to comment.