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 Apr 11, 2022
1 parent 3114163 commit 3774135
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 469 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Ember.TextSupport enhancements including a `{{input-text}}` and `{{text-area}}`

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

## Installation

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test:all": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^7.1.2",
"ember-cli-babel": "^7.7.3",
"ember-cli-node-assets": "^0.2.2"
},
"devDependencies": {
Expand All @@ -50,11 +50,11 @@
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"bootstrap": "^4.1.0",
"broccoli-asset-rev": "^2.7.0",
"broccoli-asset-rev": "^3.0.0",
"clipboard": "^2.0.2",
"ct-emberjs-bling": "^0.0.1-rc.5",
"ember-auto-import": "^1.2.15",
"ember-cli": "~3.9.0",
"ember-cli": "~3.10.1",
"ember-cli-app-version": "^3.2.0",
"ember-cli-bootstrap-4": "^0.7.0",
"ember-cli-dependency-checker": "^3.1.0",
Expand All @@ -64,9 +64,9 @@
"ember-cli-deploy-s3": "^1.4.0",
"ember-cli-deploy-slack": "^1.0.1",
"ember-cli-element-closest-polyfill": "^0.0.1",
"ember-cli-eslint": "^4.2.3",
"ember-cli-htmlbars": "^3.0.0",
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars": "^3.0.1",
"ember-cli-htmlbars-inline-precompile": "^2.1.0",
"ember-cli-inject-live-reload": "^1.8.2",
"ember-cli-sass": "^7.2.0",
"ember-cli-sri": "^2.1.1",
Expand All @@ -75,24 +75,24 @@
"ember-cli-update": "0.54",
"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-route-action-helper": "^2.0.6",
"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",
"keyevent": "^1.1.0",
"loader.js": "^4.7.0",
"popper.js": "^1.14.0",
"qunit-dom": "^0.8.0",
"qunit-dom": "^0.8.4",
"sass": "^1.14.3"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || >= 10.*"
},
"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 3774135

Please sign in to comment.