Skip to content

Commit

Permalink
feat: upgrade nuxt version and component version (#864)
Browse files Browse the repository at this point in the history
* feat: upgrade nuxt version and component version

* ci: remove args: [--frozen-lockfile, --strict-peer-dependencies]

* chore: linter autofixes

* fix: update readme

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pghorpade and github-actions[bot] authored Oct 25, 2024
1 parent ba887af commit 2c0130d
Show file tree
Hide file tree
Showing 3 changed files with 1,128 additions and 1,127 deletions.
1 change: 0 additions & 1 deletion .github/workflows/setup-workspace/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ runs:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- args: [--global, gulp, prettier, typescript]
- name: Get pnpm store directory
shell: bash
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"test": "pnpm lint && pnpm typecheck"
},
"dependencies": {
"@nuxtjs/sitemap": "^5.1.1",
"@pinia/nuxt": "^0.5.1",
"@nuxtjs/sitemap": "^5.3.5",
"@pinia/nuxt": "^0.5.5",
"@vue-a11y/skip-to": "^3.0.3",
"nuxt": "^3.12.2",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"nuxt": "^3.13.2",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
Expand All @@ -40,6 +40,6 @@
"nuxt-graphql-request": "^7.0.5",
"sass": "^1.66.1",
"ucla-library-design-tokens": "^5.27.0",
"ucla-library-website-components": "^3.29.5"
"ucla-library-website-components": "^3.31.0"
}
}
Loading

2 comments on commit 2c0130d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://671b54031fa0b00fd0b7e8dc--uclalibrary.netlify.app

Please sign in to comment.