Skip to content

Commit 51a87cb

Browse files
committed
chore: update babel deps
1 parent 2f482c5 commit 51a87cb

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Support ttf, woff, woff2, otf, svg font, eot import and edit online.
99

1010
[English Version](https://kekee000.github.io/fonteditor/index-en.html)
1111

12-
[Fontstore](http://fontstore.baidu.com/static/editor/index.html)
1312

1413
![Fonteditor](./fonteditor.jpg)
1514

README.zh-CN.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Fonteditor Online Font Editor
99

1010
[线上地址](https://kekee000.github.io/fonteditor/)
1111

12-
[Fontstore](http://fontstore.baidu.com/static/editor/index.html)
1312

1413
![Fonteditor](./fonteditor-zh.jpg)
1514

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"author": "mkwiser",
2+
"name": "fonteditor",
3+
"version": "2.0.2",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/ecomfe/fonteditor.git"
7+
},
38
"bugs": {
49
"url": "https://github.com/ecomfe/fonteditor/issues"
510
},
11+
"author": "kekee000",
612
"contributors": [
713
{
814
"email": "[email protected]",
@@ -24,14 +30,14 @@
2430
"lint": "fecs ./src --reporter=baidu --rules"
2531
},
2632
"devDependencies": {
27-
"@babel/cli": "^7.6.4",
28-
"@babel/core": "^7.6.4",
29-
"@babel/preset-env": "^7.6.3",
30-
"@babel/register": "^7.6.2",
31-
"babel-plugin-module-resolver": "^3.2.0",
33+
"@babel/cli": "^7.20.7",
34+
"@babel/core": "^7.20.12",
35+
"@babel/preset-env": "^7.20.2",
36+
"@babel/register": "^7.18.9",
37+
"babel-plugin-module-resolver": "^4.1.0",
3238
"css-loader": "^3.2.0",
3339
"file-loader": "^4.2.0",
34-
"fonteditor-core": "^2.0.5",
40+
"fonteditor-core": "^2.1.11",
3541
"html-webpack-plugin": "^3.2.0",
3642
"less": "^2.0.0",
3743
"less-loader": "^5.0.0",
@@ -54,11 +60,5 @@
5460
"svg",
5561
"eot"
5662
],
57-
"license": "MIT",
58-
"name": "fonteditor",
59-
"repository": {
60-
"type": "git",
61-
"url": "git://github.com/ecomfe/fonteditor.git"
62-
},
63-
"version": "2.0.1"
63+
"license": "MIT"
6464
}

0 commit comments

Comments
 (0)