Skip to content

Commit de5993e

Browse files
chore(deps): update all non-major dependencies (#150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27e3854 commit de5993e

File tree

5 files changed

+183
-172
lines changed

5 files changed

+183
-172
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"qa": "tsc && pnpm prettier-ci && pnpm build && pnpm test",
1313
"release": "pnpm build && tnode scripts/release.ts"
1414
},
15-
"packageManager": "[email protected].4",
15+
"packageManager": "[email protected].6",
1616
"dependencies": {
17-
"@swc/core": "^1.3.83"
17+
"@swc/core": "^1.3.85"
1818
},
1919
"peerDependencies": {
2020
"vite": "^4"
2121
},
2222
"devDependencies": {
2323
"@arnaud-barre/tnode": "^0.19.1",
24-
"@playwright/test": "^1.37.1",
25-
"@types/fs-extra": "^11.0.1",
26-
"@types/node": "^18.17.15",
27-
"@vitejs/release-scripts": "^1.3.0",
28-
"esbuild": "^0.19.2",
24+
"@playwright/test": "^1.38.0",
25+
"@types/fs-extra": "^11.0.2",
26+
"@types/node": "^18.17.17",
27+
"@vitejs/release-scripts": "^1.3.1",
28+
"esbuild": "^0.19.3",
2929
"fs-extra": "^11.1.1",
3030
"picocolors": "^1.0.0",
3131
"prettier": "^3.0.3",

playground/emotion-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/react": "^18.2.21",
1818
"@types/react-dom": "^18.2.7",
1919
"@vitejs/plugin-react-swc": "../../dist",
20-
"@swc/plugin-emotion": "^2.5.77"
20+
"@swc/plugin-emotion": "^2.5.83"
2121
}
2222
}

playground/styled-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
1313
"react-is": "^18.2.0",
14-
"styled-components": "^6.0.7"
14+
"styled-components": "^6.0.8"
1515
},
1616
"devDependencies": {
17-
"@swc/plugin-styled-components": "^1.5.77",
17+
"@swc/plugin-styled-components": "^1.5.83",
1818
"@types/react": "^18.2.21",
1919
"@types/react-dom": "^18.2.7",
2020
"@types/styled-components": "^5.1.27",

playground/ts-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"generouted": "1.11.7",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
15-
"react-router-dom": "^6.15.0"
15+
"react-router-dom": "^6.16.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^18.2.21",

0 commit comments

Comments
 (0)