chore: fix snjs lint job; devDep structure

This commit is contained in:
Mo
2022-07-06 08:39:43 -05:00
parent 6116287138
commit 3ab1ef5e2a
23 changed files with 122 additions and 112 deletions

View File

@@ -11,10 +11,10 @@
"tsc": "tsc --project ./tsconfig.json"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/core": "*",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-env": "*",
"@babel/preset-react": "^7.12.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.2",