Skip to content

Commit

Permalink
fix(deps): update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 27, 2023
1 parent 83b450a commit 6896462
Show file tree
Hide file tree
Showing 2 changed files with 1,370 additions and 864 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,46 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@hookform/resolvers": "3.1.1",
"@hookform/resolvers": "3.3.2",
"axios": "1.4.0",
"history": "5.3.0",
"lodash": "4.17.21",
"lowdb": "^6.0.0",
"path": "0.12.7",
"preact": "10.16.0",
"preact-router": "4.1.1",
"react-hook-form": "7.45.1",
"yup": "1.2.0",
"zustand": "4.3.9"
"preact": "10.19.3",
"preact-router": "4.1.2",
"react-hook-form": "7.49.2",
"yup": "1.3.3",
"zustand": "4.4.7"
},
"devDependencies": {
"@preact/preset-vite": "2.5.0",
"@preact/preset-vite": "2.7.0",
"@testing-library/preact": "^3.2.3",
"@types/history": "4.7.11",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@types/node": "18.19.3",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"autoprefixer": "10.4.14",
"@vitest/ui": "^0.34.0",
"autoprefixer": "10.4.16",
"cross-env": "7.0.3",
"eslint": "8.44.0",
"eslint": "8.56.0",
"eslint-config-preact": "1.3.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "5.0.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "5.1.2",
"happy-dom": "^10.0.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"lint-staged": "13.3.0",
"postcss": "8.4.25",
"prettier": "3.0.0",
"tailwindcss": "3.3.2",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"vite": "4.4.9",
"prettier": "3.1.1",
"tailwindcss": "3.4.0",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vite": "4.5.1",
"vite-plugin-environment": "1.1.3",
"vitest": "^0.33.0",
"vitest": "^0.34.0",
"vitest-dom": "^0.1.0"
},
"license": "MIT",
Expand Down

0 comments on commit 6896462

Please sign in to comment.