Skip to content

Commit

Permalink
Updated verification examples and runtime versions (node, npm, pnpm, …
Browse files Browse the repository at this point in the history
…yarn)
  • Loading branch information
kaisalmen committed Jan 10, 2025
1 parent f316e32 commit a97aeed
Show file tree
Hide file tree
Showing 20 changed files with 1,811 additions and 989 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"npm": ">=10.2.3"
},
"volta": {
"node": "22.12.0",
"npm": "10.9.0",
"node": "22.13.0",
"npm": "10.9.2",
"pnpm": "9.15.0",
"yarn": "4.5.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"npm": ">=10.2.3"
},
"volta": {
"node": "22.12.0",
"npm": "10.9.0"
"node": "22.13.0",
"npm": "10.9.2"
},
"files": [
"lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"npm": ">=10.2.3"
},
"volta": {
"node": "22.12.0",
"npm": "10.9.0"
"node": "22.13.0",
"npm": "10.9.2"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-ws-jsonrpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"npm": ">=10.2.3"
},
"volta": {
"node": "22.12.0",
"npm": "10.9.0"
"node": "22.13.0",
"npm": "10.9.2"
},
"files": [
"lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/wrapper-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"npm": ">=10.2.3"
},
"volta": {
"node": "22.12.0",
"npm": "10.9.0"
"node": "22.13.0",
"npm": "10.9.2"
},
"dependencies": {
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"npm": ">=10.2.3"
},
"volta": {
"node": "22.12.0",
"npm": "10.9.0"
"node": "22.13.0",
"npm": "10.9.2"
},
"dependencies": {
"@codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-common": "~11.1.2",
Expand Down
516 changes: 294 additions & 222 deletions verify/angular/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions verify/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"npm": ">=10.2.3"
},
"volta": {
"node": "22.12.0",
"npm": "10.9.0"
"node": "22.13.0",
"npm": "10.9.2"
},
"dependencies": {
"@angular/compiler": "~18.2.8",
Expand All @@ -27,8 +27,8 @@
"@angular/cli": "~18.2.8",
"@angular/compiler-cli": "~18.2.8",
"@codingame/esbuild-import-meta-url-plugin": "~1.0.2",
"@types/node": "~20.16.11",
"@types/vscode": "~1.94.0",
"@types/node": "~22.10.5",
"@types/vscode": "~1.95.0",
"css-loader": "~7.1.2",
"shx": "~0.3.4",
"style-loader": "~4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion verify/next/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Loading

0 comments on commit a97aeed

Please sign in to comment.