Skip to content

Commit f60a326

Browse files
authored
fix: cleanup dependencies (#199)
fixes #198
1 parent bbba0a8 commit f60a326

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

.changeset/strong-crabs-deliver.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@opennextjs/cloudflare": patch
3+
---
4+
5+
fix: cleanup dependencies

packages/cloudflare/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,28 @@
5454
"@cloudflare/workers-types": "catalog:",
5555
"@eslint/js": "catalog:",
5656
"@tsconfig/strictest": "catalog:",
57+
"@types/mock-fs": "catalog:",
5758
"@types/node": "catalog:",
5859
"esbuild": "catalog:",
59-
"eslint": "catalog:",
6060
"eslint-plugin-import": "catalog:",
6161
"eslint-plugin-simple-import-sort": "catalog:",
6262
"eslint-plugin-unicorn": "catalog:",
63-
"glob": "catalog:",
63+
"eslint": "catalog:",
6464
"globals": "catalog:",
65+
"mock-fs": "catalog:",
6566
"next": "catalog:",
66-
"package-manager-detector": "catalog:",
67-
"typescript": "catalog:",
6867
"typescript-eslint": "catalog:",
69-
"vitest": "catalog:",
70-
"mock-fs": "catalog:",
71-
"@types/mock-fs": "catalog:"
68+
"typescript": "catalog:",
69+
"vitest": "catalog:"
7270
},
7371
"dependencies": {
72+
"@dotenvx/dotenvx": "catalog:",
7473
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@684",
75-
"ts-morph": "catalog:",
76-
"@dotenvx/dotenvx": "catalog:"
74+
"glob": "catalog:",
75+
"rimraf": "catalog:",
76+
"ts-morph": "catalog:"
7777
},
7878
"peerDependencies": {
79-
"rimraf": "catalog:",
8079
"wrangler": "catalog:"
8180
}
8281
}

pnpm-lock.yaml

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)