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: MoTrPAC/motrpac-frontend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8476ff2ebd015098af7ebbcb34e2fdb2cb8e25fc
Choose a base ref
..
head repository: MoTrPAC/motrpac-frontend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e4b3509614e13b8fa3c05d7de28df826d0211c2c
Choose a head ref
Showing with 1,782 additions and 1,504 deletions.
  1. +3 −2 package.json
  2. +1,779 −1,502 yarn.lock
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -37,12 +37,13 @@
"redux-thunk": "^2.3.0",
"tocbot": "^4.25.0",
"victory": "37.0.2",
"vis-network-react": "DinerIsmail/vis-network-react",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"vite": "^5.2.8"
},
"scripts": {
"start": "vite",
"build": "vite build && jampack ./build",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"storybook": "storybook dev -p 9009",
Loading