Skip to content

Commit 40eba16

Browse files
authored
feat: detect end of line for file creation
feat: detect end of line for file creation
2 parents c9a0a4f + 3a967ed commit 40eba16

File tree

16 files changed

+606
-22468
lines changed

16 files changed

+606
-22468
lines changed

nuxtr-vscode

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 46a4fbbeacc81682278306b9bc0584d5d5ddf188

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,23 +1057,23 @@
10571057
},
10581058
"devDependencies": {
10591059
"@types/fs-extra": "^11.0.4",
1060-
"@types/mocha": "^10.0.4",
1060+
"@types/mocha": "^10.0.6",
10611061
"@types/node": "20.4.1",
1062-
"@types/util.promisify": "^1.0.7",
1063-
"@types/vscode": "^1.84.1",
1064-
"@typescript-eslint/eslint-plugin": "^6.11.0",
1065-
"@typescript-eslint/parser": "^6.11.0",
1066-
"@vscode/test-electron": "^2.3.6",
1062+
"@types/util.promisify": "^1.0.8",
1063+
"@types/vscode": "^1.84.2",
1064+
"@typescript-eslint/eslint-plugin": "^6.12.0",
1065+
"@typescript-eslint/parser": "^6.12.0",
1066+
"@vscode/test-electron": "^2.3.7",
10671067
"changelogen": "^0.5.5",
1068-
"eslint": "^8.53.0",
1068+
"eslint": "^8.54.0",
10691069
"nuxi-edge": "3.9.1-1697113884.a6acb6a",
10701070
"taze": "^0.11.4",
10711071
"terser": "^5.24.0",
1072-
"tsup": "^7.2.0",
1073-
"typescript": "^5.2.2"
1072+
"tsup": "^7.3.0",
1073+
"typescript": "^5.3.2"
10741074
},
10751075
"dependencies": {
1076-
"@nuxt/schema": "^3.8.1",
1076+
"@nuxt/schema": "^3.8.2",
10771077
"destr": "^2.0.2",
10781078
"fs-extra": "^11.1.1",
10791079
"jiti": "^1.21.0",
@@ -1093,4 +1093,4 @@
10931093
"uglify-js@<2.4.24": ">=2.4.24"
10941094
}
10951095
}
1096-
}
1096+
}

0 commit comments

Comments
 (0)