Skip to content

Commit bad562e

Browse files
committed
πŸ‘Œ IMPROVE: Bump packages versions
1 parent 97c18a4 commit bad562e

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

β€Žexamples/astro/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@astrojs/react": "^3.6.2",
1818
"@astrojs/tailwind": "^5.1.1",
1919
"@astrojs/vercel": "^7.8.1",
20-
"@baseai/core": "^0.9.39",
20+
"@baseai/core": "^0.9.40",
2121
"@radix-ui/react-slot": "^1.1.0",
2222
"@types/react": "^18.3.9",
2323
"@types/react-dom": "^18.3.0",
@@ -33,6 +33,6 @@
3333
"typescript": "^5.6.2"
3434
},
3535
"devDependencies": {
36-
"baseai": "^0.9.39"
36+
"baseai": "^0.9.40"
3737
}
3838
}

β€Žexamples/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"baseai": "baseai"
1212
},
1313
"dependencies": {
14-
"@baseai/core": "^0.9.39",
14+
"@baseai/core": "^0.9.40",
1515
"@radix-ui/react-slot": "^1.1.0",
1616
"class-variance-authority": "^0.7.0",
1717
"clsx": "^2.1.1",
@@ -29,7 +29,7 @@
2929
"@types/node": "^20",
3030
"@types/react": "^18",
3131
"@types/react-dom": "^18",
32-
"baseai": "^0.9.39",
32+
"baseai": "^0.9.40",
3333
"eslint": "^8",
3434
"eslint-config-next": "14.2.5",
3535
"mini-css-extract-plugin": "^2.9.0",

β€Žexamples/nodejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"author": "Ahmad Awais <[email protected]> (https://twitter.com/MrAhmadAwais)",
1818
"license": "UNLICENSED",
1919
"dependencies": {
20-
"@baseai/core": "^0.9.39",
20+
"@baseai/core": "^0.9.40",
2121
"dotenv": "^16.4.5"
2222
},
2323
"devDependencies": {
24-
"baseai": "^0.9.39",
24+
"baseai": "^0.9.40",
2525
"tsx": "^4.19.0"
2626
}
2727
}

β€Žexamples/remix/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"baseai": "baseai"
1414
},
1515
"dependencies": {
16-
"@baseai/core": "^0.9.39",
16+
"@baseai/core": "^0.9.40",
1717
"@radix-ui/react-slot": "^1.1.0",
1818
"@remix-run/node": "2.12.0",
1919
"@remix-run/react": "2.12.0",
@@ -35,7 +35,7 @@
3535
"@typescript-eslint/parser": "^6.7.4",
3636
"@vercel/remix": "2.12.0",
3737
"autoprefixer": "^10.4.20",
38-
"baseai": "^0.9.39",
38+
"baseai": "^0.9.40",
3939
"eslint": "^8.38.0",
4040
"eslint-import-resolver-typescript": "^3.6.1",
4141
"eslint-plugin-import": "^2.28.1",

β€Žpnpm-lock.yaml

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)