Skip to content

Commit fff3660

Browse files
committed
0.3.4
1 parent 39d71b3 commit fff3660

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "troisjs",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"scripts": {
55
"dev": "vite",
66
"types": "tsc",
@@ -9,30 +9,30 @@
99
},
1010
"devDependencies": {
1111
"@rollup/plugin-replace": "^3.0.0",
12-
"@types/three": "^0.133.1",
12+
"@types/three": "^0.136.0",
1313
"@typescript-eslint/eslint-plugin": "^5.2.0",
1414
"@typescript-eslint/parser": "^5.2.0",
15-
"@vitejs/plugin-vue": "^1.2.1",
15+
"@vitejs/plugin-vue": "^2.2.0",
1616
"@vue/compiler-sfc": "^3.2.20",
1717
"@vue/eslint-config-standard": "^6.1.0",
18-
"@vue/eslint-config-typescript": "^9.0.0",
18+
"@vue/eslint-config-typescript": "^10.0.0",
1919
"cannon": "^0.6.2",
20-
"esbuild": "^0.13.11",
20+
"esbuild": "^0.14.21",
2121
"eslint": "^8.1.0",
2222
"eslint-plugin-import": "^2.22.0",
2323
"eslint-plugin-node": "^11.1.0",
24-
"eslint-plugin-promise": "^5.1.1",
24+
"eslint-plugin-promise": "^6.0.0",
2525
"eslint-plugin-vue": "^8.0.3",
2626
"gsap": "^3.5.1",
2727
"rollup-plugin-dts": "^4.0.0",
2828
"rollup-plugin-esbuild": "^4.1.0",
2929
"stats.js": "0.17.0",
30-
"three": "^0.134.0",
30+
"three": "^0.136.0",
3131
"typescript": "^4.1.5",
3232
"vite": "^2.6.13",
3333
"vue": "^3.2.20",
3434
"vue-eslint-parser": "^8.0.1",
35-
"vue-tsc": "^0.28.10"
35+
"vue-tsc": "^0.31.4"
3636
},
3737
"main": "build/trois.js",
3838
"module": "build/trois.module.js",

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const external = [
3333

3434
const cdnReplaces = {
3535
'from \'vue\'': 'from \'https://unpkg.com/[email protected]/dist/vue.esm-browser.prod.js\'',
36-
'from \'three\'': 'from \'https://cdn.skypack.dev/three@0.134.0/build/three.module.js\'',
37-
'from \'three/examples': 'from \'https://cdn.skypack.dev/three@0.134.0/examples',
36+
'from \'three\'': 'from \'https://cdn.skypack.dev/three@0.136.0/build/three.module.js\'',
37+
'from \'three/examples': 'from \'https://cdn.skypack.dev/three@0.136.0/examples',
3838
delimiters: ['', ''],
3939
}
4040

0 commit comments

Comments
 (0)