Skip to content

Commit

Permalink
Bump the minor-and-patch group across 13 directories with 8 updates (#…
Browse files Browse the repository at this point in the history
…620)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent af2507a commit 32b973b
Show file tree
Hide file tree
Showing 26 changed files with 1,728 additions and 322 deletions.
385 changes: 309 additions & 76 deletions cli/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@types/node": "^22",
"@types/picomatch": "^3.0.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^9.15.0",
"oclif": "^4",
"ts-node": "^10",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
},
"files": [
"/bin",
Expand Down
42 changes: 23 additions & 19 deletions runtime/explorer/content/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions runtime/explorer/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.0.0",
"typescript": "^5.7.2",
"vite": "^5.0.0"
}
}
137 changes: 130 additions & 7 deletions sdk/assemblyscript/examples/anthropic-functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/parser": "^8.16.0",
"assemblyscript": "^0.27.31",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.15.0",
Expand Down
Loading

0 comments on commit 32b973b

Please sign in to comment.