Skip to content

Commit bb99d67

Browse files
authored
Merge pull request #282 from sailplan/deps
Update gl/canvas and configure dependabot
2 parents c77c302 + e30ca86 commit bb99d67

File tree

4 files changed

+16
-3129
lines changed

4 files changed

+16
-3129
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 100
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
open-pull-requests-limit: 100

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,5 @@ editly-tmp-*/
112112
# Other
113113
.idea
114114
pnpm-lock.yaml
115+
yarn.lock
116+
package-lock.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"type": "module",
1313
"license": "MIT",
1414
"dependencies": {
15-
"canvas": "^2.9.3",
15+
"canvas": "^2.11.2",
1616
"compare-versions": "^4.1.4",
1717
"execa": "^6.1.0",
1818
"fabric": "^5.2.4",
1919
"file-type": "^18.0.0",
2020
"file-url": "^4.0.0",
2121
"fs-extra": "^10.1.0",
22-
"gl": "^5.0.3",
22+
"gl": "^8.0.2",
2323
"gl-buffer": "^2.1.2",
2424
"gl-shader": "^4.3.1",
2525
"gl-texture2d": "^2.1.0",

0 commit comments

Comments
 (0)