Skip to content

Commit

Permalink
Use lock files in all verification examples, update monaco-editor-wra…
Browse files Browse the repository at this point in the history
…pper devDependencies
  • Loading branch information
kaisalmen committed Dec 19, 2024
1 parent 1c771d2 commit 12bcdf9
Show file tree
Hide file tree
Showing 19 changed files with 31,127 additions and 1,005 deletions.
1,008 changes: 66 additions & 942 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-header": "~3.1.1",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-unused-imports": "~4.1.4",
"globals": "~15.13.0",
"globals": "~15.14.0",
"http-server": "~14.1.1",
"minimatch": "~10.0.1",
"playwright": "~1.49.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@codingame/monaco-vscode-standalone-css-language-features": "~11.1.2",
"@codingame/monaco-vscode-standalone-html-language-features": "~11.1.2",
"@codingame/monaco-vscode-standalone-json-language-features": "~11.1.2",
"@codingame/monaco-vscode-standalone-languages": "~11.0.2",
"@codingame/monaco-vscode-standalone-languages": "~11.1.2",
"@codingame/monaco-vscode-standalone-typescript-language-features": "~11.1.2"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion verify/angular/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ dist
lib
node_modules
*.tsbuildinfo
package-lock.json
Loading

0 comments on commit 12bcdf9

Please sign in to comment.