File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
77
"@fisker/husky-config" : " 1.1.5" ,
78
78
"@fisker/lint-staged-config" : " 1.0.8" ,
79
79
"@fisker/prettier-config" : " 1.0.24" ,
80
+ "@rollup/plugin-commonjs" : " 11.0.0" ,
80
81
"@rollup/plugin-json" : " 4.0.1" ,
81
82
"@rollup/plugin-node-resolve" : " 6.0.0" ,
82
83
"ava" : " 2.4.0" ,
92
93
"npm-run-all" : " 4.1.5" ,
93
94
"prettier" : " 1.19.1" ,
94
95
"rollup" : " 1.27.14" ,
95
- "rollup-plugin-commonjs" : " 10.1.0" ,
96
96
"sort-package-json" : " 1.31.0"
97
97
},
98
98
"publishConfig" : {
Original file line number Diff line number Diff line change 1
- import cjs from 'rollup- plugin-commonjs'
1
+ import cjs from '@ rollup/ plugin-commonjs'
2
2
// eslint-disable-next-line import/no-unresolved
3
3
import json from '@rollup/plugin-json'
4
4
import { dependencies } from './package.json'
You can’t perform that action at this time.
0 commit comments