Skip to content

Commit

Permalink
Pin version of all package dependencies (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
olange committed Mar 3, 2019
1 parent 0639514 commit d0201cb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
9 changes: 4 additions & 5 deletions packages/three-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"main": "three-app.js",
"scripts": {},
"dependencies": {
"@petitatelier/three-camera": "^0.2.0",
"@petitatelier/three-scene": "^0.2.0",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"three": "^0.101.1"
"@petitatelier/three-camera": "0.2.0",
"@petitatelier/three-scene": "0.2.0",
"lit-element": "2.0.1",
"three": "0.101.1"
},
"keywords": [
"three.js",
Expand Down
5 changes: 2 additions & 3 deletions packages/three-camera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"main": "three-camera.js",
"scripts": {},
"dependencies": {
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"lit-element": "2.0.1",
"osc-js": "2.0.2",
"three": "^0.101.1",
"three": "0.101.1",
"ws": "6.1.4"
},
"keywords": [
Expand Down
7 changes: 3 additions & 4 deletions packages/three-force-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
"watch": "npm run build-watch & browser-sync http://localhost:8081 --files \"./*,../../demos/*\""
},
"dependencies": {
"@petitatelier/three-object": "^0.2.0",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"@petitatelier/three-object": "0.2.0",
"lit-element": "2.0.1",
"ngraph.forcelayout3d": "0.0.16",
"ngraph.graph": "0.0.17",
"three": "^0.101.1"
"three": "0.101.1"
},
"keywords": [
"three.js",
Expand Down
7 changes: 3 additions & 4 deletions packages/three-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"main": "three-object.js",
"scripts": {},
"dependencies": {
"@petitatelier/three-scene": "^0.2.0",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"three": "^0.101.1"
"@petitatelier/three-scene": "0.2.0",
"lit-element": "2.0.1",
"three": "0.101.1"
},
"keywords": [
"three.js",
Expand Down
7 changes: 3 additions & 4 deletions packages/three-planet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"main": "three-planet.js",
"scripts": {},
"dependencies": {
"@petitatelier/three-object": "^0.2.0",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"three": "^0.101.1"
"@petitatelier/three-object": "0.2.0",
"lit-element": "2.0.1",
"three": "0.101.1"
},
"keywords": [
"three.js",
Expand Down
7 changes: 3 additions & 4 deletions packages/three-scene/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"main": "three-scene.js",
"scripts": {},
"dependencies": {
"@petitatelier/three-object": "^0.2.0",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"three": "^0.101.1"
"@petitatelier/three-object": "0.2.0",
"lit-element": "2.0.1",
"three": "0.101.1"
},
"keywords": [
"three.js",
Expand Down

0 comments on commit d0201cb

Please sign in to comment.