Skip to content

Commit

Permalink
chore(deps): update dependency @rsbuild/plugin-react to ^1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent dfcd92c commit d52cedb
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/fragments/base/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@types/react": "^18.3.14",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/template-[react]-[]-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/template-[react]-[]-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@types/react": "^18.3.14",
"react": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@rsbuild/core": "~1.1.9",
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@rsbuild/core": "~1.1.9",
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@rsbuild/core": "~1.1.9",
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@rsbuild/core": "~1.1.9",
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.0.7",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
Expand Down

0 comments on commit d52cedb

Please sign in to comment.