Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent 57c3868 commit bc61943
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
JVM_OPTS: -Xmx3200m
JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@91d3aa4956ec4a53e477c4907347b5e3481be8c9 # v2
with:
distribution: 'temurin'
java-version: 17
- name: Setup submodule
run: git submodule update --init --recursive
- uses: actions/setup-node@v2
- uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
with:
cache: "npm"
node-version-file: ".nvmrc"
Expand Down
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,42 +53,42 @@
"./dist/node/extend.js": false
},
"devDependencies": {
"acorn": "~0.5.0",
"canvas": "^2.6.0",
"del": "^4.1.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-git-streamed": "^2.10.1",
"gulp-jshint": "^2.1.0",
"gulp-json-editor": "^2.5.2",
"gulp-prepro": "^2.4.0",
"gulp-qunits": "^2.1.2",
"gulp-rename": "^1.4.0",
"gulp-typescript": "^5.0.0",
"gulp-shell": "^0.8.0",
"gulp-symlink": "^2.1.4",
"gulp-uglify": "^1.5.4",
"gulp-uncomment": "^0.3.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"gulp-whitespace": "^0.1.0",
"gulp-zip": "^3.2.0",
"husky": "^2.3.0",
"jsdom": "^15.1.1",
"jshint": "^2.10.2",
"jshint-summary": "^0.4.0",
"merge-stream": "^2.0.0",
"minimist": "^1.2.0",
"mustache": "^3.0.1",
"prepro": "^2.4.0",
"qunitjs": "^1.23.0",
"require-dir": "^1.2.0",
"resemblejs": "^3.1.0",
"run-sequence": "^2.2.1",
"source-map-support": "^0.5.12",
"acorn": "0.5.0",
"canvas": "2.11.2",
"del": "4.1.1",
"gulp": "3.9.1",
"gulp-cached": "1.1.1",
"gulp-git-streamed": "2.10.1",
"gulp-jshint": "2.1.0",
"gulp-json-editor": "2.5.7",
"gulp-prepro": "2.4.0",
"gulp-qunits": "2.1.2",
"gulp-rename": "1.4.0",
"gulp-typescript": "5.0.1",
"gulp-shell": "0.8.0",
"gulp-symlink": "2.1.4",
"gulp-uglify": "1.5.4",
"gulp-uncomment": "0.3.0",
"gulp-util": "3.0.8",
"gulp-webserver": "0.9.1",
"gulp-whitespace": "0.1.0",
"gulp-zip": "3.2.0",
"husky": "2.7.0",
"jsdom": "15.2.1",
"jshint": "2.13.6",
"jshint-summary": "0.4.0",
"merge-stream": "2.0.0",
"minimist": "1.2.8",
"mustache": "3.2.1",
"prepro": "2.4.0",
"qunitjs": "1.23.1",
"require-dir": "1.2.0",
"resemblejs": "3.2.5",
"run-sequence": "2.2.1",
"source-map-support": "0.5.21",
"stats.js": "0.17.0",
"straps": "^3.0.1",
"typescript": "^4.8.2"
"straps": "3.0.1",
"typescript": "4.9.5"
},
"keywords": [
"vector",
Expand Down

0 comments on commit bc61943

Please sign in to comment.