Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Aug 15, 2019
1 parent d798ead commit b2cdbba
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 110 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,34 +26,34 @@
},
"homepage": "https://github.com/glimmerjs/glimmer-build",
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/generator": "^7.4.4",
"@babel/helpers": "^7.4.4",
"@babel/core": "^7.5.5",
"@babel/generator": "^7.5.5",
"@babel/helpers": "^7.5.5",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.4.4",
"@babel/plugin-transform-classes": "^7.4.4",
"@babel/plugin-transform-block-scoping": "^7.5.5",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.4.4",
"@babel/plugin-transform-destructuring": "^7.5.0",
"@babel/plugin-transform-for-of": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/plugin-transform-parameters": "^7.4.4",
"@babel/plugin-transform-proto-to-assign": "^7.4.4",
"@babel/plugin-transform-proto-to-assign": "^7.5.5",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/types": "^7.4.4",
"@babel/types": "^7.5.5",
"@types/qunit": "^2.9.0",
"amd-name-resolver": "^1.3.1",
"babel-plugin-check-es2015-constants": "^6.22.0",
"babel-plugin-debug-macros": "^0.3.1",
"babel-plugin-debug-macros": "^0.3.2",
"babel-plugin-feature-flags": "^0.3.1",
"babel-plugin-filter-imports": "~3.0.0",
"babel-plugin-strip-glimmer-utils": "^0.1.1",
"broccoli": "^2.3.0",
"broccoli-babel-transpiler": "^7.2.0",
"broccoli-cli": "^1.0.0",
"broccoli-concat": "^3.7.3",
"broccoli-concat": "^3.7.4",
"broccoli-debug": "^0.6.5",
"broccoli-file-creator": "^2.1.1",
"broccoli-funnel": "^2.0.2",
Expand All @@ -63,16 +63,16 @@
"broccoli-typescript-compiler": "4.1.0",
"loader.js": "^4.7.0",
"qunit": "^2.9.2",
"resolve": "^1.10.1",
"resolve": "^1.12.0",
"stack-trace": "^0.0.10",
"testem": "^2.15.1",
"tslint": "^5.16.0",
"typescript": "~3.4.5"
"testem": "^2.17.0",
"tslint": "^5.18.0",
"typescript": "~3.5.3"
},
"devDependencies": {
"chai": "^4.1.2",
"chai": "^4.2.0",
"fixturify": "^1.2.0",
"mocha": "^6.1.4",
"rimraf": "^2.6.3"
"mocha": "^6.2.0",
"rimraf": "^3.0.0"
}
}
Loading

0 comments on commit b2cdbba

Please sign in to comment.