Skip to content

Commit

Permalink
Merge pull request #1505 from nextcloud/dependabot/npm_and_yarn/main/…
Browse files Browse the repository at this point in the history
…nextcloud/dialogs-4.0.1

Build(deps): Bump @nextcloud/dialogs from 3.2.0 to 4.0.1
  • Loading branch information
susnux authored Feb 17, 2023
2 parents ac727a4 + b9be3fc commit 0eefbbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 57 deletions.
64 changes: 9 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/dialogs": "^4.0.1",
"@nextcloud/event-bus": "^3.0.2",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import { generateFilePath } from '@nextcloud/router'
import { getRequestToken } from '@nextcloud/auth'
import { translate, translatePlural } from '@nextcloud/l10n'
import '@nextcloud/dialogs/styles/toast.scss'
import '@nextcloud/dialogs/dist/index.css'

import Vue from 'vue'

Expand Down

0 comments on commit 0eefbbe

Please sign in to comment.