Skip to content

Commit eeb576f

Browse files
authored
Merge pull request #72 from classmethod/fix-pnpm-version-on-ci
2 parents f8cc1e7 + 65142e2 commit eeb576f

File tree

5 files changed

+1342
-1245
lines changed

5 files changed

+1342
-1245
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"prepare": "husky install"
4242
},
4343
"devDependencies": {
44-
"@aws-sdk/client-athena": "^3.282.0",
45-
"@types/node": "^18.14.6",
46-
"aws-sdk-client-mock": "^2.0.1",
47-
"concurrently": "^7.6.0",
44+
"@aws-sdk/client-athena": "^3.445.0",
45+
"@types/node": "^20.9.0",
46+
"aws-sdk-client-mock": "^3.0.0",
47+
"concurrently": "^8.2.2",
4848
"husky": "^8.0.3",
49-
"prettier": "^2.8.4",
50-
"typescript": "^4.9.5",
51-
"unbuild": "^1.1.2",
52-
"vitest": "^0.29.2"
49+
"prettier": "^3.0.3",
50+
"typescript": "^5.2.2",
51+
"unbuild": "^2.0.0",
52+
"vitest": "^0.34.6"
5353
},
5454
"peerDependencies": {
5555
"@aws-sdk/client-athena": "^3.x.x"

0 commit comments

Comments
 (0)