Skip to content

Commit

Permalink
fix: remove unused packages (deprecated with node 22) (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-pfister authored Dec 2, 2024
1 parent ed9609c commit 92f6a47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/helix-shared-bounce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json",
"loader": "esmock",
"require": [
"mocha-suppress-logs"
]
Expand Down
2 changes: 0 additions & 2 deletions packages/helix-shared-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
"fs-extra": "11.2.0",
"ignore": "6.0.2",
"lru-cache": "11.0.2",
"object-hash": "3.0.0",
"uri-js": "4.4.1",
"yaml": "2.6.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helix-shared-config/src/BaseConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
import fs from 'fs-extra';
import fs from 'fs/promises';
import path from 'path';
import YAML from 'yaml';
import { GitUrl } from '@adobe/helix-shared-git';
Expand Down

0 comments on commit 92f6a47

Please sign in to comment.