Skip to content

Commit

Permalink
fix: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Dec 1, 2024
1 parent 48f6e1d commit 82644ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 21,820 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"pnpm": {
"overrides": {
"typescript": "^5.5.4"
"typescript": "5.5.3"
}
},
"devDependencies": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"tailwindcss-animate": "^1.0.7",
"tsc-watch": "^6.2.0",
"turbo": "^2.0.12",
"typescript": "^5.5.4",
"typescript": "5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.2.11",
"vite-plugin-node-stdlib-browser": "^0.2.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"description": "Shared Penumbra configurations",
"repository": "penumbra-zone/web",
"type": "module",
"scripts": {},
"exports": {
"./eslint": "./eslint.config.js",
"./prettier": "./prettier.config.js"
Expand Down Expand Up @@ -33,7 +32,7 @@
},
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "5.5.3"
},
"homepage": "https://github.com/penumbra-zone/web/packages/configs#readme"
}
2 changes: 1 addition & 1 deletion packages/getters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@bufbuild/protobuf": "^1.10.0",
"@penumbra-zone/bech32m": "workspace:*",
"@penumbra-zone/protobuf": "workspace:*",
"typescript": "^5.5.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"postcss": "^8.4.38",
"storybook": "^8.4.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.4",
"typescript": "5.5.3",
"vite": "^5.2.11",
"vite-plugin-dts": "^4.0.3"
}
Expand Down
Loading

0 comments on commit 82644ef

Please sign in to comment.