Skip to content

Commit

Permalink
feat(import-app): validation on from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Feb 20, 2024
1 parent c6d03c3 commit 2607c42
Show file tree
Hide file tree
Showing 4 changed files with 6,819 additions and 9,601 deletions.
8 changes: 4 additions & 4 deletions components/crystallize-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@crystallize/import-export-sdk": "^0.1.4",
"@crystallize/import-utilities": "^1.29",
"@crystallize/import-utilities": "^1.30.0",
"@crystallize/js-api-client": "^2.1.0",
"@crystallize/schema": "^0.2.0",
"@remix-run/node": "^2.6.0",
Expand All @@ -38,16 +38,16 @@
"@remix-run/dev": "^2.6.0",
"@types/d3": "^7.4.3",
"@types/jsonwebtoken": "^9.0.5",
"@types/react": "^18.2.55",
"@types/react": "^18.2.57",
"@types/react-datepicker": "^4.19.6",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.17",
"postcss-import": "^16.0.0",
"postcss-import": "^16.0.1",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite": "^5.1.3",
"vite-tsconfig-paths": "^4.3.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 2607c42

Please sign in to comment.