Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ ignores:
- 'prettier-plugin-packagejson'
- 'rimraf'
- 'typedoc'
- '@types/lodash'
387 changes: 0 additions & 387 deletions constraints.pro

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@metamask/eslint-config-typescript": "^13.0.0",
"@ts-bridge/cli": "^0.3.0",
"@ts-bridge/shims": "^0.1.1",
"@types/lodash": "^4.17.7",
"@types/node": "^18.18.14",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
Expand All @@ -55,9 +56,11 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vitest": "^0.4.1",
"lodash": "^4.17.21",
"prettier": "^2.7.1",
"prettier-plugin-packagejson": "^2.3.0",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"typedoc": "^0.24.8",
"typescript": "~5.5.4",
"vite": "^5.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/shims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"files": [
"dist"
"dist/"
Copy link
Contributor Author

@sirtimid sirtimid Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed this so we can apply the constrain to this package as well even though the package is private

],
"scripts": {
"build": "node scripts/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"files": [
"dist"
"dist/"
Copy link
Contributor Author

@sirtimid sirtimid Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed this so we can apply the constrain to this package as well even though the package is private

],
"scripts": {
"build": "ts-bridge --project tsconfig.build.json --clean",
Expand Down
Loading