Skip to content

Commit 3297b1c

Browse files
fix(deps): update all non-major dependencies (#144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 733010c commit 3297b1c

4 files changed

Lines changed: 84 additions & 83 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"qa": "tsc && pnpm prettier-ci && pnpm build && pnpm test",
1313
"release": "pnpm build && tnode scripts/release.ts"
1414
},
15-
"packageManager": "pnpm@8.7.0",
15+
"packageManager": "pnpm@8.7.4",
1616
"dependencies": {
17-
"@swc/core": "^1.3.80"
17+
"@swc/core": "^1.3.82"
1818
},
1919
"peerDependencies": {
2020
"vite": "^4"
@@ -23,8 +23,8 @@
2323
"@arnaud-barre/tnode": "^0.19.1",
2424
"@playwright/test": "^1.37.1",
2525
"@types/fs-extra": "^11.0.1",
26-
"@types/node": "^18.17.12",
27-
"@vitejs/release-scripts": "^1.2.1",
26+
"@types/node": "^18.17.14",
27+
"@vitejs/release-scripts": "^1.3.0",
2828
"esbuild": "^0.19.2",
2929
"fs-extra": "^11.1.1",
3030
"picocolors": "^1.0.0",

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.74"
20+
"@swc/plugin-emotion": "^2.5.76"
2121
}
2222
}

playground/styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"styled-components": "^6.0.7"
1515
},
1616
"devDependencies": {
17-
"@swc/plugin-styled-components": "^1.5.74",
17+
"@swc/plugin-styled-components": "^1.5.76",
1818
"@types/react": "^18.2.21",
1919
"@types/react-dom": "^18.2.7",
2020
"@types/styled-components": "^5.1.26",

0 commit comments

Comments
 (0)