Skip to content

Commit aa71ac2

Browse files
committed
build(deps): downgrade react and react-dom from v19 to v18
Downgrade React dependencies in baukasten and web-wrapper packages from version 19.0.0 to 18.0.0 for compatibility reasons.
1 parent 57a7e15 commit aa71ac2

File tree

6 files changed

+92
-32
lines changed

6 files changed

+92
-32
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "baukasten-workspaces",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"workspaces": [
66
"packages/*",

packages/baukasten/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "baukasten-ui",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A UI toolkit for Web, Eclipse Theia and VSCode",
55
"homepage": "https://typefox.dev/baukasten",
66
"keywords": [
@@ -85,9 +85,9 @@
8585
"eslint-plugin-react-refresh": "^0.4.5",
8686
"eslint-plugin-storybook": "^0.6.15",
8787
"jsdom": "^27.0.1",
88-
"react": "^19.0.0",
88+
"react": "^18.0.0",
89+
"react-dom": "^18.0.0",
8990
"react-docgen": "^7.1.0",
90-
"react-dom": "^19.0.0",
9191
"storybook": "^8.4.0",
9292
"tsconfig-paths": "^4.2.0",
9393
"typescript": "^5.3.3",

packages/examples/web-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baukasten/examples",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/web-wrapper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "baukasten-ui-web-wrapper",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"description": "Theme wrapper for browser environments",
66
"main": "./dist/index.js",
@@ -30,8 +30,8 @@
3030
"@types/react": "^19.0.0",
3131
"@types/react-dom": "^19.0.0",
3232
"@vitejs/plugin-react": "^4.2.1",
33-
"react": "^19.0.0",
34-
"react-dom": "^19.0.0",
33+
"react": "^18.0.0",
34+
"react-dom": "^18.0.0",
3535
"typescript": "^5.3.3",
3636
"vite": "^7.2.7",
3737
"vite-plugin-dts": "^4.5.4"

packages/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baukasten/website",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)