소스 검색

chore: reset changes from the pnpm-workspace file that were accidentally included

benduran 2 주 전
부모
커밋
4eb4f9397e
1개의 변경된 파일24개의 추가작업 그리고 28개의 파일을 삭제
  1. 24 28
      pnpm-workspace.yaml

+ 24 - 28
pnpm-workspace.yaml

@@ -1,3 +1,15 @@
+packageManagerStrict: true
+packageManagerStrictVersion: true
+engineStrict: true
+strictDepBuilds: true
+managePackageManagerVersions: true
+
+overrides:
+  "@solana/web3.js@1.77.4>rpc-websockets": 7.11.0
+
+patchedDependencies:
+  "eccrypto@1.1.6": patches/eccrypto@1.1.6.patch
+
 packages:
   - apps/*
   - packages/*
@@ -39,10 +51,12 @@ catalog:
   "@amplitude/analytics-browser": ^2.13.0
   "@amplitude/plugin-autocapture-browser": ^1.0.0
   "@axe-core/react": ^4.10.1
+  "@better-builds/ts-duality": ^0.1.2
+  "ag-grid-community": ^34.2.0
+  "ag-grid-react": ^34.2.0
   "@babel/cli": ^7.27.2
   "@babel/core": ^7.27.1
   "@babel/preset-typescript": ^7.27.1
-  "@better-builds/ts-duality": ^0.1.2
   "@bonfida/spl-name-service": ^3.0.10
   "@clickhouse/client": ^1.11.0
   "@coral-xyz/anchor": ^0.30.1
@@ -54,7 +68,6 @@ catalog:
   "@headlessui/react": ^2.2.0
   "@heroicons/react": ^2.2.0
   "@katex/katex": ^0.16.9
-  "@mysten/sui": ^1.3.0
   "@next/third-parties": ^15.3.2
   "@phosphor-icons/react": ^2.1.7
   "@pythnetwork/client": ^2.22.1
@@ -82,11 +95,10 @@ catalog:
   "@types/node": ^22.14.0
   "@types/react": ^19.1.0
   "@types/react-dom": ^19.1.1
-  "@types/yargs": ^17.0.33
+  "@types/yargs": "^17.0.33"
   "@vercel/functions": ^2.0.0
-  ag-grid-community: ^34.2.0
-  ag-grid-react: ^34.2.0
-  async-cache-dedupe: ^3.0.0
+  "@mysten/sui": "^1.3.0"
+  "yargs": "^18.0.0"
   autoprefixer: ^10.4.21
   babel-plugin-react-compiler: 19.1.0-rc.1
   bcp-47: ^2.1.0
@@ -96,17 +108,17 @@ catalog:
   connectkit: ^1.9.0
   copyfiles: ^2.4.1
   css-loader: ^7.1.2
-  csv-stringify: ^6.6.0
   date-fns: ^4.1.0
+  csv-stringify: ^6.6.0
   dnum: ^2.14.0
   eslint: ^9.23.0
-  framer-motion: ^12.6.3
   fuels: 0.101.3
+  framer-motion: ^12.6.3
   fumadocs-core: ^15.7.12
   fumadocs-mdx: ^11.10.0
+  fumadocs-ui: ^15.7.12
   fumadocs-openapi: ^9.3.8
   fumadocs-typescript: ^4.0.8
-  fumadocs-ui: ^15.7.12
   highlight.js: ^11.11.1
   ip-range-check: ^0.2.0
   jest: ^29.7.0
@@ -146,20 +158,16 @@ catalog:
   tailwindcss-animate: ^1.0.7
   tailwindcss-react-aria-components: ^2.0.0
   ts-node: ^10.9.2
-  turbo: ^2.5.8
   typedoc: ^0.26.8
   typescript: ^5.9.3
+  turbo: ^2.5.8
   vercel: ^41.4.1
   viem: ^2.37.13
   wagmi: ^2.14.16
-  yargs: ^18.0.0
   zod: ^3.24.2
-  zod-search-params: ^0.1.6
   zod-validation-error: ^3.4.0
-
-engineStrict: true
-
-managePackageManagerVersions: true
+  async-cache-dedupe: ^3.0.0
+  zod-search-params: ^0.1.6
 
 onlyBuiltDependencies:
   - "@apollo/protobufjs"
@@ -196,15 +204,3 @@ onlyBuiltDependencies:
   - web3
   - web3-bzz
   - web3-shh
-
-overrides:
-  "@solana/web3.js@1.77.4>rpc-websockets": 7.11.0
-
-packageManagerStrict: true
-
-packageManagerStrictVersion: true
-
-patchedDependencies:
-  eccrypto@1.1.6: patches/eccrypto@1.1.6.patch
-
-strictDepBuilds: true