Skip to content

Commit 3e118ff

Browse files
committed
chore: update dependencies
1 parent 526dbab commit 3e118ff

File tree

3 files changed

+1352
-1204
lines changed

3 files changed

+1352
-1204
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"test:format": "pnpm run /^test:format:/",
4747
"test:format:js": "prettier --check \"**/*.{svelte,js,ts,css,json,md,yml}\"",
4848
"test:format:rust": "cargo fmt -- --check",
49-
"test:js": "eslint --flag unstable_ts_config .",
49+
"test:js": "eslint .",
5050
"test:spelling": "cspell \"**/*\"",
5151
"test:svelte": "svelte-check",
5252
"test:types": "tsc --noEmit --pretty",
5353
"test:unit": "cargo test"
5454
},
5555
"devDependencies": {
56-
"@azat-io/eslint-config": "^2.7.0",
56+
"@azat-io/eslint-config": "^2.10.0",
5757
"@azat-io/stylelint-config": "^0.1.1",
5858
"@commitlint/cli": "^19.6.1",
5959
"@commitlint/config-conventional": "^19.6.0",
@@ -64,32 +64,32 @@
6464
"@tanstack/svelte-table": "9.0.0-alpha.10",
6565
"@tanstack/table-core": "9.0.0-alpha.10",
6666
"@types/html-minifier-terser": "^7.0.2",
67-
"@types/node": "^22.10.2",
68-
"browserslist": "^4.24.3",
67+
"@types/node": "^22.10.6",
68+
"browserslist": "^4.24.4",
6969
"changelogen": "^0.5.7",
7070
"changelogithub": "^0.13.11",
7171
"chart.js": "^4.4.7",
7272
"clean-publish": "^5.1.0",
73-
"cspell": "^8.17.1",
73+
"cspell": "^8.17.2",
7474
"date-fns": "^4.1.0",
75-
"eslint": "^9.17.0",
75+
"eslint": "^9.18.0",
7676
"html-minifier-terser": "^7.2.0",
77-
"lightningcss": "^1.28.2",
78-
"postcss-html": "^1.7.0",
77+
"lightningcss": "^1.29.1",
78+
"postcss-html": "^1.8.0",
7979
"prettier": "^3.4.2",
80-
"prettier-plugin-svelte": "^3.3.2",
80+
"prettier-plugin-svelte": "^3.3.3",
8181
"simple-git-hooks": "^2.11.1",
82-
"stylelint": "^16.12.0",
82+
"stylelint": "^16.13.2",
8383
"stylelint-config-recess-order": "^5.1.1",
8484
"stylelint-gamut": "^1.3.4",
8585
"stylelint-order": "^6.0.4",
8686
"stylelint-plugin-logical-css": "^1.2.1",
87-
"svelte": "5.16.0",
87+
"svelte": "5.17.5",
8888
"svelte-chartjs": "^3.1.5",
89-
"svelte-check": "^4.1.1",
89+
"svelte-check": "^4.1.4",
9090
"svelte-preprocess": "^6.0.3",
91-
"typescript": "^5.7.2",
92-
"vite": "^6.0.6",
91+
"typescript": "^5.7.3",
92+
"vite": "^6.0.7",
9393
"vite-plugin-mock-dev-server": "^1.8.3",
9494
"vite-plugin-singlefile": "^2.1.0"
9595
},

0 commit comments

Comments
 (0)