Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Jul 5, 2024
1 parent 9bce190 commit c6c2198
Show file tree
Hide file tree
Showing 4 changed files with 823 additions and 1,123 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -44,12 +42,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
Expand Down Expand Up @@ -78,13 +74,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: wyvox/action-setup-pnpm@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20

cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
- name: Release on NPM
run: pnpm semantic-release
env:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"ember-cli-htmlbars": "^6.3.0",
"ember-composable-helpers": "^5.0.0",
"ember-focus-trap": "^1.1.0",
"ember-modifier": "^4.1.0",
"ember-modifier": "^4.2.0",
"ember-toggle": "^9.0.3",
"ember-truth-helpers": "^4.0.3",
"uikit": "^3.21.5"
"uikit": "^3.21.6"
},
"devDependencies": {
"@adfinis/eslint-config": "2.1.1",
Expand All @@ -87,8 +87,8 @@
"ember-code-snippet": "3.0.0",
"ember-concurrency": "4.0.2",
"ember-load-initializers": "2.1.2",
"ember-prism": "0.13.0",
"ember-qunit": "8.0.2",
"ember-prism": "1.0.0",
"ember-qunit": "8.1.0",
"ember-resolver": "12.0.1",
"ember-source": "5.9.0",
"ember-source-channel-url": "3.0.0",
Expand All @@ -108,13 +108,13 @@
"prettier": "3.3.2",
"qunit": "2.21.0",
"qunit-dom": "3.2.0",
"sass": "1.77.4",
"sass": "1.77.6",
"semantic-release": "24.0.0",
"stylelint": "16.6.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-prettier": "5.0.0",
"stylelint-scss": "6.3.2",
"webpack": "5.91.0"
"webpack": "5.92.1"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit c6c2198

Please sign in to comment.