Skip to content

Commit

Permalink
feat: brings new lib in order to do the nested component soon
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Jul 17, 2024
1 parent 817859c commit e5df64e
Show file tree
Hide file tree
Showing 12 changed files with 1,113 additions and 972 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: ⎔ Set up pnpm
uses: pnpm/action-setup@v3
with:
version: 9.1.1
version: 9.5.0

- name: 📥 Download deps
run: pnpm install
Expand All @@ -49,7 +49,7 @@ jobs:
- name: ⎔ Set up pnpm
uses: pnpm/action-setup@v3
with:
version: 9.1.1
version: 9.5.0

- name: 📥 Download deps
run: |
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"typecheck": "tsc"
},
"dependencies": {
"@crystallize/import-export-sdk": "^0.1.5",
"@crystallize/js-api-client": "^2.5.0",
"@crystallize/reactjs-components": "^2.0.2",
"@crystallize/schema": "^0.3.0",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@remix-run/serve": "^2.9.2",
"isbot": "^5.1.6",
"jose": "^5.3.0",
"@crystallize/import-export-sdk": "^1.0.3",
"@crystallize/js-api-client": "^3.0.0",
"@crystallize/reactjs-components": "^2.1.0",
"@crystallize/schema": "^1.0.0",
"@remix-run/node": "^2.10.2",
"@remix-run/react": "^2.10.2",
"@remix-run/serve": "^2.10.2",
"isbot": "^5.1.12",
"jose": "^5.6.3",
"json-to-graphql-query": "^2.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -31,31 +31,31 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@remix-run/dev": "^2.9.2",
"@remix-run/dev": "^2.10.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.2",
"vite-tsconfig-paths": "^4.3.2"
},
"engines": {
"node": ">=20.11.1"
},
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.5.0",
"volta": {
"node": "20.11.1"
}
Expand Down
Loading

0 comments on commit e5df64e

Please sign in to comment.