Skip to content

Commit

Permalink
Explicit version on eslint-config-custom and tsconfig for new packages.
Browse files Browse the repository at this point in the history
This should make sure these new packages don't get missed in the bulk update in #1597.
  • Loading branch information
artwyman committed Mar 18, 2024
1 parent 5b5c67d commit 202dc6e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/lib/gpcircuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"dependencies": {},
"devDependencies": {
"@pcd/eslint-config-custom": "*",
"@pcd/eslint-config-custom": "0.10.0",
"@pcd/pod": "0.0.1",
"@pcd/tsconfig": "*",
"@pcd/tsconfig": "0.10.0",
"@pcd/util": "^0.4.0",
"@semaphore-protocol/identity": "^3.15.2",
"@types/chai": "^4.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/pod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"devDependencies": {
"@pcd/eddsa-pcd": "0.5.0",
"@pcd/eslint-config-custom": "*",
"@pcd/eslint-config-custom": "0.10.0",
"@pcd/pcd-types": "0.10.0",
"@pcd/tsconfig": "*",
"@pcd/tsconfig": "0.10.0",
"@semaphore-protocol/identity": "^3.15.2",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pcd/pod-pcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@pcd/eslint-config-custom": "*",
"@pcd/tsconfig": "*",
"@pcd/eslint-config-custom": "0.10.0",
"@pcd/tsconfig": "0.10.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"eslint": "^7.32.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/pod-pcd-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"react": "^18.2.0"
},
"devDependencies": {
"@pcd/eslint-config-custom": "*",
"@pcd/tsconfig": "*",
"@pcd/eslint-config-custom": "0.10.0",
"@pcd/tsconfig": "0.10.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"eslint": "^7.32.0",
Expand Down

0 comments on commit 202dc6e

Please sign in to comment.