Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.
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: moltin/shopkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1f017b6b744855daf4fd4f9e4e94dd35c76e11cc
Choose a base ref
..
head repository: moltin/shopkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88c008ed399707a176eaf9522f918d352750ad02
Choose a head ref
Showing with 254 additions and 191 deletions.
  1. +3 −3 package.json
  2. +251 −188 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -35,14 +35,14 @@
"styled-components": "4.4.1"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/core": "7.15.5",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/preset-env": "7.15.0",
"@babel/preset-env": "7.15.4",
"@babel/preset-react": "7.14.5",
"babel-loader": "8.2.2",
"babel-plugin-styled-components": "1.13.2",
"css-loader": "2.1.1",
"mini-css-extract-plugin": "2.2.2",
"mini-css-extract-plugin": "2.3.0",
"optimize-css-assets-webpack-plugin": "5.0.8",
"prop-types": "15.7.2",
"terser-webpack-plugin": "1.4.5",
Loading