Skip to content

Commit

Permalink
chore(*): remove unused deps and update concerto deps
Browse files Browse the repository at this point in the history
Signed-off-by: muhammed-abdulkadir <muhammed.abdulkadir@docusign.com>
  • Loading branch information
muhammed-abdulkadir committed Nov 29, 2024
1 parent e6adb37 commit a26b7cc
Show file tree
Hide file tree
Showing 7 changed files with 3,054 additions and 5,341 deletions.
8,358 changes: 3,039 additions & 5,319 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"devDependencies": {
"@accordproject/concerto-core": "^3.19.8",
"dayjs": "1.10.8",
"glob": "^7.1.7",
"handlebars": "^4.7.7",
"dayjs": "1.11.13",
"glob": "^11.0.0",
"handlebars": "^4.7.8",
"license-check-and-add": "2.3.6",
"mkdirp": "1.0.4",
"nyc": "15.1.0",
"mkdirp": "3.0.1",
"nyc": "17.1.0",
"semver": "^7.6.3",
"traverse": "^0.6.7"
"traverse": "^0.6.10"
},
"engines": {
"node": ">=18",
Expand Down
1 change: 0 additions & 1 deletion packages/markdown-docx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"raw-loader": "^4.0.2",
"stream-browserify": "3.0.0",
"stream-http": "^3.2.0",
"tsd-jsdoc": "^2.5.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
Expand Down
1 change: 0 additions & 1 deletion packages/markdown-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"raw-loader": "^4.0.2",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"tsd-jsdoc": "^2.5.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
Expand Down
1 change: 0 additions & 1 deletion packages/markdown-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"license-check-and-add": "2.3.6",
"raw-loader": "^4.0.2",
"stream-browserify": "3.0.0",
"tsd-jsdoc": "^2.5.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/markdown-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,12 @@
"nyc": "17.1.0",
"raw-loader": "^4.0.2",
"stream-browserify": "3.0.0",
"tsd-jsdoc": "^2.5.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
"dependencies": {
"@accordproject/concerto-core": "^3.19.8",
"@accordproject/concerto-cto": "3.19.8",
"@accordproject/concerto-util": "3.19.8",
"@accordproject/markdown-cicero": "*",
"@accordproject/markdown-common": "*",
"@accordproject/markdown-it-template": "*",
Expand Down
20 changes: 9 additions & 11 deletions packages/markdown-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,32 +49,30 @@
"url": "https://github.com/accordproject/markdown-transform/issues"
},
"devDependencies": {
"@babel/cli": "7.17.6",
"@babel/core": "7.17.5",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.16.11",
"@babel/register": "7.17.0",
"axios": "^1.7.8",
"babel-loader": "8.2.3",
"babel-plugin-istanbul": "6.1.1",
"babel-loader": "9.2.1",
"browserify-zlib": "^0.2.0",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-string": "^1.5.0",
"chai-things": "0.2.0",
"crypto-browserify": "3.12.0",
"eslint": "8.2.0",
"crypto-browserify": "3.12.1",
"eslint": "8.57.1",
"https-browserify": "^1.0.0",
"jsdoc": "^4.0.4",
"license-check-and-add": "2.3.6",
"mocha": "10.1.0",
"nyc": "15.1.0",
"mocha": "10.8.2",
"nyc": "17.1.0",
"plantuml-encoder": "^1.4.0",
"raw-loader": "^4.0.2",
"stream-browserify": "3.0.0",
"stream-http": "^3.2.0",
"tsd-jsdoc": "^2.3.0",
"webpack": "^5.96.1",
"webpack-cli": "4.9.1"
"webpack-cli": "5.1.4"
},
"dependencies": {
"@accordproject/concerto-core": "^3.19.8",
Expand All @@ -85,7 +83,7 @@
"@accordproject/markdown-pdf": "*",
"@accordproject/markdown-slate": "*",
"@accordproject/markdown-template": "*",
"dijkstrajs": "^1.0.2",
"dijkstrajs": "^1.0.3",
"html-to-docx": "^1.8.0",
"jszip": "^3.10.1"
},
Expand Down

0 comments on commit a26b7cc

Please sign in to comment.