Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Dec 9, 2023
1 parent cac55ca commit 51c33e7
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 475 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"",
"test": "concurrently \"pnpm:lint\" \"pnpm:test:*(!e2e)\" --names \"lint,test:\" && pnpm test:e2e",
"test:types": "glint",
"test:duplication": "jscpd --exitCode 1 --pattern \"app/**/*.{ts,js}\"",
"test:ember": "ember exam --split=2 --partition=1 --parallel=3 --load-balance",
Expand Down Expand Up @@ -73,11 +73,11 @@
"@types/ember-data__model": "~4.0.4",
"@types/ember-data__serializer": "~4.0.5",
"@types/ember-data__store": "~4.0.6",
"@types/node": "^20.10.1",
"@types/node": "^20.10.4",
"@types/qunit": "~2.19.9",
"@types/rsvp": "~4.0.8",
"@typescript-eslint/eslint-plugin": "~6.13.1",
"@typescript-eslint/parser": "~6.13.1",
"@typescript-eslint/eslint-plugin": "~6.13.2",
"@typescript-eslint/parser": "~6.13.2",
"autoprefixer": "~10.4.16",
"broccoli-asset-rev": "~3.0.0",
"concurrently": "^8.2.2",
Expand Down Expand Up @@ -105,7 +105,7 @@
"ember-fetch": "~8.1.2",
"ember-flatpickr": "~4.0.0",
"ember-immer-changeset": "~1.0.2",
"ember-intl": "^6.2.2",
"ember-intl": "^6.3.2",
"ember-load-initializers": "~2.1.2",
"ember-modifier": "~4.1.0",
"ember-page-title": "~8.1.0",
Expand All @@ -120,8 +120,8 @@
"ember-test-selectors": "~6.0.0",
"ember-truth-helpers": "~4.0.3",
"ember-yeti-table": "^1.7.4",
"eslint": "~8.54.0",
"eslint-config-prettier": "~9.0.0",
"eslint": "~8.55.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-ember": "~11.11.1",
"eslint-plugin-n": "^16.3.0",
"eslint-plugin-prettier": "~5.0.1",
Expand All @@ -132,20 +132,20 @@
"husky": "~8.0.3",
"jscpd": "~3.5.10",
"loader.js": "~4.7.0",
"msw": "^2.0.9",
"postcss": "~8.4.31",
"msw": "^2.0.10",
"postcss": "~8.4.32",
"postcss-import": "~15.1.0",
"prettier": "~3.1.0",
"prettier-plugin-ember-template-tag": "^1.1.0",
"qunit": "~2.20.0",
"qunit-dom": "~3.0.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint": "^16.0.1",
"stylelint-config-standard": "^35.0.0",
"stylelint-prettier": "^4.1.0",
"tailwindcss": "~3.3.5",
"tailwindcss": "~3.3.6",
"tracked-built-ins": "~3.3.0",
"type-fest": "^4.8.2",
"typescript": "~5.3.2",
"type-fest": "^4.8.3",
"typescript": "~5.3.3",
"webpack": "~5.89.0",
"webpack-bundle-analyzer": "~4.10.1",
"yup": "^1.3.2"
Expand Down
Loading

0 comments on commit 51c33e7

Please sign in to comment.