Skip to content

Commit

Permalink
Dependency bump (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-sachs authored and smaye81 committed Nov 11, 2022
1 parent 702cbb6 commit 3e248f0
Show file tree
Hide file tree
Showing 8 changed files with 962 additions and 1,030 deletions.
1,960 changes: 946 additions & 1,014 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"npm": ">=8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-import-resolver-typescript": "^3.4.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.24.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
"typescript": "^4.8.4"
},
"dependencies": {
"@typescript/vfs": "1.0.0",
"@types/jest": "^29.0.3",
"jest": "^29.0.3"
"@typescript/vfs": "1.4.0",
"@types/jest": "^29.1.1",
"jest": "^29.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@bufbuild/protobuf": "0.1.1",
"@bufbuild/protoc-gen-es": "0.1.1",
"@types/node": "^18.7.14",
"typescript": "^4.8.2"
"@types/node": "^18.8.0",
"typescript": "^4.8.4"
}
}
2 changes: 1 addition & 1 deletion packages/protobuf-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@bufbuild/protobuf": "0.1.1",
"esbuild": "^0.15.6",
"esbuild": "^0.15.10",
"google-protobuf": "^3.20.1"
}
}
4 changes: 2 additions & 2 deletions packages/protobuf-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@bufbuild/protobuf": "0.1.1",
"@types/node": "^18.7.14",
"typescript": "^4.8.2"
"@types/node": "^18.8.0",
"typescript": "^4.8.4"
}
}
2 changes: 1 addition & 1 deletion packages/protoplugin-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"dependencies": {
"@bufbuild/protoplugin": "0.1.1",
"typescript": "4.5.2"
"typescript": "4.8.4"
}
}
2 changes: 1 addition & 1 deletion packages/protoplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@bufbuild/protobuf": "0.1.1",
"@typescript/vfs": "^1.4.0",
"typescript": "4.5.2"
"typescript": "4.8.4"
},
"files": [
"dist/**/"
Expand Down
2 changes: 1 addition & 1 deletion packages/protoplugin/src/ecmascript/transpile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const defaultOptions: ts.CompilerOptions = {

// Language and Environment
lib: [],
moduleDetection: "force",
moduleDetection: ts.ModuleDetectionKind.Force,
target: ts.ScriptTarget.ES2017,

// Completeness
Expand Down

0 comments on commit 3e248f0

Please sign in to comment.