Skip to content

Commit

Permalink
chore(deps): update concerto deps (#923)
Browse files Browse the repository at this point in the history
* chore(deps): update concerto deps

Signed-off-by: Moh <[email protected]>

* chore(deps): update concerto deps

Signed-off-by: Moh <[email protected]>

* empty

Signed-off-by: Moh <[email protected]>

---------

Signed-off-by: Moh <[email protected]>
  • Loading branch information
muhabdulkadir authored Oct 14, 2024
1 parent 25d555a commit b8c465f
Show file tree
Hide file tree
Showing 7 changed files with 2,350 additions and 1,627 deletions.
3,941 changes: 2,332 additions & 1,609 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/concerto-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"dependencies": {
"@accordproject/concerto-core": "3.19.1",
"@accordproject/concerto-core": "3.19.2",
"semver": "7.5.4"
},
"devDependencies": {
"@accordproject/concerto-cto": "3.19.1",
"@accordproject/concerto-cto": "3.19.2",
"@types/jest": "28.1.1",
"@types/semver": "7.3.10",
"@typescript-eslint/eslint-plugin": "5.27.1",
Expand All @@ -47,7 +47,7 @@
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"ts-jest": "28.0.4",
"typescript": "4.6.3"
"typescript": "5.6.3"
},
"license-check-and-add-config": {
"folder": "./src",
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
"sinon": "12.0.0",
"sinon-chai": "3.7.0",
"tmp-promise": "3.0.2",
"typescript": "4.6.3",
"typescript": "5.6.3",
"webpack": "5.94.0",
"webpack-cli": "4.9.1",
"xregexp": "5.1.1",
"yargs": "17.3.1"
},
"dependencies": {
"@accordproject/concerto-cto": "3.19.1",
"@accordproject/concerto-cto": "3.19.2",
"@accordproject/concerto-metamodel": "3.10.1",
"@accordproject/concerto-util": "3.19.1",
"@accordproject/concerto-util": "3.19.2",
"dayjs": "1.11.10",
"debug": "4.3.4",
"lorem-ipsum": "2.0.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-cto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"peggy": "2.0.1",
"sinon": "12.0.0",
"sinon-chai": "3.7.0",
"typescript": "4.6.3"
"typescript": "5.6.3"
},
"dependencies": {
"@accordproject/concerto-metamodel": "3.10.0",
"@accordproject/concerto-util": "3.19.1",
"@accordproject/concerto-metamodel": "3.10.1",
"@accordproject/concerto-util": "3.19.2",
"path-browserify": "1.0.1"
},
"browserslist": "> 0.25%, not dead",
Expand Down
10 changes: 5 additions & 5 deletions packages/concerto-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-codegen": "3.22.1",
"@accordproject/concerto-core": "3.19.1",
"@accordproject/concerto-metamodel": "3.10.0",
"@accordproject/concerto-util": "3.19.1",
"@accordproject/concerto-codegen": "3.23.8",
"@accordproject/concerto-core": "3.19.2",
"@accordproject/concerto-metamodel": "3.10.1",
"@accordproject/concerto-util": "3.19.2",
"@types/jest": "28.1.1",
"ajv": "8.12.0",
"eslint": "8.2.0",
Expand All @@ -46,7 +46,7 @@
"rimraf": "6.0.1",
"ts-jest": "28.0.4",
"ts-json-schema-generator": "1.4.0",
"typescript": "4.6.3"
"typescript": "5.6.3"
},
"license-check-and-add-config": {
"folder": "./src",
Expand Down
2 changes: 1 addition & 1 deletion packages/concerto-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"node-polyfill-webpack-plugin": "2.0.1",
"nyc": "15.1.0",
"tmp-promise": "3.0.2",
"typescript": "4.6.3",
"typescript": "5.6.3",
"undici": "^6.19.8"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/concerto-vocabulary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"author": "accordproject.org",
"license": "Apache-2.0",
"devDependencies": {
"@accordproject/concerto-core": "3.19.1",
"@accordproject/concerto-core": "3.19.2",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-things": "0.2.0",
Expand All @@ -49,10 +49,10 @@
"nyc": "15.1.0",
"sinon": "12.0.0",
"sinon-chai": "3.7.0",
"typescript": "4.6.3"
"typescript": "5.6.3"
},
"dependencies": {
"@accordproject/concerto-metamodel": "3.10.0",
"@accordproject/concerto-metamodel": "3.10.1",
"yaml": "2.2.2"
},
"browserslist": "> 0.25%, not dead",
Expand Down

0 comments on commit b8c465f

Please sign in to comment.