Skip to content

Commit c4cb7d1

Browse files
committed
fix: revert dependencies so build works
1 parent cf0374a commit c4cb7d1

File tree

2 files changed

+7479
-3918
lines changed

2 files changed

+7479
-3918
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"lint": "eslint --ext .js ."
2424
},
2525
"dependencies": {
26-
"@babel/runtime": "^7.18.0",
26+
"@babel/runtime": "^7.16.3",
2727
"@violentmonkey/dom": "^2.0.2",
2828
"@violentmonkey/ui": "^0.7.0"
2929
},
3030
"devDependencies": {
3131
"@babel/eslint-plugin": "latest",
3232
"@babel/plugin-transform-react-jsx": "^7.16.0",
33-
"@babel/runtime": "^7.18.0",
34-
"@gera2ld/plaid": "~2.5.2",
33+
"@babel/runtime": "^7.16.3",
34+
"@gera2ld/plaid": "~2.4.0",
3535
"@gera2ld/plaid-rollup": "~2.4.0",
3636
"@violentmonkey/dom": "^2.0.2",
3737
"@violentmonkey/ui": "^0.7.0",
@@ -42,7 +42,7 @@
4242
"husky": "^8.0.1",
4343
"npm-run-all": "^4.1.5",
4444
"resolve": "^1.22.0",
45-
"rollup": "^2.74.1",
45+
"rollup": "^2.71.1",
4646
"rollup-plugin-cleanup": "^3.2.1",
4747
"rollup-plugin-userscript": "^0.1.1"
4848
}

0 commit comments

Comments
 (0)