Update dependencies.

This commit is contained in:
Viktor Kovacs 2022-11-19 19:52:44 +01:00
parent 0c14b6cefa
commit 88f6ac4908
5 changed files with 1186 additions and 1139 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
os-type: [windows-latest, macos-latest, ubuntu-latest]
steps:

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run create_dist

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run create_dist

2305
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,20 +40,20 @@
},
"devDependencies": {
"clean-css-cli": "^5.6.1",
"docdash": "^1.2.0",
"esbuild": "^0.15.12",
"eslint": "^8.26.0",
"docdash": "^2.0.0",
"esbuild": "^0.15.14",
"eslint": "^8.28.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fantasticon": "^1.2.2",
"fantasticon": "^2.0.0",
"http-server": "^14.0.0",
"jsdoc": "^3.6.11",
"jsdoc": "^4.0.0",
"mocha": "^10.1.0",
"oslllo-svg-fixer": "^2.2.0",
"svgo": "^3.0.0"
"svgo": "^3.0.2"
},
"dependencies": {
"@simonwep/pickr": "1.8.2",
"draco3d": "1.5.3",
"draco3d": "1.5.5",
"fflate": "0.7.4",
"rhino3dm": "7.15.0",
"three": "0.146.0",