Skip to content

Commit 340f29b

Browse files
committed
downgrade @rollup/plugin-commonjs
1 parent c111947 commit 340f29b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"@babel/preset-react": "^7.16.7",
134134
"@babel/preset-typescript": "^7.16.7",
135135
"@rollup/plugin-babel": "^5.3.1",
136-
"@rollup/plugin-commonjs": "^22.0.0",
136+
"@rollup/plugin-commonjs": "21.1.0",
137137
"@rollup/plugin-node-resolve": "^13.2.1",
138138
"@rollup/plugin-replace": "^4.0.0",
139139
"@testing-library/jest-dom": "^5.14.1",

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ const babelConfig = {
4848
extensions,
4949
babelHelpers: 'bundled',
5050
}
51-
5251
const resolveConfig = { extensions }
5352

5453
const externalPeerDeps = () =>

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,10 +2130,10 @@
21302130
"@babel/helper-module-imports" "^7.10.4"
21312131
"@rollup/pluginutils" "^3.1.0"
21322132

2133-
"@rollup/plugin-commonjs@^22.0.0":
2134-
version "22.0.0"
2135-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.0.tgz#f4d87016e2fbf187a593ab9f46626fe05b59e8bd"
2136-
integrity sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ==
2133+
"@rollup/plugin-commonjs@21.1.0":
2134+
version "21.1.0"
2135+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz#45576d7b47609af2db87f55a6d4b46e44fc3a553"
2136+
integrity sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA==
21372137
dependencies:
21382138
"@rollup/pluginutils" "^3.1.0"
21392139
commondir "^1.0.1"

0 commit comments

Comments
 (0)