Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pichfl committed May 27, 2022
1 parent b7d57b3 commit 6868317
Show file tree
Hide file tree
Showing 4 changed files with 2,261 additions and 496 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ on:
pull_request: {}

env:
PNPM_VERSION: 6.32.18
PNPM_VERSION: 7.1.6

concurrency:
group: ci-${{ github.head_ref || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions config/ember-try.js
Expand Up @@ -11,6 +11,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.4.0',
'@ember/test-helpers': '2.7.0',
'ember-decorators-polyfill': '^1.1.5',
},
},
Expand Down
23 changes: 12 additions & 11 deletions package.json
Expand Up @@ -30,23 +30,23 @@
},
"dependencies": {
"@ember/test-waiters": "^3.0.1",
"@embroider/util": "^1.6.0",
"@embroider/util": "^1.7.1",
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
"broccoli-postcss": "^6.0.1",
"ember-auto-import": "^2.4.1",
"ember-auto-import": "^2.4.2",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.0.1",
"focus-trap": "^6.7.3",
"postcss-preset-env": "^7.4.3"
"focus-trap": "^6.9.3",
"postcss-preset-env": "^7.6.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.17.0",
"@babel/eslint-parser": "7.18.2",
"@ember/optional-features": "2.0.0",
"@ember/test-helpers": "2.7.0",
"@embroider/test-setup": "1.6.0",
"@ember/test-helpers": "2.8.1",
"@embroider/test-setup": "1.7.1",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "4.3.0",
"ember-cli": "4.4.0",
"ember-cli-dependency-checker": "3.3.1",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-sri": "2.1.1",
Expand All @@ -59,9 +59,9 @@
"ember-resolver": "8.0.3",
"ember-source": "4.4.0",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "4.6.0",
"ember-template-lint": "4.10.0",
"ember-try": "2.0.0",
"eslint": "8.15.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-ember": "10.6.1",
"eslint-plugin-import-helpers": "1.2.1",
Expand All @@ -77,7 +77,7 @@
"qunit-dom": "2.0.0",
"release-it": "14.14.3",
"release-it-lerna-changelog": "4.0.1",
"webpack": "5.72.0"
"webpack": "5.72.1"
},
"engines": {
"node": "12.* || >= 14.*"
Expand All @@ -102,6 +102,7 @@
"peerDependencyRules": {
"ignoreMissing": [
"@babel/core",
"mustache",
"postcss",
"webpack"
]
Expand Down

0 comments on commit 6868317

Please sign in to comment.