Update dependencies.
This commit is contained in:
parent
0c14b6cefa
commit
88f6ac4908
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
||||
2
.github/workflows/npm_publish.yml
vendored
2
.github/workflows/npm_publish.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/release_publish.yml
vendored
2
.github/workflows/release_publish.yml
vendored
@ -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
2305
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user