@odx/websites-react 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odx/websites-react",
3
3
  "author": "Drägerwerk AG & Co. KGaA",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "description": "ODX React component library for websites",
7
7
  "type": "module",
@@ -527,21 +527,21 @@
527
527
  "eslint": "^9.15.0",
528
528
  "eslint-plugin-prettier": "^5.2.1",
529
529
  "jsdom": "^26.1.0",
530
- "react": "19.2.0",
531
- "react-dom": "19.2.0",
530
+ "react": "^19.2.1",
531
+ "react-dom": "^19.2.1",
532
532
  "rimraf": "^6.0.1",
533
533
  "tailwindcss": "^3.4.4",
534
534
  "ts-node": "^10.9.2",
535
535
  "typescript": "^5.4.5",
536
536
  "vitest": "^3.1.0-beta.1",
537
- "@odx/websites-tsconfig": "0.0.0",
538
537
  "@odx/eslint-config-websites": "0.0.1",
538
+ "@odx/websites-tsconfig": "0.0.0",
539
539
  "@odx/websites-ui": "0.2.38"
540
540
  },
541
541
  "peerDependencies": {
542
542
  "@odx/websites-ui": ">=0.2.1",
543
- "react": "19.2.0",
544
- "react-dom": "19.2.0",
543
+ "react": "^19.2.1",
544
+ "react-dom": "^19.2.1",
545
545
  "tailwindcss": "^3.3.5"
546
546
  }
547
547
  }