Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
fix: dependencies (#17)
  • Loading branch information
sahinvardar authored Dec 13, 2024
2 parents 68389af + 82d9dd1 commit 8014362
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
"repo-clean": "git clean -xdf -e .env"
},
"dependencies": {
"@vardario/astring-ts-generator": "^1.1.0",
"commander": "^10.0.1",
"estree-walker": "^3.0.3"
"estree-walker": "^3.0.3",
"astring": "^1.9.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"astring": "1.x",
"lodash": "4.x",
"svelte": "5.x"
},
"devDependencies": {
Expand All @@ -37,8 +38,6 @@
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vardario/astring-ts-generator": "^1.1.0",
"astring": "^1.9.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8014362

Please sign in to comment.