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: mx-space/kami
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a0be926aeb611304d5349d0b7d6331c0bbee44ed
Choose a base ref
..
head repository: mx-space/kami
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ac64cd9e8796ec6b37732b1e1b08e71c797a9f0
Choose a head ref
Showing with 66 additions and 159 deletions.
  1. +4 −4 package.json
  2. +62 −155 pnpm-lock.yaml
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -101,17 +101,17 @@
"@innei/prettier": "0.11.1",
"@next/bundle-analyzer": "13.5.3",
"@sentry/webpack-plugin": "2.8.0",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@trivago/prettier-plugin-sort-imports": "4.2.1",
"@types/inflection": "1.13.0",
"@types/js-cookie": "3.0.5",
"@types/lodash-es": "4.17.9",
"@types/markdown-escape": "1.1.2",
"@types/node": "20.8.6",
"@types/randomcolor": "0.5.7",
"@types/randomcolor": "0.5.8",
"@types/react": "17.0.68",
"@types/react-color": "3.0.7",
"@types/react-color": "3.0.9",
"@types/react-dom": "18.2.13",
"@types/remove-markdown": "0.3.2",
"@types/remove-markdown": "0.3.3",
"@types/ua-parser-js": "0.7.37",
"@types/validator": "13.11.3",
"cross-env": "7.0.3",
Loading