Skip to content

Commit

Permalink
⬆️ v3.9.0...v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Mar 30, 2022
1 parent 617e16d commit ef20210
Show file tree
Hide file tree
Showing 6 changed files with 404 additions and 508 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
root: true,
parserOptions: {
ecmaVersion: 2017,
ecmaVersion: 2018,
sourceType: 'module'
},
plugins: [
Expand Down
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
- "6"
- "8"

sudo: false
dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Components for managing Boostrap 3 clearfix as well as a Viewport mixin for dete

## Compatibility

- Ember.js v3.8 or above
- Ember.js v2.18 or above
- Ember CLI v2.13 or above
- Node.js v8 or above

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:all": "ember try:each"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || >= 10.*"
},
"license": "MIT",
"contributors": [
Expand All @@ -36,11 +36,11 @@
"@ember/optional-features": "^2.0.0",
"bootstrap": "3.4.1",
"bootstrap-sass": "^3.4.1",
"broccoli-asset-rev": "^2.7.0",
"ember-cli": "~3.9.0",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "~3.10.1",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-eslint": "^4.2.3",
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars-inline-precompile": "^2.1.0",
"ember-cli-inject-live-reload": "^1.8.2",
"ember-cli-sass": "^10.0.1",
"ember-cli-sri": "^2.1.1",
Expand All @@ -49,17 +49,17 @@
"ember-cli-update": "0.54.6",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.1.0",
"ember-load-initializers": "^2.0.0",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^3.4.1",
"ember-qunit": "^4.4.1",
"ember-resolver": "^5.0.1",
"ember-source": "~3.9.0",
"ember-source": "~3.10.0",
"ember-source-channel-url": "^1.1.0",
"ember-try": "^1.0.0",
"eslint-plugin-ember": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-ember": "^6.2.0",
"eslint-plugin-node": "^9.0.1",
"loader.js": "^4.7.0",
"qunit-dom": "^0.8.0",
"qunit-dom": "^0.8.4",
"sass": "^1.25.1-test.1"
},
"keywords": [
Expand All @@ -77,8 +77,8 @@
"url": "https://github.com/cybertoothca/ember-cli-bootstrap3-grid.git"
},
"dependencies": {
"ember-cli-babel": "^7.1.2",
"ember-cli-htmlbars": "^3.0.0"
"ember-cli-babel": "^7.7.3",
"ember-cli-htmlbars": "^3.0.1"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "3.9.0",
"version": "3.10.1",
"blueprints": [
{
"name": "addon",
Expand Down
Loading

0 comments on commit ef20210

Please sign in to comment.