Skip to content

Commit bf718d4

Browse files
authored
feat(bump): more bump (#640)
1 parent 0e211c0 commit bf718d4

File tree

3 files changed

+0
-141
lines changed

3 files changed

+0
-141
lines changed

babel.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,5 @@ module.exports = {
1212
'@babel/preset-typescript',
1313
],
1414
plugins: [
15-
'@babel/plugin-proposal-object-rest-spread',
16-
'@babel/plugin-proposal-class-properties',
17-
'@babel/plugin-proposal-export-default-from',
18-
'@babel/plugin-proposal-export-namespace-from',
19-
'@babel/plugin-transform-async-to-generator',
20-
'@babel/plugin-syntax-async-generators',
2115
],
2216
};

package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,13 @@
1111
"@babel/cli": "7.27.2",
1212
"@babel/core": "7.27.4",
1313
"@babel/node": "7.27.1",
14-
"@babel/plugin-proposal-class-properties": "7.18.6",
15-
"@babel/plugin-proposal-export-default-from": "7.27.1",
16-
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
17-
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
18-
"@babel/plugin-syntax-async-generators": "7.8.4",
19-
"@babel/plugin-transform-async-to-generator": "7.27.1",
2014
"@babel/preset-env": "7.27.2",
2115
"@babel/preset-flow": "7.27.1",
2216
"@babel/preset-typescript": "7.27.1",
2317
"@commitlint/cli": "19.8.1",
2418
"@commitlint/config-conventional": "19.8.1",
25-
"@types/babel__core": "~7.20.5",
26-
"@types/babel__preset-env": "~7.10.0",
27-
"@types/graphql-relay": "0.7.0",
2819
"@types/jest": "30.0.0",
2920
"@types/lint-staged": "~13.3.0",
30-
"@types/mongoose": "^5.11.97",
3121
"babel-eslint": "10.1.0",
3222
"babel-jest": "30.0.2",
3323
"babel-plugin-jest-hoist": "30.0.1",
@@ -42,7 +32,6 @@
4232
"jest": "30.0.2",
4333
"jest-cli": "30.0.2",
4434
"lint-staged": "16.1.2",
45-
"mongodb": "^6.17.0",
4635
"mongodb-memory-server": "10.1.4",
4736
"mongoose": "8.16.0",
4837
"prettier": "3.5.3",

pnpm-lock.yaml

Lines changed: 0 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)