Skip to content

Commit

Permalink
update deps (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston committed Oct 25, 2023
1 parent b7276f1 commit 314321a
Show file tree
Hide file tree
Showing 7 changed files with 1,213 additions and 1,188 deletions.
2 changes: 1 addition & 1 deletion e2e/treeshaking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"esbuild": "^0.18.17"
"esbuild": "^0.19.5"
}
}
2 changes: 1 addition & 1 deletion examples/closure-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"protoscript": "workspace:*"
},
"devDependencies": {
"google-closure-compiler": "^20230502.0.0"
"google-closure-compiler": "^20230802.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"protoscript": "workspace:*"
},
"devDependencies": {
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
"google-protobuf": "^3.21.2"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@types/google-protobuf": "^3.15.6",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/google-protobuf": "^3.15.9",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"babel-loader": "^9.1.3",
"codecov": "^3.8.3",
"esbuild": "^0.18.17",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"esbuild": "^0.19.5",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier-package-json": "^2.8.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"packageManager": "pnpm@8.6.9"
}
2 changes: 1 addition & 1 deletion packages/protoscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"google-protobuf": "^3.21.2",
"prettier": "^3.0.0"
"prettier": "^3.0.3"
},
"keywords": [
"protobuf",
Expand Down
2 changes: 1 addition & 1 deletion packages/well-known-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"protoscript": "workspace:*"
},
"devDependencies": {
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 314321a

Please sign in to comment.