Skip to content

Commit

Permalink
updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoms1 committed Aug 12, 2018
1 parent bca48f8 commit 6a1c29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 1 addition & 11 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,13 @@
"test.watch": "jest --watch"
},
"dependencies": {
"@stencil/core": "^0.11.0",
"@stencil/router": "^0.2.5"
},
"devDependencies": {
"@stencil/core": "^0.11.0",
"@types/jest": "^23.3.1",
"jest": "^23.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-app-starter.git"
},
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/stencil"
},
"homepage": "https://github.com/ionic-team/stencil",
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
Expand Down
4 changes: 1 addition & 3 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"@stencil/state-tunnel": "0.0.7"
},
"devDependencies": {
"@stencil/core": "^0.10.0",
"@stencil/dev-server": "latest",
"@stencil/utils": "latest",
"@stencil/core": "^0.11.0",
"@types/jest": "^20.0.8",
"jest": "^22.4.3",
"np": "^2.16.0",
Expand Down

0 comments on commit 6a1c29b

Please sign in to comment.