fix(deps): update all non-major dependencies (#968) · vitejs/vite-plugin-react@41cb823

20 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -5,7 +5,7 @@

55

"engines": {

66

"node": "^20.19.0 || >=22.12.0"

77

},

8-

"packageManager": "pnpm@10.20.0",

8+

"packageManager": "pnpm@10.21.0",

99

"homepage": "https://github.com/vitejs/vite-plugin-react/",

1010

"keywords": [

1111

"frontend",

@@ -50,7 +50,7 @@

5050

"simple-git-hooks": "^2.13.1",

5151

"typescript": "^5.9.3",

5252

"typescript-eslint": "^8.46.3",

53-

"vite": "^7.1.12",

53+

"vite": "^7.2.2",

5454

"vite-plugin-inspect": "^11.3.3",

5555

"vitest": "^3.2.4"

5656

},

Original file line numberDiff line numberDiff line change

@@ -8,7 +8,7 @@

88

"./refresh-runtime": "./refresh-runtime.js"

99

},

1010

"dependencies": {

11-

"@rolldown/pluginutils": "1.0.0-beta.46"

11+

"@rolldown/pluginutils": "1.0.0-beta.47"

1212

},

1313

"peerDependencies": {

1414

"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"

Original file line numberDiff line numberDiff line change

@@ -43,10 +43,10 @@

4343

},

4444

"devDependencies": {

4545

"@vitejs/react-common": "workspace:*",

46-

"tsdown": "^0.15.12",

46+

"tsdown": "^0.16.1",

4747

"vite": "catalog:rolldown-vite"

4848

},

4949

"dependencies": {

50-

"@rolldown/pluginutils": "1.0.0-beta.46"

50+

"@rolldown/pluginutils": "1.0.0-beta.47"

5151

}

5252

}

Original file line numberDiff line numberDiff line change

@@ -2,6 +2,7 @@ import { defineConfig } from 'tsdown'

22
33

export default defineConfig({

44

entry: 'src/index.ts',

5+

fixedExtension: false,

56

dts: true,

67

copy: [

78

{

Original file line numberDiff line numberDiff line change

@@ -32,7 +32,7 @@

3232

},

3333

"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",

3434

"dependencies": {

35-

"@rolldown/pluginutils": "1.0.0-beta.46",

35+

"@rolldown/pluginutils": "1.0.0-beta.47",

3636

"@swc/core": "^1.13.5"

3737

},

3838

"peerDependencies": {

@@ -45,7 +45,7 @@

4545

"@vitejs/react-common": "workspace:*",

4646

"fs-extra": "^11.3.2",

4747

"prettier": "^3.0.3",

48-

"tsdown": "^0.15.12",

48+

"tsdown": "^0.16.1",

4949

"typescript": "^5.9.3"

5050

}

5151

}

Original file line numberDiff line numberDiff line change

@@ -4,6 +4,7 @@ import packageJSON from './package.json' with { type: 'json' }

44
55

export default defineConfig({

66

entry: 'src/index.ts',

7+

fixedExtension: false,

78

dts: true,

89

tsconfig: './tsconfig.src.json', // https://github.com/sxzz/rolldown-plugin-dts/issues/55

910

ignoreWatch: ['playground', 'playground-temp', 'test-results'],

Original file line numberDiff line numberDiff line change

@@ -47,7 +47,7 @@

4747

"@babel/core": "^7.28.5",

4848

"@babel/plugin-transform-react-jsx-self": "^7.27.1",

4949

"@babel/plugin-transform-react-jsx-source": "^7.27.1",

50-

"@rolldown/pluginutils": "1.0.0-beta.46",

50+

"@rolldown/pluginutils": "1.0.0-beta.47",

5151

"@types/babel__core": "^7.20.5",

5252

"react-refresh": "^0.18.0"

5353

},

@@ -59,7 +59,7 @@

5959

"babel-plugin-react-compiler": "19.1.0-rc.3",

6060

"react": "^19.2.0",

6161

"react-dom": "^19.2.0",

62-

"rolldown": "1.0.0-beta.46",

63-

"tsdown": "^0.15.12"

62+

"rolldown": "1.0.0-beta.47",

63+

"tsdown": "^0.16.1"

6464

}

6565

}

Original file line numberDiff line numberDiff line change

@@ -2,6 +2,7 @@ import { defineConfig } from 'tsdown'

22
33

export default defineConfig({

44

entry: 'src/index.ts',

5+

fixedExtension: false,

56

dts: true,

67

copy: [

78

{

Original file line numberDiff line numberDiff line change

@@ -16,7 +16,7 @@

1616

"react-dom": "^19.2.0"

1717

},

1818

"devDependencies": {

19-

"@tailwindcss/vite": "^4.1.16",

19+

"@tailwindcss/vite": "^4.1.17",

2020

"@types/react": "^19.2.2",

2121

"@types/react-dom": "^19.2.2",

2222

"@vitejs/plugin-react": "latest",

@@ -29,9 +29,9 @@

2929

"@vitejs/test-dep-transitive-cjs": "file:./test-dep/transitive-cjs",

3030

"@vitejs/test-dep-transitive-use-sync-external-store": "file:./test-dep/transitive-use-sync-external-store",

3131

"rsc-html-stream": "^0.0.7",

32-

"tailwindcss": "^4.1.16",

33-

"vite": "^7.1.12",

34-

"wrangler": "^4.45.3"

32+

"tailwindcss": "^4.1.17",

33+

"vite": "^7.2.2",

34+

"wrangler": "^4.46.0"

3535

},

3636

"stackblitz": {

3737

"installDependencies": false,

Original file line numberDiff line numberDiff line change

@@ -18,7 +18,7 @@

1818

"@types/react-dom": "^19.2.2",

1919

"@vitejs/plugin-react": "latest",

2020

"@vitejs/plugin-rsc": "latest",

21-

"vite": "^7.1.12",

21+

"vite": "^7.2.2",

2222

"vite-dev-rpc": "^1.1.0"

2323

}

2424

}