Skip to content

Commit

Permalink
chore: add all future dependencies to sanity package
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Oct 6, 2024
1 parent 9762744 commit df05fd3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/sanity-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint .",
"test": "jest --passWithNoTests"
"test": "jest --passWithNoTests",
"expose-port": "lt --port 3000"
},
"devDependencies": {
"@session/eslint-config": "workspace:*",
Expand All @@ -21,8 +22,10 @@
"@session/typescript-config": "workspace:*",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"localtunnel": "^2.0.2",
"next": "14.2.12",
"react": "18.3.1"
"react": "18.3.1",
"tailwind": "^4.0.0"
},
"engines": {
"node": ">=22",
Expand All @@ -31,7 +34,6 @@
"npm": "use pnpm"
},
"dependencies": {
"@session/ui": "workspace:*",
"@planetary/sanity-plugin-preflight": "^1.1.1",
"@portabletext/react": "^3.1.0",
"@sanity/asset-utils": "^1.3.2",
Expand All @@ -41,8 +43,10 @@
"@sanity/preview-url-secret": "^1.6.21",
"@sanity/vision": "^3.58.0",
"@session/logger": "workspace:*",
"@session/ui": "workspace:*",
"@session/util-js": "workspace:*",
"@session/util-logger": "workspace:*",
"mini-xml": "^1.2.2",
"next-sanity": "^9.5.0",
"plaiceholder": "^3.0.0",
"sanity": "^3.58.0",
Expand Down

0 comments on commit df05fd3

Please sign in to comment.