Skip to content

Commit 6bd58bd

Browse files
committed
Update depencencies and types for easymde 2.10.1
1 parent e8a6154 commit 6bd58bd

2 files changed

Lines changed: 5718 additions & 4972 deletions

File tree

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"src"
2121
],
2222
"dependencies": {
23-
"@types/codemirror": "^0.0.76",
24-
"easymde": "^2.7.1-202.0"
23+
"@types/codemirror": "^0.0.88",
24+
"@types/marked": "^0.7.4",
25+
"easymde": "^2.10.1"
2526
},
2627
"peerDependencies": {
2728
"react": ">=15",
@@ -30,20 +31,20 @@
3031
"devDependencies": {
3132
"@babel/cli": "^7.2.3",
3233
"@babel/preset-typescript": "^7.1.0",
33-
"@babel/runtime": "^7.3.1",
34-
"@types/codemirror": "^0.0.76",
35-
"@types/node": "^10.12.18",
34+
"@babel/runtime": "^7.9.6",
35+
"@types/codemirror": "^0.0.88",
36+
"@types/node": "^12.12.31",
3637
"@types/react": "^16.7.21",
3738
"babel-core": "^7.0.0-bridge.0",
38-
"react": "16.7.0",
39-
"react-dom": "16.7.0",
40-
"react-scripts": "^2.1.3",
39+
"react": "16.13.1",
40+
"react-dom": "16.13.1",
41+
"react-scripts": "^3.4.1",
4142
"typescript": "^3.2.4"
4243
},
4344
"scripts": {
4445
"prebuild:lib": "tsc",
45-
"build:lib": "NODE_ENV=production babel src --out-dir lib --source-maps --extensions \".js\",\".jsx\",\".ts\",\".tsx\" ",
46-
"prepublish": "npm run build:lib",
46+
"build:lib": "NODE_ENV=production babel src --out-dir lib --source-maps --extensions \".js\",\".jsx\",\".ts\",\".tsx\"",
47+
"prepare": "npm run build:lib",
4748
"demo": "cd demo && yarn install && yarn start"
4849
},
4950
"babel": {

0 commit comments

Comments
 (0)