Skip to content

Commit e6df64c

Browse files
authored
Revert "bump(@pennlabs/kittyhawk): 1.1.11 (#302)"
This reverts commit 555a00d.
1 parent 9b0d500 commit e6df64c

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

k8s/package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "k8s",
3-
"version": "1.0.0",
4-
"main": "main.js",
5-
"types": "main.ts",
6-
"license": "Apache-2.0",
7-
"private": true,
8-
"scripts": {
9-
"import": "cdk8s import",
10-
"synth": "cdk8s synth",
11-
"compile": "tsc",
12-
"watch": "tsc -w",
13-
"test": "jest",
14-
"build": "npm run compile && npm run synth",
15-
"upgrade": "npm i cdk8s@latest cdk8s-cli@latest",
16-
"upgrade:next": "npm i cdk8s@next cdk8s-cli@next"
17-
},
18-
"dependencies": {
19-
"@pennlabs/kittyhawk": "^1.1.11",
20-
"cdk8s": "^2.2.63",
21-
"constructs": "^10.0.110"
22-
},
23-
"devDependencies": {
24-
"@types/jest": "^26.0.24",
25-
"@types/node": "^14.18.12",
26-
"jest": "^26.6.3",
27-
"ts-jest": "^26.5.6",
28-
"typescript": "^4.6.3"
29-
}
30-
}
2+
"name": "k8s",
3+
"version": "1.0.0",
4+
"main": "main.js",
5+
"types": "main.ts",
6+
"license": "Apache-2.0",
7+
"private": true,
8+
"scripts": {
9+
"import": "cdk8s import",
10+
"synth": "cdk8s synth",
11+
"compile": "tsc",
12+
"watch": "tsc -w",
13+
"test": "jest",
14+
"build": "npm run compile && npm run synth",
15+
"upgrade": "npm i cdk8s@latest cdk8s-cli@latest",
16+
"upgrade:next": "npm i cdk8s@next cdk8s-cli@next"
17+
},
18+
"dependencies": {
19+
"@pennlabs/kittyhawk": "^1.1.9",
20+
"cdk8s": "^2.2.63",
21+
"constructs": "^10.0.110"
22+
},
23+
"devDependencies": {
24+
"@types/jest": "^26.0.24",
25+
"@types/node": "^14.18.12",
26+
"jest": "^26.6.3",
27+
"ts-jest": "^26.5.6",
28+
"typescript": "^4.6.3"
29+
}
30+
}

k8s/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,10 @@
555555
"@nodelib/fs.scandir" "2.1.5"
556556
fastq "^1.6.0"
557557

558-
"@pennlabs/kittyhawk@^1.1.11":
559-
version "1.1.11"
560-
resolved "https://registry.yarnpkg.com/@pennlabs/kittyhawk/-/kittyhawk-1.1.11.tgz#f0f8b96e45bdc3d4262067cf99b12d8620e3ca2d"
561-
integrity sha512-o/qQRXwdreaZuiq7Hf0tSjDBX5bzGOFCl447rK+6Nb8Z3IJmvTarc3UsSMs7Z9ndt/1CPoYmkaQS9KAAGIe0cw==
558+
"@pennlabs/kittyhawk@^1.1.9":
559+
version "1.1.9"
560+
resolved "https://registry.yarnpkg.com/@pennlabs/kittyhawk/-/kittyhawk-1.1.9.tgz#843c72bf8a45a14c7017f67fade3859bb842933a"
561+
integrity sha512-1kmxRuy5KPCD2/MLu2lKafWPT60RNDdQ4XYON/e0p5zB+nvWowzzdGY/O3udqGBewtwYMVRKd96Ys/m9Zyc8yw==
562562
dependencies:
563563
cdk8s "^2.2.59"
564564
cdk8s-cli "^1.0.143"

0 commit comments

Comments
 (0)