Skip to content

Commit 2025485

Browse files
Pin dependencies (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88e397e commit 2025485

File tree

2 files changed

+73
-46
lines changed

2 files changed

+73
-46
lines changed

package-lock.json

Lines changed: 52 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@
3737
"watch": "rollup -c -w"
3838
},
3939
"devDependencies": {
40-
"@playcanvas/eslint-config": "^2.0.8",
41-
"@rollup/plugin-commonjs": "^28.0.2",
42-
"@rollup/plugin-node-resolve": "^16.0.0",
43-
"@rollup/plugin-terser": "^0.4.4",
44-
"@rollup/plugin-typescript": "^12.1.2",
45-
"@tweenjs/tween.js": "^25.0.0",
46-
"@typescript-eslint/eslint-plugin": "^8.19.1",
47-
"@typescript-eslint/parser": "^8.19.1",
48-
"concurrently": "^9.1.2",
49-
"earcut": "^3.0.1",
50-
"eslint": "^9.17.0",
51-
"eslint-import-resolver-typescript": "^3.7.0",
52-
"globals": "^15.14.0",
53-
"opentype.js": "^1.3.4",
54-
"playcanvas": "^2.3.3",
55-
"rollup": "^4.30.1",
56-
"serve": "^14.2.4",
57-
"tslib": "^2.8.1",
58-
"typedoc": "^0.27.6",
59-
"typedoc-plugin-mdn-links": "^4.0.7",
60-
"typescript": "^5.7.3"
40+
"@playcanvas/eslint-config": "2.0.8",
41+
"@rollup/plugin-commonjs": "28.0.2",
42+
"@rollup/plugin-node-resolve": "16.0.0",
43+
"@rollup/plugin-terser": "0.4.4",
44+
"@rollup/plugin-typescript": "12.1.2",
45+
"@tweenjs/tween.js": "25.0.0",
46+
"@typescript-eslint/eslint-plugin": "8.19.1",
47+
"@typescript-eslint/parser": "8.19.1",
48+
"concurrently": "9.1.2",
49+
"earcut": "3.0.1",
50+
"eslint": "9.17.0",
51+
"eslint-import-resolver-typescript": "3.7.0",
52+
"globals": "15.14.0",
53+
"opentype.js": "1.3.4",
54+
"playcanvas": "2.3.3",
55+
"rollup": "4.30.1",
56+
"serve": "14.2.4",
57+
"tslib": "2.8.1",
58+
"typedoc": "0.27.6",
59+
"typedoc-plugin-mdn-links": "4.0.7",
60+
"typescript": "5.7.3"
6161
}
6262
}

0 commit comments

Comments
 (0)