Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
    "eslint": "^8.49.0",
    "playcanvas": "^1.65.4",
  • Loading branch information
epreston committed Sep 13, 2023
1 parent 089aeab commit aee0921
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 74 deletions.
170 changes: 100 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"private": true,
"type": "module",
"name": "playcanvas-template",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"files": [
"dist"
],
"engines": {
"node": ">=18.16.1 || >=20.0.0"
"node": ">=18.17.1 || >=20.0.0"
},
"browserslist": "Chrome >= 112, ChromeAndroid >= 112, Edge >= 112, Firefox >= 112, FirefoxAndroid >= 112, Safari >= 16.4, iOS >= 16.4, not dead",
"scripts": {
Expand All @@ -20,8 +20,8 @@
},
"devDependencies": {
"@playcanvas/eslint-config": "^1.7.1",
"eslint": "^8.48.0",
"playcanvas": "^1.65.3",
"eslint": "^8.49.0",
"playcanvas": "^1.65.4",
"prettier": "^3.0.3",
"typescript": "^5.1.6",
"vite": "^4.4.9"
Expand Down

0 comments on commit aee0921

Please sign in to comment.