Skip to content

Commit

Permalink
Merge pull request #18 from edspencer:dependencies-fix
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
edspencer authored Aug 23, 2024
2 parents 4351dc9 + 7ce83dd commit c435ab7
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 188 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-ghosts-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"inform-ai": patch
---

Rearrange dependencies, devDependencies and peerDependencies
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@
"@jest/globals": "^29.7.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"ai": "^3.3.6",
"ai": "^3.3.17",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
Expand All @@ -46,28 +48,25 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.41",
"react": "^18 || ^19",
"react-dom": "^18 || ^19",
"rollup": "^4.20.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"tailwindcss": "^3.4.9",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.44",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"clsx": "^2.1.1",
"nanoid": "^5.0.7",
"react": "19.0.0-rc-cc1ec60d0d-20240607",
"react-dom": "19.0.0-rc-cc1ec60d0d-20240607",
"react18-json-view": "^0.2.8",
"rollup-plugin-postcss": "^4.0.2",
"uuid": "^10.0.0",
"zod": "^3.23.8"
"uuid": "^10.0.0"
},
"peerDependencies": {
"ai": "^3.3.6"
"ai": "^3.3.17",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
}
}
Loading

0 comments on commit c435ab7

Please sign in to comment.