Skip to content

Commit a06855a

Browse files
committed
fixes
1 parent 5e66c7f commit a06855a

File tree

5 files changed

+643
-537
lines changed

5 files changed

+643
-537
lines changed

botasaurus-controls/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"@apify/eslint-config-ts": "^0.2.3",
1414
"@apify/tsconfig": "^0.1.0",
1515
"@types/node": "^16.4.13",
16-
"@typescript-eslint/eslint-plugin": "^4.29.1",
17-
"@typescript-eslint/parser": "^4.29.1",
18-
"eslint": "^7.0.0",
16+
"@typescript-eslint/eslint-plugin": "^8.31.1",
17+
"@typescript-eslint/parser": "^8.31.1",
18+
"eslint": "^8.10.0",
1919
"fs-extra": "^9.1.0",
20-
"rimraf": "^3.0.2",
20+
"rimraf": "^5.0.1",
2121
"ts-node": "^10.2.0",
22-
"typescript": "^4.3.5",
23-
"uglify-js": "^3.17.4"
22+
"typescript": "^5.8.3"
2423
},
2524
"scripts": {
2625
"build": "rimraf dist && tsc && rimraf dist/tsconfig.tsbuildinfo && python3 fix.py",
2726
"prepublishOnly": "npm run build",
2827
"lint": "eslint src test",
28+
"clean-install": "rm -rf dist/ node_modules/ package-lock.json yarn.lock .next/* && npm install",
2929
"upload": "python3 increment_version.py && rm -rf dist/ && npm publish",
3030
"lint:fix": "eslint src test --fix",
3131
"test": "jest --coverage"

0 commit comments

Comments
 (0)