Skip to content

Commit

Permalink
chore(deps): upgrade dev dependencies (#1198)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/cdk8s-team/cdk8s-operator/actions/runs/10687695878

------

*Automatically created by projen via the "upgrade-dev-dependencies-main" workflow*
  • Loading branch information
cdk8s-automation authored Sep 3, 2024
1 parent 6dfe12f commit f23e2fc
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json

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

2 changes: 1 addition & 1 deletion test/operator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { mkdtempSync, writeFileSync } from 'fs';
import { tmpdir } from 'os';
import { join } from 'path';
import { Yaml } from 'cdk8s';
import { PodCollection } from './fixtures/pod-collection';
import { Operator } from '../src';
import { PodCollection } from './fixtures/pod-collection';

// disable logs
jest.spyOn(console, 'error').mockReturnValue();
Expand Down
56 changes: 31 additions & 25 deletions yarn.lock

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

0 comments on commit f23e2fc

Please sign in to comment.