File tree Expand file tree Collapse file tree 2 files changed +248
-248
lines changed
Expand file tree Collapse file tree 2 files changed +248
-248
lines changed Original file line number Diff line number Diff line change 4141 "lru-cache" : " ^10.4.3"
4242 },
4343 "devDependencies" : {
44- "@tanstack/config" : " ^0.16.0 " ,
44+ "@tanstack/config" : " ^0.16.1 " ,
4545 "@vitest/coverage-istanbul" : " ^3.0.4" ,
4646 "esbuild" : " ^0.24.2" ,
4747 "eslint" : " ^9.19.0" ,
4848 "eslint-plugin-import-x" : " ^4.6.1" ,
4949 "eslint-plugin-regexp" : " ^2.7.0" ,
5050 "globals" : " ^15.14.0" ,
51- "knip" : " ^5.43.3 " ,
51+ "knip" : " ^5.43.6 " ,
5252 "neostandard" : " ^0.12.0" ,
5353 "prettier" : " ^3.4.2" ,
5454 "publint" : " ^0.3.2" ,
5858 "vitest" : " ^3.0.4"
5959 },
6060 "scripts" : {
61- "build" : " pnpm run test && pnpm run knip && pnpm run build:prod && pnpm run build:browser && pnpm run publint" ,
61+ "build" : " pnpm run clean && pnpm run test && pnpm run knip && pnpm run build:prod && pnpm run build:browser && pnpm run publint" ,
6262 "build:browser" : " vite build -c vite.browser.config.ts" ,
6363 "build:prod" : " vite build" ,
64- "clean" : " rimraf ./dist && rimraf ./coverage " ,
64+ "clean" : " rimraf ./coverage ./dist " ,
6565 "knip" : " knip" ,
6666 "prettier" : " prettier . --ignore-unknown --write" ,
6767 "publint" : " publint --strict" ,
7070 "test:types" : " tsc" ,
7171 "test:unit" : " vitest"
7272 },
73- "version" : " 3.0.5 "
73+ "version" : " 3.0.6 "
7474}
You can’t perform that action at this time.
0 commit comments