Skip to content

Commit

Permalink
fix(deps): Update react packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2023
1 parent 4de29af commit 70eb351
Show file tree
Hide file tree
Showing 17 changed files with 744 additions and 2,667 deletions.
8 changes: 4 additions & 4 deletions fixtures/assertion-removal/package.json
Expand Up @@ -2,12 +2,12 @@
"name": "@sku-fixtures/assertion-removal",
"private": true,
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"dedent": "^0.7.0",
"sku": "workspace:*"
}
Expand Down
8 changes: 4 additions & 4 deletions fixtures/braid-design-system/package.json
Expand Up @@ -3,13 +3,13 @@
"private": true,
"dependencies": {
"braid-design-system": "^31.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vanilla-extract/css": "^1.0.0",
"sku": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions fixtures/configure/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "@sku-fixtures/configure",
"private": true,
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"sku": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions fixtures/custom-src-paths/package.json
Expand Up @@ -3,8 +3,8 @@
"private": true,
"dependencies": {
"dedent": "^0.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"dedent": "^0.7.0",
Expand Down
8 changes: 4 additions & 4 deletions fixtures/multiple-routes/package.json
Expand Up @@ -2,12 +2,12 @@
"name": "@sku-fixtures/multiple-routes",
"private": true,
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"@testing-library/react": "^11.2.3",
"@testing-library/react": "^14.0.0",
"dedent": "^0.7.0",
"sku": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions fixtures/public-path/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "@sku-fixtures/public-path",
"private": true,
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"dedent": "^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions fixtures/react-css-modules/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "@sku-fixtures/react-css-modules",
"private": true,
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@storybook/addon-controls": "^6.5.12",
Expand Down
4 changes: 2 additions & 2 deletions fixtures/seek-style-guide/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "@sku-fixtures/seek-style-guide",
"private": true,
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"seek-style-guide": "*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions fixtures/sku-webpack-plugin/package.json
Expand Up @@ -4,8 +4,8 @@
"main": "./main.js",
"dependencies": {
"braid-design-system": "^31.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"mini-css-extract-plugin": "^2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions fixtures/sku-with-https/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "@sku-fixtures/sku-with-https",
"private": true,
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions fixtures/source-maps/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "@sku-fixtures/source-maps",
"private": true,
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"dedent": "^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions fixtures/ssr-hello-world/package.json
Expand Up @@ -3,8 +3,8 @@
"private": true,
"dependencies": {
"express": "^4.16.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"sku": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions fixtures/storybook-config/package.json
Expand Up @@ -3,12 +3,12 @@
"private": true,
"dependencies": {
"braid-design-system": "^31.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"sku": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions fixtures/translations/package.json
Expand Up @@ -5,13 +5,13 @@
"@vocab/core": "^1.3.0",
"@vocab/react": "^1.1.5",
"@vocab/webpack": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"dedent": "^0.7.0",
"sku": "workspace:*"
}
Expand Down
8 changes: 4 additions & 4 deletions fixtures/typescript-css-modules/package.json
Expand Up @@ -2,12 +2,12 @@
"name": "@sku-fixtures/typescript-css-modules",
"private": true,
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"dedent": "^0.7.0",
"sku": "workspace:*"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/sku/package.json
Expand Up @@ -43,7 +43,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/react": "^7.0.0",
"@types/jest": "^29.0.0",
"@types/loadable__component": "^5.13.1",
"@vanilla-extract/jest-transform": "^1.1.0",
Expand Down Expand Up @@ -137,17 +137,17 @@
"devDependencies": {
"@types/dedent": "^0.7.0",
"@types/express": "^4.17.11",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vanilla-extract/css": "^1.0.0",
"@vocab/react": "^1.0.1",
"assert": "^2.0.0",
"braid-design-system": "^31.0.0",
"node-fetch": "^2.6.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.2.0",
"react-router-dom": "^6.0.0",
"seek-style-guide": "^42.0.0",
"webpack-cli": "^5.0.0"
}
Expand Down

0 comments on commit 70eb351

Please sign in to comment.