Skip to content

Commit

Permalink
Update react, react-dom, @types/react and @types/react-dom ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
askoufis committed May 7, 2024
1 parent 0b499fd commit 4611490
Show file tree
Hide file tree
Showing 17 changed files with 95 additions and 95 deletions.
8 changes: 4 additions & 4 deletions fixtures/assertion-removal/package.json
Expand Up @@ -2,13 +2,13 @@
"name": "@sku-fixtures/assertion-removal",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.2.3",
"@types/react-dom": "^18.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"assert": "^2.0.0",
"dedent": "^1.5.1",
"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": "^32.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
"@types/react": "^18.2.3",
"@types/react-dom": "^18.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vanilla-extract/css": "^1.0.0",
"sku": "workspace:*"
},
Expand Down
6 changes: 3 additions & 3 deletions fixtures/configure/package.json
Expand Up @@ -2,11 +2,11 @@
"name": "@sku-fixtures/configure",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.3",
"@types/react": "^18.3.1",
"sku": "workspace:*"
},
"skuSkipValidatePeerDeps": true
Expand Down
4 changes: 2 additions & 2 deletions fixtures/custom-src-paths/package.json
Expand Up @@ -3,8 +3,8 @@
"private": true,
"dependencies": {
"dedent": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions fixtures/multiple-routes/package.json
Expand Up @@ -2,8 +2,8 @@
"name": "@sku-fixtures/multiple-routes",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.0.0"
},
"devDependencies": {
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": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
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": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions fixtures/sku-webpack-plugin/package.json
Expand Up @@ -4,13 +4,13 @@
"main": "./main.js",
"dependencies": {
"braid-design-system": "^32.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"babel-loader": "^9.1.2",
"mini-css-extract-plugin": "^2.6.1",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.6.1",
"sku": "workspace:*"
},
"skuSkipValidatePeerDeps": true
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": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"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": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
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": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions fixtures/storybook-config/package.json
Expand Up @@ -3,13 +3,13 @@
"private": true,
"dependencies": {
"braid-design-system": "^32.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@storybook/addon-controls": "^7.0.0",
"@types/react": "^18.2.3",
"@types/react-dom": "^18.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vanilla-extract/css": "^1.0.0",
"sku": "workspace:*"
},
Expand Down
8 changes: 4 additions & 4 deletions fixtures/styling/package.json
Expand Up @@ -3,13 +3,13 @@
"private": true,
"dependencies": {
"@sku-fixtures/package-with-styles": "./fake/node_modules/package-with-styles",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
"@types/react": "^18.2.3",
"@types/react-dom": "^18.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vanilla-extract/css": "^1.0.0",
"dedent": "^1.5.1",
"sku": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions fixtures/translations/package.json
Expand Up @@ -5,14 +5,14 @@
"@vocab/core": "^1.3.0",
"@vocab/react": "^1.1.5",
"@vocab/webpack": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
"@types/express": "^4.17.11",
"@types/react": "^18.2.3",
"@types/react-dom": "^18.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"dedent": "^1.5.1",
"sku": "workspace:*"
},
Expand Down
8 changes: 4 additions & 4 deletions fixtures/typescript-css-modules/package.json
Expand Up @@ -2,13 +2,13 @@
"name": "@sku-fixtures/typescript-css-modules",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
"@types/react": "^18.2.3",
"@types/react-dom": "^18.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"dedent": "^1.5.1",
"sku": "workspace:*"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/sku/package.json
Expand Up @@ -134,14 +134,14 @@
"@types/express": "^4.17.11",
"@types/minimist": "^1.2.5",
"@types/picomatch": "^2.3.3",
"@types/react": "^18.2.3",
"@types/react-dom": "^18.2.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/which": "^3.0.0",
"@vanilla-extract/css": "^1.0.0",
"@vocab/react": "^1.0.1",
"braid-design-system": "^32.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.0.0"
}
Expand Down

0 comments on commit 4611490

Please sign in to comment.