Skip to content

Commit 90665e5

Browse files
authored
Merge pull request #22 from CodinGame/update-dependencies
Update dependencies
2 parents 79ce9fa + 8ce5eff commit 90665e5

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

.github/workflows/check_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check build
22
on:
3-
push:
4-
branches-ignore:
3+
pull_request:
4+
branches:
55
- main
66

77
jobs:

package-lock.json

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"types": "dist/index.d.ts",
2121
"dependencies": {
22-
"@codingame/monaco-languageclient-wrapper": "^3.0.0",
22+
"@codingame/monaco-languageclient-wrapper": "^3.2.5",
2323
"activity-detector": "^3.0.0",
2424
"react": ">=16.0.0"
2525
},

0 commit comments

Comments
 (0)