Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 22, 2024
1 parent c9b938f commit ad58281
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6,420 deletions.
53 changes: 17 additions & 36 deletions generators/app/dependencyVersions/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,19 @@
{
"name": "generator-code-dependencies-versions",
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
"version": "0.0.0",
"private": true,
"dependencies": {
"@types/mocha": "^10.0.9",
"@types/node": "20.x",
"@types/assert": "^1.5.10",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.13.0",
"glob": "^11.0.0",
"mocha": "^10.7.3",
"typescript": "^5.6.3",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"@vscode/test-web": "^0.0.63",
"@types/webpack-env": "^1.18.5",
"@types/vscode-notebook-renderer": "^1.72.3",
"concurrently": "^9.0.1",
"css-loader": "^7.1.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"vscode-dts": "^0.3.3",
"vscode-notebook-error-overlay": "^1.0.1",
"webpack": "^5.95.0",
"util": "^0.12.5",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"assert": "^2.1.0",
"process": "^0.11.10",
"npm-run-all": "^4.1.5",
"esbuild": "^0.24.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3"
}
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@types/assert": "^1.5.10",
"@types/node": "20.x",
"assert": "^2.1.0",
"concurrently": "^9.0.1",
"css-loader": "^7.1.2",
"esbuild": "^0.24.0",
"glob": "^11.0.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"util": "^0.12.5"
},
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
"name": "generator-code-dependencies-versions"
}
Loading

0 comments on commit ad58281

Please sign in to comment.