Skip to content

Commit

Permalink
chore: lib update (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 authored Aug 19, 2024
1 parent 9b71d1f commit 5a7ec2b
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 1,348 deletions.
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"test": "vitest run --coverage",
"lint": "eslint",
"lint:fix": "eslint --fix",
"lint:deps": "madge -c --extensions ts ./src",
"release": "yarn run check && yarn run test && yarn run lint && yarn run lint:deps && yarn run build && changelogen --release --push",
"release": "yarn run check && yarn run test && yarn run lint && yarn run build && changelogen --release --push",
"prepare": "husky"
},
"dependencies": {
Expand All @@ -46,19 +45,19 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nuxt/devtools": "1.0.0",
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "~0.3.6",
"@nuxt/kit": "^3.10.0",
"@nuxt/ui-templates": "^1.3.1",
"@nx/devkit": "19.6.0",
"@nx/eslint": "19.6.0",
"@nx/eslint-plugin": "19.6.0",
"@nx/js": "19.6.0",
"@nx/nuxt": "19.6.0",
"@nx/playwright": "19.6.0",
"@nx/vite": "19.6.0",
"@nx/web": "19.6.0",
"@nx/workspace": "19.6.0",
"@nx/devkit": "19.6.1",
"@nx/eslint": "19.6.1",
"@nx/eslint-plugin": "19.6.1",
"@nx/js": "19.6.1",
"@nx/nuxt": "19.6.1",
"@nx/playwright": "19.6.1",
"@nx/vite": "19.6.1",
"@nx/web": "19.6.1",
"@nx/workspace": "19.6.1",
"@playwright/test": "^1.36.0",
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/kit": "^2.5.17",
Expand Down Expand Up @@ -87,9 +86,8 @@
"husky": "^9.0.11",
"jsdom": "~22.1.0",
"lint-staged": "^15.2.7",
"madge": "^7.0.0",
"nuxt": "^3.10.0",
"nx": "19.6.0",
"nx": "19.6.1",
"prettier": "^2.6.2",
"svelte": "^5.0.0-next.165",
"svelte-check": "^3.8.2",
Expand Down
Loading

0 comments on commit 5a7ec2b

Please sign in to comment.