Skip to content

Commit

Permalink
fix(deps): patch ember-cp-validations
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Jan 20, 2022
1 parent 4ae0870 commit d2168fe
Show file tree
Hide file tree
Showing 4 changed files with 3,120 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
/yarn.lock
.gitkeep

# https://github.com/ds300/patch-package#dev-only-patches
/patches/

# ember-try
/.node_modules.ember-try/
/bower.json.ember-try
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"test": "tests"
},
"scripts": {
"postinstall": "patch-package",
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
Expand All @@ -31,8 +32,7 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.0.1"
"ember-cli-babel": "^7.26.11"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand All @@ -45,10 +45,12 @@
"ember-auto-import": "^2.3.0",
"ember-cli": "~4.1.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^6.0.1",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-cp-validations": "^3.5.6",
"ember-data": "^4.1.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
"ember-intl": "^5.7.2",
Expand All @@ -68,6 +70,8 @@
"eslint-plugin-qunit": "^7.2.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.5.1",
"qunit": "^2.17.2",
"qunit-dom": "^2.0.0",
Expand Down

0 comments on commit d2168fe

Please sign in to comment.