diff options
author | Tyler Flowers <contact@ggtylerr.dev> | 2023-11-26 18:42:59 -0500 |
---|---|---|
committer | Tyler Flowers <contact@ggtylerr.dev> | 2023-11-26 18:42:59 -0500 |
commit | 955e820f1ccb59467a4f27c5c77738a7ebff193e (patch) | |
tree | 1285971f357514fe9f649762589f75b15cfd6c53 /package.json | |
parent | 580c9d6dbabafcfeb47c7e53aff71daac0da38af (diff) | |
parent | d1273a68dfc2b12b038c46b61528de28e05bc123 (diff) | |
download | Nexus-955e820f1ccb59467a4f27c5c77738a7ebff193e.tar.gz Nexus-955e820f1ccb59467a4f27c5c77738a7ebff193e.tar.bz2 Nexus-955e820f1ccb59467a4f27c5c77738a7ebff193e.zip |
Merge branch 'dice-ggtyler/website' of https://github.com/Polyfrost/Nexus into dice-ggtyler/website
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package.json b/package.json index 955d41a..3d7e65d 100644 --- a/package.json +++ b/package.json @@ -41,14 +41,5 @@ "turbo-ignore": "^1.10.16", "typescript": "^5.3.2", "vite": "^5.0.2" - }, - "pnpm": { - "overrides": { - "@babel/traverse@<7.23.2": ">=7.23.2", - "zod@<=3.22.2": ">=3.22.3" - } - }, - "overrides": { - "@types/node": "~18.17.19" } } |