Skip to content

Commit aff6b68

Browse files
authored
chore: update version (#167)
* chore: config workspaces * chore: update version and deps
1 parent 444c1df commit aff6b68

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@antv/infographic",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
4+
"workspaces": [
5+
"dev",
6+
"site"
7+
],
48
"description": "An Infographic Generation and Rendering Framework, bring words to life!",
59
"keywords": [
610
"antv",

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"pako": "^2.1.0",
5151
"parse-numeric-range": "^1.2.0",
5252
"react": "^19.0.0",
53-
"react-collapsed": "4.0.4",
53+
"react-collapsed": "4.2.0",
5454
"react-dom": "^19.0.0",
5555
"remark-frontmatter": "^4.0.1",
5656
"remark-gfm": "^3.0.1",
@@ -79,7 +79,7 @@
7979
"eslint-config-next": "12.0.3",
8080
"eslint-plugin-react": "^7.37.0",
8181
"eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
82-
"eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215",
82+
"eslint-plugin-react-hooks": "^4.6.2",
8383
"globby": "^11.0.1",
8484
"gray-matter": "^4.0.2",
8585
"husky": "^7.0.4",

0 commit comments

Comments
 (0)