Skip to content

Commit

Permalink
chore(deps): upgrade deprecated rollup-pluginutils (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
herberttn authored Mar 8, 2022
1 parent a491ace commit 84c1ae2
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 12 deletions.
53 changes: 44 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.16.0",
"@rollup/pluginutils": "^4.1.2",
"@svgr/core": "^6.2.1",
"@svgr/plugin-jsx": "^6.2.1",
"@svgr/plugin-svgo": "^6.2.0",
"rollup-pluginutils": "^2.8.2"
"@svgr/plugin-svgo": "^6.2.0"
},
"devDependencies": {
"rollup": "^2.56.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as fs from 'fs'
import { transform, Config } from '@svgr/core'
import { createFilter, CreateFilter } from 'rollup-pluginutils'
import { createFilter, CreateFilter } from '@rollup/pluginutils'
import { transformAsync, createConfigItem } from '@babel/core'
import svgo from '@svgr/plugin-svgo'
import jsx from '@svgr/plugin-jsx'
Expand Down

0 comments on commit 84c1ae2

Please sign in to comment.