Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,951 changes: 930 additions & 1,021 deletions cli/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"prepack": "npm i && npm run build && oclif manifest"
},
"dependencies": {
"@inquirer/prompts": "^7.1.0",
"@inquirer/prompts": "^7.2.0",
"@oclif/core": "^4",
"@scarf/scarf": "^1.4.0",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
"gradient-string": "^3.0.0",
"ky": "^1.7.2",
"ky": "^1.7.3",
"open": "^10.1.0",
"ora": "^8.1.1",
"picomatch": "^4.0.2",
Expand All @@ -48,13 +48,13 @@
"@types/node": "^22",
"@types/picomatch": "^3.0.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^9.16.0",
"oclif": "^4",
"ts-node": "^10",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.18.0"
},
"files": [
"/bin",
Expand Down
8 changes: 4 additions & 4 deletions runtime/explorer/content/package-lock.json

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

2 changes: 1 addition & 1 deletion runtime/explorer/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.2"
"vite": "^6.0.3"
}
}
78 changes: 36 additions & 42 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.17.0",
"@typescript-eslint/parser": "^8.18.0",
"assemblyscript": "^0.27.31",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.15.0",
Expand Down
78 changes: 36 additions & 42 deletions sdk/assemblyscript/examples/classification/package-lock.json

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

2 changes: 1 addition & 1 deletion sdk/assemblyscript/examples/classification/package.json
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.17.0",
"@typescript-eslint/parser": "^8.18.0",
"assemblyscript": "^0.27.31",
"assemblyscript-prettier": "^3.0.1",
"eslint": "^9.15.0",
Expand Down
Loading
Loading