Skip to content

Commit

Permalink
Revert versions (#173)
Browse files Browse the repository at this point in the history
* Revert "Bump @vitejs/plugin-vue from 4.6.2 to 5.0.5"

This reverts commit 477e794.

* Revert "Bump jsdom from 22.1.0 to 24.1.0 (#159)"

This reverts commit 41e6c14.

* Revert "Dependency updates"

This reverts commit 70cc8f4.

* Revert "Weekly updates (#167)"

This reverts commit 28fdb0c.

* Revert "Using Node 20 (#166)"

This reverts commit 4fdccc1.

* Revert "upgraded Nuxt from 3.11.2 to 3.12.2 (#168)"

This reverts commit 9a0927c.
  • Loading branch information
marcelorodrigo authored Jul 7, 2024
1 parent 477e794 commit 742bb62
Show file tree
Hide file tree
Showing 5 changed files with 2,688 additions and 2,213 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
interval: daily
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
interval: daily
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup node env πŸ—
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
check-latest: true
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup node env πŸ—
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
check-latest: true
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@nuxt/test-utils": "^3.7.1",
"@nuxtjs/seo": "^2.0.0-rc.10",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@vitejs/plugin-vue": "^5.0.5",
"jsdom": "^24.1.0",
"nuxt": "^3.12.3",
"@vitejs/plugin-vue": "^4.3.4",
"jsdom": "^22.1.0",
"nuxt": "^3.11.2",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.6.0",
"vuetify": "^3.6.9"
Expand Down
Loading

0 comments on commit 742bb62

Please sign in to comment.