Skip to content

Commit b0a606f

Browse files
authored
Update dependencies and scripts in package.json
Signed-off-by: Igor <romanchaa997@gmail.com>
1 parent 54b3f5d commit b0a606f

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/romanchaa997/audityzer#readme",
2323
"dependencies": {
24-
"axios": "^1.9.0",
24+
"axios": "^1.15.0",
2525
"body-parser": "^1.20.3",
2626
"chalk": "^5.4.1",
2727
"commander": "^12.1.0",
@@ -57,7 +57,7 @@
5757
"eslint-config-prettier": "^9.1.0",
5858
"eslint-plugin-react": "^7.37.5",
5959
"globals": "^16.2.0",
60-
"happy-dom": "^17.5.6",
60+
"happy-dom": "^20.8.9",
6161
"jest": "^29.7.0",
6262
"jest-junit": "^16.0.0",
6363
"jsdom": "^26.1.0",
@@ -75,30 +75,25 @@
7575
"ts-jest": "^29.3.4",
7676
"typescript": "^5.8.3",
7777
"typescript-eslint": "^8.33.0",
78-
"vite": "^6.3.5",
78+
"vite": "^6.4.2",
7979
"vite-tsconfig-paths": "^5.1.4",
8080
"vitest": "^3.2.0"
8181
},
8282
"peerDependencies": {
8383
"ethers": "^5.7.2"
8484
},
8585
"scripts": {
86-
"start": "node server.js",
86+
"start": "node bin/audityzer.js start",
8787
"dev": "vite",
8888
"build": "vite build",
8989
"test": "vitest run",
90-
"test:unit": "vitest run tests/unit",
91-
"test:integration": "vitest run tests/integration",
9290
"test:coverage": "vitest run --coverage",
9391
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
94-
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
9592
"format": "prettier --write '**/*.{js,jsx,ts,tsx,json,css,md}'",
9693
"type-check": "tsc --noEmit",
9794
"clean": "rimraf dist build coverage .nyc_output",
9895
"postinstall": "node scripts/fix-dependencies.js",
99-
"docker:build": "docker build -t audityzer .",
100-
"docker:run": "docker run -p 5000:5000 audityzer",
101-
"ci": "npm run lint:ci && npm run type-check && npm run test:coverage"
96+
"ci": "npm run lint && npm run type-check && npm run test:coverage"
10297
},
10398
"keywords": [
10499
"web3",

0 commit comments

Comments
 (0)