Skip to content

Commit

Permalink
chore: Remove all optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed Dec 11, 2023
1 parent 69de42b commit 2b32feb
Show file tree
Hide file tree
Showing 9 changed files with 129 additions and 349 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
omit=optional
2 changes: 1 addition & 1 deletion analyze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@arcjet/rollup-config": "1.0.0-alpha.2",
"@arcjet/tsconfig": "1.0.0-alpha.2",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.6.1",
"@types/node": "18.18.0",
"jest": "29.7.0",
"rollup": "4.6.1",
"typescript": "5.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion arcjet-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@arcjet/tsconfig": "1.0.0-alpha.2",
"@jest/globals": "29.7.0",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.6.1",
"jest": "29.7.0",
"rollup": "4.6.1",
"typescript": "5.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion arcjet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@arcjet/tsconfig": "1.0.0-alpha.2",
"@edge-runtime/jest-environment": "2.3.7",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.6.1",
"@types/node": "18.18.0",
"jest": "29.7.0",
"rollup": "4.6.1",
"typescript": "5.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion ip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@arcjet/rollup-config": "1.0.0-alpha.2",
"@arcjet/tsconfig": "1.0.0-alpha.2",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.6.1",
"@types/node": "18.18.0",
"jest": "29.7.0",
"rollup": "4.6.1",
"typescript": "5.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@arcjet/rollup-config": "1.0.0-alpha.2",
"@arcjet/tsconfig": "1.0.0-alpha.2",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.6.1",
"@types/node": "18.18.0",
"jest": "29.7.0",
"rollup": "4.6.1",
"typescript": "5.3.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 2b32feb

Please sign in to comment.