Skip to content

Commit

Permalink
chore(deps): update dependency rollup-plugin-webpack-stats to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and juliusknorr committed Aug 6, 2024
1 parent b847e69 commit 8ee687e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -139,7 +139,7 @@
"jest-serializer-vue": "^3.1.0",
"prosemirror-test-builder": "^1.1.1",
"raw-loader": "^4.0.2",
"rollup-plugin-webpack-stats": "^0.4.1",
"rollup-plugin-webpack-stats": "^1.0.2",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4",
"vite": "^5.3.5",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: AGPL-3.0-or-later

import { createAppConfig } from '@nextcloud/vite-config'
import { webpackStats } from 'rollup-plugin-webpack-stats'
import webpackStats from 'rollup-plugin-webpack-stats'
import path from 'path'

const config = createAppConfig({
Expand Down

0 comments on commit 8ee687e

Please sign in to comment.