2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-14 18:42:24 +03:00

feat: update all deps versions, move from babel to swc

- move all package commands to scripts/pkg-task
- jest now uses swc
- rollup now uses swc
- move all benchmark packages to benchmark/package.json
This commit is contained in:
Nikolay Kostyurin
2021-10-17 19:57:00 +02:00
parent 4237ca705c
commit 2ee5141d8e
38 changed files with 1614 additions and 3131 deletions
+6 -12
View File
@@ -18,20 +18,15 @@
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.15.7",
"@babel/core": "7.15.8",
"@babel/plugin-external-helpers": "7.14.5",
"@babel/plugin-transform-modules-commonjs": "7.15.4",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-node-resolve": "13.0.5",
"@rollup/plugin-replace": "3.0.0",
"@size-limit/preset-small-lib": "6.0.1",
"babel-jest": "27.2.5",
"benchmark": "2.1.4",
"@swc/cli": "0.1.51",
"@swc/core": "1.2.98",
"@swc/jest": "0.2.4",
"bundlesize": "0.18.1",
"cross-env": "7.0.3",
"eslint": "7.32.0",
@@ -42,7 +37,6 @@
"eslint-plugin-react": "7.26.1",
"husky": "7.0.2",
"jest": "27.2.5",
"jsdoc-to-markdown": "7.0.1",
"lerna": "4.0.0",
"lint-staged": "11.2.3",
"microtime": "3.0.0",
@@ -50,10 +44,10 @@
"rimraf": "^3.0.2",
"rollup": "2.58.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-gzip": "2.5.0",
"rollup-plugin-swc": "0.2.0",
"rollup-plugin-terser": "7.0.2",
"size-limit": "6.0.1",
"xbbcode-parser": "0.1.2",
"ya-bbcode": "1.0.12"
"size-limit": "6.0.1"
},
"publishConfig": {
"access": "public",