Skip to content

Commit e890404

Browse files
committed
chore: dependencies update
1 parent 7f2c424 commit e890404

File tree

4 files changed

+271
-279
lines changed

4 files changed

+271
-279
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Nuxtr",
44
"description": "An extension for Nuxt.js offering commands and tools to make your experience more pleasant.",
55
"version": "0.1.11",
6-
"packageManager": "[email protected].4",
6+
"packageManager": "[email protected].5",
77
"engines": {
88
"vscode": "^1.81.0"
99
},
@@ -1009,24 +1009,24 @@
10091009
"devDependencies": {
10101010
"@types/mocha": "^10.0.1",
10111011
"@types/node": "20.4.1",
1012-
"@types/vscode": "^1.81.0",
1013-
"@typescript-eslint/eslint-plugin": "^6.6.0",
1014-
"@typescript-eslint/parser": "^6.6.0",
1012+
"@types/vscode": "^1.82.0",
1013+
"@typescript-eslint/eslint-plugin": "^6.7.0",
1014+
"@typescript-eslint/parser": "^6.7.0",
10151015
"@vscode/test-electron": "^2.3.4",
1016-
"esbuild": "^0.19.2",
1017-
"eslint": "^8.48.0",
1016+
"esbuild": "^0.19.3",
1017+
"eslint": "^8.49.0",
10181018
"mocha": "^10.2.0",
10191019
"typescript": "^5.2.2"
10201020
},
10211021
"dependencies": {
1022-
"@nuxt/schema": "^3.7.1",
1022+
"@nuxt/schema": "^3.7.3",
10231023
"@types/fs-extra": "^11.0.1",
10241024
"@types/util.promisify": "^1.0.5",
10251025
"axios": "^1.5.0",
10261026
"destr": "^2.0.1",
10271027
"fs": "^0.0.1-security",
10281028
"fs-extra": "^11.1.1",
1029-
"magicast": "^0.2.10",
1029+
"magicast": "^0.2.11",
10301030
"path": "^0.12.7",
10311031
"pkg-types": "^1.0.3",
10321032
"util": "^0.12.5"
@@ -1036,4 +1036,4 @@
10361036
"magicast": "0.2.10"
10371037
}
10381038
}
1039-
}
1039+
}

0 commit comments

Comments
 (0)