Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 16, 2024
1 parent 7e7f063 commit d51bce4
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 328 deletions.
5 changes: 0 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ module.exports = antfu(
'src/generated',
],
},
{
rules: {
// overrides
},
},
)
30 changes: 20 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "commonjs",
"version": "0.7.4",
"private": true,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.15.3",
"description": "Intelligent Iconify previewing and searching for VS Code",
"license": "MIT",
"homepage": "https://github.com/antfu/vscode-iconify",
Expand Down Expand Up @@ -167,13 +167,15 @@
"arcticons",
"basil",
"bi",
"bitcoin-icons",
"bpmn",
"brandico",
"bx",
"bxl",
"bxs",
"bytesize",
"carbon",
"cbi",
"charm",
"ci",
"cib",
Expand All @@ -200,6 +202,7 @@
"ep",
"et",
"eva",
"f7",
"fa",
"fa-brands",
"fa-regular",
Expand All @@ -215,6 +218,7 @@
"flagpack",
"flat-color-icons",
"flat-ui",
"flowbite",
"fluent",
"fluent-emoji",
"fluent-emoji-flat",
Expand Down Expand Up @@ -280,6 +284,7 @@
"oi",
"ooui",
"openmoji",
"oui",
"pajamas",
"pepicons",
"pepicons-pencil",
Expand Down Expand Up @@ -339,13 +344,15 @@
"arcticons",
"basil",
"bi",
"bitcoin-icons",
"bpmn",
"brandico",
"bx",
"bxl",
"bxs",
"bytesize",
"carbon",
"cbi",
"charm",
"ci",
"cib",
Expand All @@ -372,6 +379,7 @@
"ep",
"et",
"eva",
"f7",
"fa",
"fa-brands",
"fa-regular",
Expand All @@ -387,6 +395,7 @@
"flagpack",
"flat-color-icons",
"flat-ui",
"flowbite",
"fluent",
"fluent-emoji",
"fluent-emoji-flat",
Expand Down Expand Up @@ -452,6 +461,7 @@
"oi",
"ooui",
"openmoji",
"oui",
"pajamas",
"pepicons",
"pepicons-pencil",
Expand Down Expand Up @@ -529,20 +539,20 @@
"release": "bumpp --tag --push --commit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@antfu/eslint-config": "^2.6.4",
"@iconify/iconify": "^3.1.1",
"@iconify/json": "^2.2.162",
"@iconify/json": "^2.2.183",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"@types/vscode": "^1.85.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@vue/reactivity": "^3.3.13",
"bumpp": "^9.2.1",
"@types/node": "^20.11.19",
"@types/vscode": "^1.86.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@vue/reactivity": "^3.4.19",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"ohmyfetch": "^0.4.21",
"tsup": "^8.0.1",
"ofetch": "^1.3.3",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit d51bce4

Please sign in to comment.