Skip to content

Commit 351ba9b

Browse files
committed
fix: update dependencies and lock file for compatibility
Updated various dependencies, including next, @babel, and recharts, to ensure compatibility with the latest versions. This change also removes deprecated or unnecessary Babel plugins to streamline the build process.
1 parent 2035cbc commit 351ba9b

File tree

20 files changed

+721
-669
lines changed

20 files changed

+721
-669
lines changed

packages/config-eslint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefast/eslint-config
22

3+
## 0.1.36
4+
5+
### Patch Changes
6+
7+
- fix: update dependencies and lock file for compatibility
8+
39
## 0.1.35
410

511
### Patch Changes

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast/eslint-config",
3-
"version": "0.1.35",
3+
"version": "0.1.36",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},

packages/config-tailwind/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefast/config-tailwind
22

3+
## 0.1.36
4+
5+
### Patch Changes
6+
7+
- fix: update dependencies and lock file for compatibility
8+
39
## 0.1.35
410

511
### Patch Changes

packages/config-tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast/config-tailwind",
3-
"version": "0.1.35",
3+
"version": "0.1.36",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},
@@ -28,7 +28,7 @@
2828
"main": "./dist/index.cjs",
2929
"module": "./dist/index.js",
3030
"source": "./src/index.ts",
31-
"types": "./dist/index.d.cts",
31+
"types": "./dist/index.d.ts",
3232
"files": [
3333
"dist"
3434
],

packages/config-typescript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefast/config-typescript
22

3+
## 0.1.36
4+
5+
### Patch Changes
6+
7+
- fix: update dependencies and lock file for compatibility
8+
39
## 0.1.35
410

511
### Patch Changes

packages/config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast/config-typescript",
3-
"version": "0.1.35",
3+
"version": "0.1.36",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},

packages/hooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefast/hooks
22

3+
## 0.1.36
4+
5+
### Patch Changes
6+
7+
- fix: update dependencies and lock file for compatibility
8+
39
## 0.1.35
410

511
### Patch Changes

packages/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast/hooks",
3-
"version": "0.1.35",
3+
"version": "0.1.36",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},
@@ -28,7 +28,7 @@
2828
"main": "./dist/index.cjs",
2929
"module": "./dist/index.js",
3030
"source": "./src/index.ts",
31-
"types": "./dist/index.d.cts",
31+
"types": "./dist/index.d.ts",
3232
"files": [
3333
"dist"
3434
],

packages/primitive/checkbox-group/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefast-ui/checkbox-group
22

3+
## 0.1.36
4+
5+
### Patch Changes
6+
7+
- fix: update dependencies and lock file for compatibility
8+
39
## 0.1.35
410

511
### Patch Changes

packages/primitive/checkbox-group/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast-ui/checkbox-group",
3-
"version": "0.1.35",
3+
"version": "0.1.36",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},
@@ -28,7 +28,7 @@
2828
"main": "./dist/index.cjs",
2929
"module": "./dist/index.js",
3030
"source": "./src/index.ts",
31-
"types": "./dist/index.d.cts",
31+
"types": "./dist/index.d.ts",
3232
"files": [
3333
"dist"
3434
],

0 commit comments

Comments
 (0)