Skip to content

Commit

Permalink
fix: serverless is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Sep 17, 2024
1 parent 26d5104 commit 1665fde
Show file tree
Hide file tree
Showing 4 changed files with 6,947 additions and 3,872 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
20
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,34 +31,34 @@
"watch": "rm -rf dist && concurrently 'pnpm:package-* --watch'"
},
"dependencies": {
"esbuild-visualizer": "^0.4.0",
"esbuild-visualizer": "^0.4.1",
"node-stream-zip": "^1.15.0",
"open": "^8.4.0"
"open": "^8.4.2"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@serverless/typescript": "^3.27.0",
"@types/serverless": "^3.12.9",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@serverless/typescript": "^3.38.0",
"@types/serverless": "^3.12.22",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@zerollup/ts-transform-paths": "^1.7.18",
"concurrently": "^7.2.2",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"concurrently": "^7.6.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"husky": "^8.0.3",
"lint-staged": "^12.5.0",
"prettier": "^2.7.1",
"serverless": "^3.27.0",
"prettier": "^2.8.8",
"serverless": "^3.39.0",
"standard-version": "^9.5.0",
"syncpack": "^8.2.4",
"tsc-alias": "^1.8.2",
"tsup": "^6.5.0",
"typescript": "^4.7.4"
"syncpack": "^8.5.14",
"tsc-alias": "^1.8.10",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
},
"packageManager": "pnpm@7.26.2",
"packageManager": "pnpm@9.10.0",
"peerDependencies": {
"serverless": "^3"
}
Expand Down
Loading

0 comments on commit 1665fde

Please sign in to comment.