Skip to content

Commit

Permalink
clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriechang committed Oct 30, 2024
1 parent 99392b4 commit 2cdf231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,5 @@
"projects": [
"<rootDir>/packages/*/jest.config.cjs"
]
},
"dependencies": {
"@citation-js/core": "^0.7.14",
"@citation-js/plugin-bibtex": "^0.7.14",
"@citation-js/plugin-csl": "^0.7.14",
"@citation-js/plugin-software-formats": "^0.6.1",
"link": "^2.1.1",
"symlink": "^2.1.0"
}
}
13 changes: 6 additions & 7 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@
"@sucrase/jest-plugin": "3.0.0",
"@types/gulp": "4.0.17",
"@types/jest": "29.5.8",
"@citation-js/core": "^0.7.14",
"@citation-js/plugin-bibtex": "^0.7.14",
"@citation-js/plugin-csl": "^0.7.14",
"@citation-js/plugin-software-formats": "^0.6.1",
"alias-hq": "6.2.4",
"canvas": "^2.11.2",
"esbuild": "0.23.1",
"esbuild-plugin-replace": "^1.4.0",
"gulp": "5.0.0",
"gulp-cli": "3.0.0",
"gulp-file": "0.4.0",
Expand All @@ -54,23 +57,19 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"merge-stream": "2.0.0",
"npm-link": "^0.0.4",
"rollup": "4.21.2",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-node-externals": "7.1.3",
"rollup-plugin-replace": "^2.2.0",
"sucrase": "3.34.0",
"tslib": "2.6.2",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"yaml": "^2.5.1"
},
"overrides": {
"alias-hq": {
"jscodeshift": "0.16.1",
"inquirer": "10.1.6"
}
},
"devDependencies": {
"yaml": "^2.5.1"
}
}

0 comments on commit 2cdf231

Please sign in to comment.