Skip to content

Commit 267851e

Browse files
authored
chore: bump dependencies version (#2)
* chore: update dependecies * chore: bump packages version based on the latest changes
1 parent ef4fa3f commit 267851e

3 files changed

Lines changed: 53 additions & 58 deletions

File tree

bun.lock

Lines changed: 28 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simplecomponent",
33
"description": "React components made simple",
44
"private": true,
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"author": {
77
"name": "Rodolfo Pereira",
88
"email": "phinpho@gmail.com",
@@ -19,24 +19,23 @@
1919
"engines": {
2020
"bun": ">=1.2.8"
2121
},
22-
"packageManager": "yarn@4.5.3",
2322
"devDependencies": {
24-
"@commitlint/cli": "^19.6.0",
25-
"@commitlint/config-conventional": "^19.6.0",
26-
"@commitlint/format": "^19.5.0",
27-
"@eslint/js": "^9.15.0",
28-
"@stylistic/eslint-plugin": "^2.11.0",
29-
"@types/conventional-changelog": "^3.1.5",
30-
"@types/node": "^22.10.0",
31-
"commitlint": "^19.6.0",
23+
"@commitlint/cli": "^19.8.0",
24+
"@commitlint/config-conventional": "^19.8.0",
25+
"@commitlint/format": "^19.8.0",
26+
"@eslint/js": "^9.23.0",
27+
"@stylistic/eslint-plugin": "^4.2.0",
28+
"@types/conventional-changelog": "^6.0.0",
29+
"@types/node": "^22.13.16",
30+
"commitlint": "^19.8.0",
3231
"conventional-changelog": "^6.0.0",
3332
"conventional-changelog-angular": "^8.0.0",
3433
"conventional-changelog-cli": "^5.0.0",
35-
"eslint": "^9.15.0",
34+
"eslint": "^9.23.0",
3635
"husky": "^9.1.7",
37-
"isomorphic-git": "^1.25.6",
38-
"typescript": "^5.7.2",
39-
"typescript-eslint": "^8.16.0"
36+
"isomorphic-git": "^1.30.1",
37+
"typescript": "^5.8.2",
38+
"typescript-eslint": "^8.29.0"
4039
},
4140
"scripts": {
4241
"postinstall": "husky",

packages/markdown/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"frontmatter",
1515
"yaml"
1616
],
17-
"version": "0.1.1",
17+
"version": "0.1.2",
1818
"author": {
1919
"name": "Rodolfo Pereira",
2020
"email": "phinpho@gmail.com",
@@ -45,25 +45,25 @@
4545
"build": "tsc -p ./tsconfig.build.json"
4646
},
4747
"devDependencies": {
48-
"@eslint/js": "^9.15.0",
48+
"@eslint/js": "^9.23.0",
4949
"@jest/globals": "^29.7.0",
50-
"@stylistic/eslint-plugin": "^2.11.0",
50+
"@stylistic/eslint-plugin": "^4.2.0",
5151
"@types/jest": "^29.5.14",
52-
"@types/react": "^18.3.12",
53-
"eslint": "^9.15.0",
52+
"@types/react": "^19.0.12",
53+
"eslint": "^9.23.0",
5454
"jest": "^29.7.0",
55-
"react": "^18.3.1",
56-
"ts-jest": "^29.2.5",
57-
"typescript": "^5.7.2",
58-
"typescript-eslint": "^8.16.0"
55+
"react": "^19.1.0",
56+
"ts-jest": "^29.3.1",
57+
"typescript": "^5.8.2",
58+
"typescript-eslint": "^8.29.0"
5959
},
6060
"peerDependencies": {
61-
"react": ">=18"
61+
"react": ">=19"
6262
},
6363
"dependencies": {
64-
"react-markdown": "^9.0.1",
64+
"react-markdown": "^10.1.0",
6565
"remark-frontmatter": "^5.0.0",
66-
"remark-gfm": "^4.0.0",
66+
"remark-gfm": "^4.0.1",
6767
"remark-parse-frontmatter": "^1.0.3"
6868
},
6969
"publishConfig": {

0 commit comments

Comments
 (0)