Skip to content

Commit 3baadb2

Browse files
committed
chore: update dependencies and devDependencies in package.json and pnpm-lock.yaml
- Updated "transform-to-unocss-core" from version 0.0.52 to 0.0.54 - Updated "@types/node" from version 18.19.98 to 18.19.100 - Adjusted related entries in pnpm-lock.yaml to reflect the above changes test: modify button class in transformSvelte.test.ts for consistency closes: #49, closes: #50
1 parent b5fdbe5 commit 3baadb2

File tree

4 files changed

+54
-54
lines changed

4 files changed

+54
-54
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
"picocolors": "^1.1.1",
7171
"sass": "^1.87.0",
7272
"stylus": "^0.63.0",
73-
"transform-to-unocss-core": "^0.0.52",
73+
"transform-to-unocss-core": "^0.0.54",
7474
"unplugin": "^2.3.2"
7575
},
7676
"devDependencies": {
7777
"@antfu/eslint-config": "^4.13.0",
7878
"@simon_he/colorize": "^0.0.1",
7979
"@types/babel__core": "^7.20.5",
8080
"@types/less": "^3.0.8",
81-
"@types/node": "^18.19.98",
81+
"@types/node": "^18.19.100",
8282
"@types/stylus": "^0.48.43",
8383
"bumpp": "^8.2.1",
8484
"eslint": "^8.57.1",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@iconify-json/carbon": "^1.2.8",
2323
"@iconify/json": "^2.2.336",
2424
"@simon_he/git-fork-vue": "^0.0.17",
25-
"@types/node": "^18.19.98",
25+
"@types/node": "^18.19.100",
2626
"@unocss/reset": "^0.47.6",
2727
"@vitejs/plugin-vue": "^3.2.0",
2828
"@vue/test-utils": "^2.4.6",

0 commit comments

Comments
 (0)