Skip to content

Commit

Permalink
👌 IMPROVE: Bump packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Oct 23, 2024
1 parent 3728e76 commit 0515f14
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 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.18",
"@baseai/core": "^0.9.19",
"@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.18"
"baseai": "^0.9.19"
}
}
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.18",
"@baseai/core": "^0.9.19",
"@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.18",
"baseai": "^0.9.19",
"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 <[email protected]> (https://twitter.com/MrAhmadAwais)",
"license": "UNLICENSED",
"dependencies": {
"@baseai/core": "^0.9.18",
"@baseai/core": "^0.9.19",
"dotenv": "^16.4.5"
},
"devDependencies": {
"baseai": "^0.9.18",
"baseai": "^0.9.19",
"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.18",
"@baseai/core": "^0.9.19",
"@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.18",
"baseai": "^0.9.19",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0515f14

Please sign in to comment.