Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JensDll committed Oct 31, 2023
1 parent 0b10c10 commit 459c178
Show file tree
Hide file tree
Showing 3 changed files with 647 additions and 514 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "node --loader tsx/esm scripts/build.ts",
"build": "node --import tsx/esm scripts/build.ts",
"build:vue": "pnpm run --filter \"vue-playground\" build",
"dev": "rollup --config --watch --configPlugin esbuild",
"dev:vue": "pnpm run --filter \"vue-playground\" dev",
Expand All @@ -16,28 +16,28 @@
"@internal/shared": "workspace:*",
"@rollup/plugin-alias": "5.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.3",
"@types/fs-extra": "11.0.2",
"@types/node": "20.8.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@rollup/plugin-replace": "5.0.5",
"@types/fs-extra": "11.0.3",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@vitest/coverage-v8": "0.34.6",
"esbuild": "0.19.4",
"eslint": "8.51.0",
"eslint-plugin-import": "2.28.1",
"esbuild": "0.19.5",
"eslint": "8.52.0",
"eslint-plugin-import": "2.29.0",
"execa": "8.0.1",
"fs-extra": "11.1.1",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.5",
"rollup": "3.29.4",
"prettier-plugin-tailwindcss": "0.5.6",
"rollup": "4.2.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.0",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"tailwindcss-plugin-icons": "workspace:*",
"tsx": "3.13.0",
"tsx": "3.14.0",
"typescript": "5.2.2",
"vite": "4.4.11",
"vite": "4.5.0",
"vitest": "0.34.6"
}
}
12 changes: 6 additions & 6 deletions playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
},
"type": "module",
"dependencies": {
"@iconify/json": "2.2.127",
"@types/node": "20.8.4",
"@iconify/json": "2.2.135",
"@types/node": "20.8.10",
"@vitejs/plugin-vue": "4.4.0",
"autoprefixer": "10.4.16",
"my-icons": "npm:@iconify-json/logos@1.1.37",
"postcss": "8.4.31",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"tailwindcss-plugin-icons": "latest",
"typescript": "5.2.2",
"vite": "4.4.11",
"vue": "3.3.4",
"vue-tsc": "1.8.18"
"vite": "4.5.0",
"vue": "3.3.7",
"vue-tsc": "1.8.22"
}
}
Loading

0 comments on commit 459c178

Please sign in to comment.