|
1 | 1 | { |
2 | 2 | "name": "@crawlee/root", |
3 | 3 | "private": true, |
| 4 | + "type": "module", |
4 | 5 | "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.", |
5 | 6 | "workspaces": [ |
6 | 7 | "packages/*" |
|
49 | 50 | "release:prod": "yarn build && yarn publish:prod", |
50 | 51 | "release:pin-versions": "turbo run copy -- -- --pin-versions", |
51 | 52 | "lint": "eslint \"packages/**/*.ts\" \"test/**/*.ts\"", |
52 | | - "lint:fix": "eslint \"packages/**/*.ts\" \"test/**/*.ts\" --fix", |
| 53 | + "lint:fix": "eslint \"packages/**/*.ts\" \"test/**/*.{ts,mjs}\" --fix", |
53 | 54 | "format": "biome format --write .", |
54 | 55 | "format:check": "biome format .", |
55 | 56 | "prepare": "husky" |
56 | 57 | }, |
57 | 58 | "devDependencies": { |
58 | 59 | "@apify/eslint-config": "2.0.0", |
59 | | - "@apify/log": "^2.4.0", |
| 60 | + "@apify/log": "^2.5.18", |
60 | 61 | "@apify/tsconfig": "^0.2.0", |
61 | 62 | "@biomejs/biome": "^2.3.11", |
62 | 63 | "@commitlint/config-conventional": "^21.0.0", |
63 | | - "@playwright/browser-chromium": "1.62.1", |
64 | | - "@playwright/browser-firefox": "1.62.1", |
65 | | - "@playwright/browser-webkit": "1.62.1", |
| 64 | + "@playwright/browser-chromium": "1.61.1", |
| 65 | + "@playwright/browser-firefox": "1.61.1", |
| 66 | + "@playwright/browser-webkit": "1.61.1", |
66 | 67 | "@stylistic/eslint-plugin": "5.7.1", |
67 | | - "@types/content-type": "^1.1.5", |
68 | | - "@types/deep-equal": "^1.0.1", |
69 | | - "@types/domhandler": "^2.4.2", |
70 | | - "@types/express": "^5.0.0", |
71 | | - "@types/fs-extra": "^11.0.0", |
72 | | - "@types/inquirer": "^8.2.1", |
73 | | - "@types/is-ci": "^3.0.1", |
| 68 | + "@stylistic/eslint-plugin-ts": "^4.2.0", |
| 69 | + "@types/content-type": "^1.1.8", |
| 70 | + "@types/deep-equal": "^1.0.4", |
| 71 | + "@types/domhandler": "^3.1.0", |
| 72 | + "@types/express": "^5.0.1", |
| 73 | + "@types/fs-extra": "^11.0.4", |
| 74 | + "@types/inquirer": "^9.0.8", |
| 75 | + "@types/is-ci": "^3.0.4", |
74 | 76 | "@types/lodash.isequal": "^4.5.8", |
75 | | - "@types/lodash.merge": "^4.6.7", |
76 | | - "@types/mime-types": "^2.1.1", |
| 77 | + "@types/lodash.merge": "^4.6.9", |
| 78 | + "@types/mime-types": "^2.1.4", |
77 | 79 | "@types/node": "^24.0.0", |
78 | | - "@types/proper-lockfile": "^4.1.2", |
79 | | - "@types/ps-tree": "^1.1.2", |
80 | | - "@types/rimraf": "^4.0.0", |
81 | | - "@types/sax": "^1.0.0", |
82 | | - "@types/semver": "^7.3.12", |
83 | | - "@types/stream-json": "^1.7.2", |
84 | | - "@types/yargs": "^17.0.26", |
| 80 | + "@types/proper-lockfile": "^4.1.4", |
| 81 | + "@types/ps-tree": "^1.1.6", |
| 82 | + "@types/rimraf": "^4.0.5", |
| 83 | + "@types/sax": "^1.2.7", |
| 84 | + "@types/semver": "^7.7.0", |
| 85 | + "@types/stream-json": "^1.7.8", |
| 86 | + "@types/whatwg-mimetype": "^3.0.2", |
| 87 | + "@types/yargs": "^17.0.33", |
85 | 88 | "@vitest/coverage-v8": "^4.0.16", |
86 | 89 | "apify": "*", |
87 | | - "apify-node-curl-impersonate": "^1.0.15", |
| 90 | + "apify-node-curl-impersonate": "^1.0.23", |
88 | 91 | "basic-auth-parser": "^0.0.2", |
89 | | - "body-parser": "^2.0.0", |
90 | | - "camoufox-js": "^0.12.0", |
| 92 | + "body-parser": "^2.2.0", |
| 93 | + "camoufox-js": "^0.11.0", |
91 | 94 | "commitlint": "^21.0.0", |
92 | 95 | "cross-env": "^10.0.0", |
93 | | - "deep-equal": "^2.0.5", |
| 96 | + "deep-equal": "^2.2.3", |
94 | 97 | "eslint": "9.39.1", |
95 | 98 | "eslint-config-prettier": "10.1.8", |
96 | | - "express": "^4.18.1", |
97 | | - "fs-extra": "^11.0.0", |
| 99 | + "express": "^5.1.0", |
| 100 | + "fs-extra": "^11.3.0", |
98 | 101 | "gen-esm-wrapper": "^1.1.3", |
99 | 102 | "globals": "^17.0.0", |
100 | 103 | "globby": "^15.0.0", |
101 | | - "got": "^13.0.0", |
102 | | - "husky": "^9.0.11", |
103 | | - "is-ci": "^4.0.0", |
104 | | - "lerna": "^10.0.0", |
| 104 | + "got": "^14.4.7", |
| 105 | + "husky": "^9.1.7", |
| 106 | + "is-ci": "^4.1.0", |
| 107 | + "lerna": "^9.0.7", |
105 | 108 | "lint-staged": "^17.0.0", |
106 | | - "nock": "^13.4.0", |
107 | | - "playwright": "1.62.1", |
| 109 | + "nock": "^13.5.6", |
| 110 | + "playwright": "1.61.1", |
108 | 111 | "portastic": "^1.0.1", |
109 | | - "proxy": "^1.0.2", |
110 | | - "puppeteer": "25.8.0", |
111 | | - "rimraf": "^6.0.0", |
112 | | - "tsx": "^4.4.0", |
113 | | - "turbo": "^2.1.0", |
| 112 | + "proxy": "^2.2.0", |
| 113 | + "puppeteer": "25.3.0", |
| 114 | + "rimraf": "^6.0.1", |
| 115 | + "tsx": "^4.19.4", |
| 116 | + "turbo": "^2.5.3", |
114 | 117 | "typescript": "^6.0.0", |
115 | 118 | "typescript-eslint": "8.46.4", |
| 119 | + "vite-tsconfig-paths": "^5.1.4", |
116 | 120 | "vitest": "^4.0.16", |
117 | 121 | "zod": "^4.0.0" |
118 | 122 | }, |
|
122 | 126 | "resolutions": { |
123 | 127 | "tmp": "^0.2.7", |
124 | 128 | "@puppeteer/browsers": "^3.0.4", |
125 | | - "playwright-core": "1.62.1", |
| 129 | + "playwright-core": "1.61.1", |
126 | 130 | "form-data": "^4.0.6", |
127 | 131 | "tar": "^7.5.16", |
128 | | - "lerna/js-yaml": "^4.2.0", |
129 | | - "node-gyp": "^12.1.0" |
| 132 | + "lerna/js-yaml": "^4.2.0" |
130 | 133 | }, |
131 | 134 | "packageManager": "yarn@4.10.3", |
132 | 135 | "volta": { |
133 | | - "node": "24.19.0", |
| 136 | + "node": "24.18.0", |
134 | 137 | "yarn": "4.10.3" |
135 | 138 | } |
136 | 139 | } |
0 commit comments