Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Mar 27, 2024
1 parent 006c6df commit 4967a42
Show file tree
Hide file tree
Showing 8 changed files with 1,346 additions and 1,065 deletions.
5 changes: 0 additions & 5 deletions docs/faqs/index.md

This file was deleted.

87 changes: 0 additions & 87 deletions docs/faqs/pricing.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/faqs/weaverse-is-new-cms.md

This file was deleted.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,35 @@
"changeset": "changeset"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@remix-run/eslint-config": "2.7.2",
"@types/node": "20.11.21",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@remix-run/eslint-config": "2.8.1",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.1",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"tsup": "8.0.2",
"turbo": "1.12.4",
"typescript": "5.3.3"
"turbo": "1.13.0",
"typescript": "5.4.3"
},
"optionalDependencies": {
"@esbuild/darwin-x64": "^0.20.1",
"turbo-darwin-arm64": "^1.11.3"
"@esbuild/darwin-x64": "^0.20.2",
"turbo-darwin-arm64": "^1.13.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.15.5",
"prettier": {
"semi": false,
"singleQuote": true,
Expand All @@ -60,4 +60,4 @@
"dependencies": {
"@changesets/cli": "^2.27.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/Weaverse/weaverse#readme",
"dependencies": {
"axios": "^1.6.5",
"axios": "^1.6.8",
"cross-spawn": "^7.0.3",
"decompress": "^4.2.1",
"fs-extra": "^11.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@weaverse/react": "3.0.1",
"react-error-boundary": "^4.0.12"
"react-error-boundary": "^4.0.13"
},
"devDependencies": {
"@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/remix-oxygen": "^2"
"@shopify/remix-oxygen": "^2.0.3"
}
}
}
Loading

0 comments on commit 4967a42

Please sign in to comment.