Skip to content

Commit

Permalink
chore: bump trpc-panel & patch json tree view (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Apr 7, 2023
2 parents 61f0a4d + c374f29 commit 1f2d373
Show file tree
Hide file tree
Showing 6 changed files with 263 additions and 265 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Expand Up @@ -102,7 +102,7 @@
"listr2": "5.0.8",
"prettier": "2.8.7",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.2.9",
"trpc-panel": "1.2.13",
"trpc-playground": "1.0.4",
"tslog": "4.8.2",
"typescript": "5.0.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -92,7 +92,7 @@
"patchedDependencies": {
"eslint-plugin-node@11.1.0": "patches/eslint-plugin-node@11.1.0.patch",
"iso-google-locales@3.0.4": "patches/iso-google-locales@3.0.4.patch",
"trpc-panel@1.2.9": "patches/trpc-panel@1.2.9.patch"
"trpc-panel@1.2.13": "patches/trpc-panel@1.2.13.patch"
},
"peerDependencyRules": {
"allowedVersions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api/generated/attributesByCategory.ts
Expand Up @@ -112,7 +112,7 @@ export const attributesByCategory = [
{
attribute: {
id: 'attr_01GW2HHFVGDTNW9PDQNXK6TF1T',
icon: null,
icon: 'carbon:piggy-bank',
tag: 'cost-free',
tsKey: 'cost.cost-free',
tsNs: 'attribute',
Expand All @@ -124,7 +124,7 @@ export const attributesByCategory = [
{
attribute: {
id: 'attr_01GW2HHFVGWKWB53HWAAHQ9AAZ',
icon: null,
icon: 'carbon:piggy-bank',
tag: 'cost-fees',
tsKey: 'cost.cost-fees',
tsNs: 'attribute',
Expand Down
252 changes: 252 additions & 0 deletions patches/trpc-panel@1.2.13.patch

Large diffs are not rendered by default.

254 changes: 0 additions & 254 deletions patches/trpc-panel@1.2.9.patch

This file was deleted.

14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f2d373

Please sign in to comment.