Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 7dbde91 commit 700887d
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 54 deletions.
12 changes: 6 additions & 6 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
Expand All @@ -43,14 +43,14 @@
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.35.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"rimraf": "6.0.1",
"typescript": "*"
},
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"keywords": [
"components",
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@swisspost/design-system-intranet-header": "workspace:9.0.0-next.7",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.13",
"@types/react": "18.3.3",
"@types/react": "19.0.1",
"@types/react-syntax-highlighter": "15.5.13",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand All @@ -71,8 +71,8 @@
"lit": "3.1.4",
"lit-html": "3.1.4",
"prettier": "2.8.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-syntax-highlighter": "15.5.0",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/nextjs-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@swisspost/design-system-styles": "workspace:9.0.0-next.7",
"@swisspost/internet-header": "workspace:2.0.0-next.7",
"next": "15.0.1",
"react": "^18",
"react-dom": "^18"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "20.14.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.5",
Expand Down
Loading

0 comments on commit 700887d

Please sign in to comment.