Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mizchi/next-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c6e0b29753e25a6b34133de9881c81b2023622d8
Choose a base ref
..
head repository: mizchi/next-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2064afac7adf8e6788e34e1399dfb64477d8e605
Choose a head ref
Showing with 305 additions and 187 deletions.
  1. +6 −6 package.json
  2. +299 −181 yarn.lock
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -21,14 +21,14 @@
"analyze:pwa": "pwmetrics https://nedi.app"
},
"devDependencies": {
"@babel/core": "7.8.7",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/standalone": "7.8.8",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@babel/standalone": "7.9.5",
"@mdx-js/loader": "0.15.4",
"@mdx-js/mdx": "0.15.4",
"@mizchi/jest-mdx-loader": "0.1.2",
@@ -47,7 +47,7 @@
"@types/recompose": "0.26.5",
"@types/redux-logger": "3.0.6",
"@types/redux-promise": "0.5.28",
"babel-loader": "8.0.6",
"babel-loader": "8.1.0",
"babel-minify-webpack-plugin": "0.3.1",
"copy-webpack-plugin": "4.5.2",
"coveralls": "3.0.2",
Loading