Skip to content

Commit

Permalink
Merge branch 'master' into mainmatterize
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Sep 19, 2022
2 parents 32b2ce5 + a03a8ca commit d6fad66
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '0 3 * * *' # daily, at 3am

env:
PNPM_VERSION: 7.9.4
PNPM_VERSION: 7.9.5

jobs:
docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
PNPM_VERSION: 7.9.4
PNPM_VERSION: 7.9.5

jobs:
release:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"@typescript-eslint/parser": "5.34.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-preset-env": "1.7.0",
"documentation": "13.2.5",
"documentation": "13.2.4",
"ember-auto-import": "2.4.2",
"ember-cli": "4.7.0",
"ember-cli-dependency-checker": "3.3.1",
"ember-cli-htmlbars": "6.1.0",
"ember-cli-htmlbars": "6.1.1",
"ember-cli-inject-live-reload": "2.1.0",
"ember-load-initializers": "2.1.2",
"ember-maybe-import-regenerator": "1.0.0",
Expand All @@ -86,7 +86,7 @@
"typescript": "4.8.2",
"webpack": "5.74.0"
},
"packageManager": "pnpm@7.9.4",
"packageManager": "pnpm@7.9.5",
"changelog": {
"repo": "Mainmatter/qunit-dom",
"labels": {
Expand Down
129 changes: 12 additions & 117 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6fad66

Please sign in to comment.