Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 601949a commit 9dbe590
Show file tree
Hide file tree
Showing 49 changed files with 806 additions and 918 deletions.
1,508 changes: 698 additions & 810 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions rsbuild/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@swc/plugin-emotion": "^3.0.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion rsbuild/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@types/express": "^4.17.21",
"express": "^4.19.2",
"typescript": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@fastify/middie": "^8.3.3",
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"fastify": "^4.26.2",
"typescript": "^5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"lit": "^3.1.2",
"typescript": "^5.3.0"
}
Expand Down
8 changes: 4 additions & 4 deletions rsbuild/module-federation-enhanced/consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.0",
"@rsbuild/core": "^1.1.8",
"@module-federation/rsbuild-plugin": "^0.8.1",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions rsbuild/module-federation-enhanced/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.0",
"@rsbuild/core": "^1.1.8",
"@module-federation/rsbuild-plugin": "^0.8.1",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion rsbuild/module-federation/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/module-federation/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.19.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.3.0"
}
Expand Down
10 changes: 5 additions & 5 deletions rsbuild/react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"preview": "rsbuild preview"
},
"dependencies": {
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.3.0"
}
}
10 changes: 5 additions & 5 deletions rsbuild/react-compiler-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"preview": "rsbuild preview"
},
"dependencies": {
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"babel-plugin-react-compiler": "0.0.0-experimental-4690415-20240515",
"typescript": "^5.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/react-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-eslint": "^1.1.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.1",
Expand Down
8 changes: 4 additions & 4 deletions rsbuild/react-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@swc/core": "^1.10.0",
"@swc/core": "^1.10.1",
"@swc/jest": "^0.2.37",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-node": "^10.9.2",
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/react-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-mdx": "^1.0.2",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.3.0"
}
}
8 changes: 4 additions & 4 deletions rsbuild/react-tailwindcss-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "4.0.0-beta.4"
"tailwindcss": "4.0.0-beta.6"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@tailwindcss/postcss": "4.0.0-alpha.20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.3.0"
}
}
8 changes: 4 additions & 4 deletions rsbuild/react-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"tailwindcss": "^3.4.15",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"tailwindcss": "^3.4.16",
"typescript": "^5.3.0"
}
}
6 changes: 3 additions & 3 deletions rsbuild/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.3.0"
}
}
8 changes: 4 additions & 4 deletions rsbuild/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"tailwindcss": "^3.4.15",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"tailwindcss": "^3.4.16",
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion rsbuild/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.8.22"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.3.0"
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/ssr-express-with-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "1.1.7",
"@rsbuild/core": "1.1.9",
"@rsbuild/plugin-react": "1.1.0",
"@types/express": "^4.17.21",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"express": "^4.19.2",
"typescript": "^5.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/ssr-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "1.1.8",
"@rsbuild/core": "1.1.9",
"@rsbuild/plugin-react": "1.1.0",
"@types/express": "^4.17.21",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"express": "^4.19.2",
"typescript": "^5.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "1.1.8",
"@rsbuild/core": "1.1.9",
"@rsbuild/plugin-react": "1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.3.0"
}
}
6 changes: 3 additions & 3 deletions rsbuild/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"styled-components": "^6.1.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-styled-components": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.3.0"
}
}
6 changes: 3 additions & 3 deletions rsbuild/styled-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"styled-jsx": "^5.1.6"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@swc/plugin-styled-jsx": "^2.0.16",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.3.0"
}
}
6 changes: 3 additions & 3 deletions rsbuild/stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"typescript": "^5.3.0",
"unplugin-stylex": "^0.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svelte": "^4.2.19"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-svelte": "^1.0.5",
"typescript": "^5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-umd": "^1.0.4",
"typescript": "^5.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions rsbuild/vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@vanilla-extract/webpack-plugin": "^2.3.15",
"typescript": "^5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.14"
},
"devDependencies": {
"@rsbuild/core": "^1.1.8",
"@rsbuild/core": "^1.1.9",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.3.0"
}
Expand Down
Loading

0 comments on commit 9dbe590

Please sign in to comment.