Skip to content

Commit

Permalink
📦 NEW: Update example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Oct 2, 2024
1 parent 146f4d6 commit 9ad8a3d
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 84 deletions.
4 changes: 2 additions & 2 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@baseai/core": "^0.9.1",
"@baseai/core": "^0.9.2",
"@radix-ui/react-slot": "^1.1.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
Expand All @@ -33,6 +33,6 @@
"typescript": "^5.6.2"
},
"devDependencies": {
"baseai": "^0.9.1"
"baseai": "^0.9.2"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"baseai": "baseai"
},
"dependencies": {
"@baseai/core": "^0.9.1",
"@baseai/core": "^0.9.2",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -29,7 +29,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"baseai": "^0.9.1",
"baseai": "^0.9.2",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"mini-css-extract-plugin": "^2.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"author": "Ahmad Awais <me@AhmadAwais.com> (https://twitter.com/MrAhmadAwais)",
"license": "UNLICENSED",
"dependencies": {
"@baseai/core": "^0.9.1",
"@baseai/core": "^0.9.2",
"dotenv": "^16.4.5"
},
"devDependencies": {
"baseai": "^0.9.1",
"baseai": "^0.9.2",
"tsx": "^4.19.0"
}
}
4 changes: 2 additions & 2 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"baseai": "baseai"
},
"dependencies": {
"@baseai/core": "^0.9.1",
"@baseai/core": "^0.9.2",
"@radix-ui/react-slot": "^1.1.0",
"@remix-run/node": "2.12.0",
"@remix-run/react": "2.12.0",
Expand All @@ -35,7 +35,7 @@
"@typescript-eslint/parser": "^6.7.4",
"@vercel/remix": "2.12.0",
"autoprefixer": "^10.4.20",
"baseai": "^0.9.1",
"baseai": "^0.9.2",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
Expand Down
Loading

0 comments on commit 9ad8a3d

Please sign in to comment.