Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jan 14, 2025
1 parent 526dbab commit 3e118ff
Show file tree
Hide file tree
Showing 3 changed files with 1,352 additions and 1,204 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"test:format": "pnpm run /^test:format:/",
"test:format:js": "prettier --check \"**/*.{svelte,js,ts,css,json,md,yml}\"",
"test:format:rust": "cargo fmt -- --check",
"test:js": "eslint --flag unstable_ts_config .",
"test:js": "eslint .",
"test:spelling": "cspell \"**/*\"",
"test:svelte": "svelte-check",
"test:types": "tsc --noEmit --pretty",
"test:unit": "cargo test"
},
"devDependencies": {
"@azat-io/eslint-config": "^2.7.0",
"@azat-io/eslint-config": "^2.10.0",
"@azat-io/stylelint-config": "^0.1.1",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
Expand All @@ -64,32 +64,32 @@
"@tanstack/svelte-table": "9.0.0-alpha.10",
"@tanstack/table-core": "9.0.0-alpha.10",
"@types/html-minifier-terser": "^7.0.2",
"@types/node": "^22.10.2",
"browserslist": "^4.24.3",
"@types/node": "^22.10.6",
"browserslist": "^4.24.4",
"changelogen": "^0.5.7",
"changelogithub": "^0.13.11",
"chart.js": "^4.4.7",
"clean-publish": "^5.1.0",
"cspell": "^8.17.1",
"cspell": "^8.17.2",
"date-fns": "^4.1.0",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"html-minifier-terser": "^7.2.0",
"lightningcss": "^1.28.2",
"postcss-html": "^1.7.0",
"lightningcss": "^1.29.1",
"postcss-html": "^1.8.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-svelte": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.12.0",
"stylelint": "^16.13.2",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-gamut": "^1.3.4",
"stylelint-order": "^6.0.4",
"stylelint-plugin-logical-css": "^1.2.1",
"svelte": "5.16.0",
"svelte": "5.17.5",
"svelte-chartjs": "^3.1.5",
"svelte-check": "^4.1.1",
"svelte-check": "^4.1.4",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-mock-dev-server": "^1.8.3",
"vite-plugin-singlefile": "^2.1.0"
},
Expand Down
Loading

0 comments on commit 3e118ff

Please sign in to comment.