Skip to content

Commit

Permalink
update to yeoman-generator@7, prepare 1.10.0 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored May 31, 2024
1 parent a6428fb commit a9936fd
Show file tree
Hide file tree
Showing 3 changed files with 1,831 additions and 2,256 deletions.
14 changes: 7 additions & 7 deletions generators/app/dependencyVersions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"@types/mocha": "^10.0.6",
"@types/node": "18.x",
"@types/assert": "^1.5.10",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^8.57.0",
"glob": "^10.3.12",
"glob": "^10.4.1",
"mocha": "^10.4.0",
"typescript": "^5.4.5",
"@vscode/test-cli": "^0.0.9",
"@vscode/test-electron": "^2.3.9",
"@vscode/test-electron": "^2.4.0",
"@vscode/test-web": "^0.0.54",
"@types/webpack-env": "^1.18.4",
"@types/webpack-env": "^1.18.5",
"@types/vscode-notebook-renderer": "^1.72.3",
"concurrently": "^8.2.2",
"css-loader": "^7.1.1",
"css-loader": "^7.1.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
Expand All @@ -32,7 +32,7 @@
"assert": "^2.1.0",
"process": "^0.11.10",
"npm-run-all": "^4.1.5",
"esbuild": "^0.20.2",
"esbuild": "^0.21.4",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3"
}
}
Loading

0 comments on commit a9936fd

Please sign in to comment.