Skip to content

Commit

Permalink
Bump ember-cli-sass to 10 (#829)
Browse files Browse the repository at this point in the history
* Bump `ember-cli-sass` to `10`

* Update `@addepar/style-box`

* Update package.json

Co-authored-by: Matthew Beale <[email protected]>

* Update .travis.yml

Co-authored-by: Matthew Beale <[email protected]>

Co-authored-by: Matthew Beale <[email protected]>
  • Loading branch information
2 people authored and bantic committed Nov 6, 2020
1 parent 071775b commit 8edb7f4
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 290 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- '8'
- '10'

dist: trusty

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ember-cli-htmlbars": "^3.0.1",
"ember-cli-htmlbars-inline-precompile": "^2.1.0",
"ember-cli-node-assets": "^0.2.2",
"ember-cli-sass": "^7.0.0",
"ember-cli-sass": "^10.0.0",
"ember-cli-version-checker": "^3.0.1",
"ember-compatibility-helpers": "^1.2.0",
"ember-getowner-polyfill": "^2.2.0",
Expand All @@ -48,7 +48,7 @@
"@addepar/eslint-config": "^4.0.2",
"@addepar/prettier-config": "^1.0.0",
"@addepar/sass-lint-config": "^2.0.1",
"@addepar/style-toolbox": "~0.7.0",
"@addepar/style-toolbox": "~0.8.1",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@types/ember": "^2.8.22",
"babel-eslint": "^10.0.1",
Expand Down Expand Up @@ -93,7 +93,7 @@
"release-it": "^12.3.4"
},
"engines": {
"node": "8.* || >= 10.*"
"node": ">= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down
Loading

0 comments on commit 8edb7f4

Please sign in to comment.