Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehir committed Dec 11, 2023
1 parent 49e229a commit 1109995
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 83 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
"name": "@deconz-community/ddf",
"type": "module",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"scripts": {
"sync-ddf": "ts-node-esm ./scripts/sync-ddf.ts"
},
"dependencies": {
"@deconz-community/cli": "^1.5.0",
"@deconz-community/cli": "^1.5.1",
"crypto-js": "^4.2.0",
"degit": "^2.8.4",
"fast-glob": "^3.3.2",
"semver": "^7.5.4",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.2.1",
"@antfu/eslint-config": "^2.4.5",
"@eslint/eslintrc": "^2.1.4",
"@types/crypto-js": "^4.2.1",
"@types/degit": "^2.8.6",
"@types/node": "^20.10.2",
"@types/node": "^20.10.4",
"@types/semver": "^7.5.6",
"@types/uuid": "^9.0.7",
"eslint": "^8.55.0"
Expand Down
Loading

0 comments on commit 1109995

Please sign in to comment.