Skip to content

Commit

Permalink
Update various dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Aug 7, 2024
1 parent 5e440e4 commit 69ec0dd
Show file tree
Hide file tree
Showing 2 changed files with 1,121 additions and 62 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"chalk": "4.1.2",
"ember-auto-import": "^2.7.0",
"ember-cli-autoprefixer": "^2.0.0",
"ember-cli-babel": "^7.26.11",
"ember-cli-clipboard": "^1.1.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-clipboard": "^1.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-postcss": "^8.0.0",
"ember-cli-string-helpers": "^6.1.0",
Expand All @@ -63,20 +63,20 @@
"ember-concurrency": "^3.0.0",
"ember-fetch": "^8.1.1",
"ember-keyboard": "^8.0.0",
"ember-modal-dialog": "^4.0.0",
"ember-modal-dialog": "^4.1.4",
"ember-responsive": "^5.0.0",
"ember-router-generator": "^2.0.0",
"ember-router-scroll": "^4.1.2",
"ember-set-helper": "^2.0.1",
"ember-svg-jar": "^2.4.7",
"ember-tether": "^3.0.0",
"ember-svg-jar": "^2.4.9",
"ember-tether": "^3.1.0",
"ember-truth-helpers": "^4.0.3",
"esm": "^3.2.25",
"execa": "5.1.1",
"fs-extra": "^11.1.0",
"git-repo-info": "^2.1.1",
"highlight.js": "^11.9.0",
"hosted-git-info": "^7.0.1",
"hosted-git-info": "^7.0.2",
"html-entities": "^2.3.2",
"jsdom": "^23.2.0",
"json-api-serializer": "^2.6.6",
Expand All @@ -85,7 +85,7 @@
"lunr": "^2.3.9",
"marked": "^11.1.0",
"marked-highlight": "^2.1.1",
"node-html-parser": "^6.1.4",
"node-html-parser": "^6.1.13",
"pad-start": "^1.0.2",
"parse-git-config": "^3.0.0",
"postcss": "^8.3.6",
Expand All @@ -101,9 +101,9 @@
"yuidocjs": "^0.10.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.1",
Expand All @@ -116,7 +116,7 @@
"concurrently": "^8.2.2",
"ember-classy-page-object": "0.8.0-beta.2",
"ember-cli": "~5.5.0",
"ember-cli-addon-docs-yuidoc": "^1.0.0",
"ember-cli-addon-docs-yuidoc": "^1.1.0",
"ember-cli-blueprint-test-helpers": "^0.19.2",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-dependency-checker": "^3.3.2",
Expand Down Expand Up @@ -146,13 +146,13 @@
"miragejs": "^0.1.48",
"mocha": "^10.1.0",
"prettier": "^3.1.1",
"qunit": "^2.20.0",
"qunit-dom": "^3.0.0",
"qunit": "^2.21.1",
"qunit-dom": "^3.2.0",
"release-it": "^16.3.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.1.0",
"webpack": "^5.89.0"
"webpack": "^5.93.0"
},
"peerDependencies": {
"ember-data": ">= 3.0.0",
Expand Down
Loading

0 comments on commit 69ec0dd

Please sign in to comment.