|
51 | 51 | "unimported": "unimported .", |
52 | 52 | "pretest-webworker": "npm run build", |
53 | 53 | "prebuild": "rimraf pkg && npm run check-dependencies", |
54 | | - "postbuild": "npm run test-esm-support && npm run check-esm-bundle-runs-in-browser", |
| 54 | + "postbuild": "npm run test-esm-support ", |
55 | 55 | "prebuild-docs": "./scripts/update-compatibility.js", |
56 | 56 | "prepublishOnly": "npm run build", |
57 | 57 | "prettier:check": "prettier --check '**/*.{js,css,md}'", |
|
74 | 74 | "*.mjs": "eslint --quiet --ext mjs --parser-options=sourceType:module" |
75 | 75 | }, |
76 | 76 | "dependencies": { |
77 | | - "@sinonjs/commons": "^3.0.0", |
| 77 | + "@sinonjs/commons": "^3.0.1", |
78 | 78 | "@sinonjs/fake-timers": "^11.2.2", |
79 | 79 | "@sinonjs/samsam": "^8.0.0", |
80 | | - "diff": "^5.1.0", |
81 | | - "nise": "^5.1.5", |
82 | | - "supports-color": "^7.2.0" |
| 80 | + "diff": "^5.2.0", |
| 81 | + "nise": "^5.1.9", |
| 82 | + "supports-color": "^7" |
83 | 83 | }, |
84 | 84 | "devDependencies": { |
85 | | - "@babel/core": "^7.23.2", |
86 | | - "@sinonjs/eslint-config": "^4.1.0", |
| 85 | + "@babel/core": "^7.24.4", |
| 86 | + "@sinonjs/eslint-config": "^5.0.3", |
87 | 87 | "@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.1", |
88 | | - "@sinonjs/referee": "^10.0.1", |
89 | | - "@studio/changes": "^2.2.0", |
| 88 | + "@sinonjs/referee": "^11.0.1", |
| 89 | + "@studio/changes": "^3.0.0", |
90 | 90 | "babel-plugin-istanbul": "^6.1.1", |
91 | 91 | "babelify": "^10.0.0", |
92 | 92 | "browserify": "^16.5.2", |
93 | 93 | "debug": "^4.3.4", |
94 | 94 | "dependency-check": "^4.1.0", |
95 | | - "lint-staged": "^15.0.2", |
96 | | - "mocha": "^10.2.0", |
| 95 | + "lint-staged": "^15.2.2", |
| 96 | + "mocha": "^10.4.0", |
97 | 97 | "mochify": "^9.2.0", |
98 | 98 | "nyc": "^15.1.0", |
99 | | - "prettier": "^3.0.3", |
100 | | - "puppeteer": "^21.4.0", |
| 99 | + "prettier": "^3.2.5", |
| 100 | + "puppeteer": "^22.7.1", |
101 | 101 | "rimraf": "^5.0.5", |
102 | | - "semver": "^7.5.4", |
| 102 | + "semver": "^7.6.0", |
103 | 103 | "shelljs": "^0.8.5", |
104 | | - "unimported": "^1.30.0" |
| 104 | + "unimported": "^1.31.0" |
105 | 105 | }, |
106 | 106 | "files": [ |
107 | 107 | "lib", |
|
0 commit comments