Skip to content

Commit

Permalink
chore: dependencies update (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhamfarrag authored Sep 19, 2024
1 parent 5371dae commit bf60b86
Show file tree
Hide file tree
Showing 8 changed files with 1,431 additions and 2,974 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"typescript.tsc.autoDetect": "off",
"editor.formatOnSave": true,
"eslint.experimental.useFlatConfig": true
"eslint.useFlatConfig": true
}
48 changes: 22 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"displayName": "Nuxtr",
"description": "An extension for Nuxt offering commands and tools to make your experience more pleasant.",
"version": "0.2.16",
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"vscode": "^1.85.0"
"vscode": "^1.93.0"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -1096,39 +1096,35 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "20.4.1",
"@types/vscode": "^1.85.0",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.3.1",
"knip": "^3.13.2",
"nuxi-nightly": "3.11.2-1712838256.8df35eb",
"taze": "^0.11.4",
"terser": "^5.31.0",
"tsup": "^7.3.0",
"typescript": "^5.4.5"
"@types/node": "20.16.5",
"@types/vscode": "^1.93.0",
"changelogen": "^0.5.7",
"eslint": "^9.10.0",
"eslint-config-unjs": "^0.3.2",
"knip": "^5.30.2",
"nuxi-nightly": "^3.14.0-20240919-152911-ef57bb1",
"taze": "^0.16.9",
"terser": "^5.33.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@nuxt/schema": "^3.11.2",
"@nuxt/schema": "^3.13.2",
"@types/semver": "^7.5.8",
"destr": "^2.0.3",
"fs-extra": "^11.2.0",
"giget": "^1.2.3",
"jiti": "^1.21.0",
"magicast": "^0.3.4",
"jiti": "^2.0.0-rc.1",
"magicast": "^0.3.5",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"pkg-types": "^1.1.1",
"semver": "^7.6.2",
"string-ts": "^1.3.3"
"pkg-types": "^1.2.0",
"semver": "^7.6.3",
"string-ts": "^2.2.0"
},
"pnpm": {
"overrides": {
"ip@=2.0.0": ">=2.0.1",
"js-yaml@<2.0.5": ">=4.1.0",
"js-yaml@<3.13.0": ">=4.1.0",
"js-yaml@<3.13.1": ">=4.1.0",
"uglify-js@<2.4.24": ">=3.17.4",
"uglify-js@<2.6.0": ">=3.17.4"
"eslint": "^9.10.0"
}
}
}
}
Loading

0 comments on commit bf60b86

Please sign in to comment.