Skip to content

Commit

Permalink
:pakage: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
drumath2237 committed Sep 12, 2023
1 parent e1b82d2 commit 63cc600
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 332 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-babylon-app",
"version": "0.1.3",
"version": "0.1.4",
"description": "A CLI for scaffolding Babylon.js Web App.",
"type": "commonjs",
"main": "index.cjs",
Expand All @@ -20,19 +20,19 @@
"author": "@drumath2237",
"license": "Apache-2.0",
"dependencies": {
"@inquirer/prompts": "^2.3.0",
"@inquirer/prompts": "^3.1.1",
"fs-extra": "^11.1.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"typescript": "^5.1.6",
"vite-node": "^0.32.4"
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite-node": "^0.34.4"
},
"keywords": [
"babylonjs",
Expand Down
Loading

0 comments on commit 63cc600

Please sign in to comment.