Skip to content

Commit fa96733

Browse files
chore(deps): update dependencies (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arnaud Barré <[email protected]>
1 parent 137ff3b commit fa96733

File tree

15 files changed

+116
-354
lines changed

15 files changed

+116
-354
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,24 @@
1212
"qa": "tsc && pnpm prettier-ci && pnpm build && pnpm test",
1313
"release": "pnpm build && tnode scripts/release.ts"
1414
},
15-
"prettier": {
16-
"trailingComma": "all"
17-
},
18-
"packageManager": "[email protected]",
15+
"packageManager": "[email protected]",
1916
"dependencies": {
20-
"@swc/core": "^1.3.67"
17+
"@swc/core": "^1.3.68"
2118
},
2219
"peerDependencies": {
2320
"vite": "^4"
2421
},
2522
"devDependencies": {
26-
"@arnaud-barre/tnode": "^0.17.1",
23+
"@arnaud-barre/tnode": "^0.18.0",
2724
"@playwright/test": "^1.35.1",
2825
"@types/fs-extra": "^11.0.1",
2926
"@types/node": "^18.16.19",
3027
"@vitejs/release-scripts": "^1.2.0",
3128
"esbuild": "^0.18.11",
3229
"fs-extra": "^11.1.1",
3330
"picocolors": "^1.0.0",
34-
"prettier": "^2.8.8",
31+
"prettier": "^3.0.0",
3532
"typescript": "^5.1.6",
36-
"vite": "^4.3.9"
33+
"vite": "^4.4.2"
3734
}
3835
}

playground/base-path/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/decorators/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/emotion-plugin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

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.14",
1818
"@types/react-dom": "^18.2.6",
1919
"@vitejs/plugin-react-swc": "../../dist",
20-
"@swc/plugin-emotion": "^2.5.68"
20+
"@swc/plugin-emotion": "^2.5.69"
2121
}
2222
}

playground/emotion/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/hmr/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/mdx/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/shadow-export/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/styled-components/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)