mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Revert "Merge remote-tracking branch 'upstream/master'"
This reverts commitc4307db1b8, reversing changes made to5472f952d4.
This commit is contained in:
parent
6caff7df0e
commit
37bdf21b21
11 changed files with 486 additions and 538 deletions
12
package.json
12
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "umami",
|
||||
"version": "1.23.0",
|
||||
"version": "1.22.0",
|
||||
"description": "A simple, fast, website analytics alternative to Google Analytics. ",
|
||||
"author": "Mike Cao <mike@mikecao.com>",
|
||||
"license": "MIT",
|
||||
|
|
@ -56,10 +56,10 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/inter": "4.5.0",
|
||||
"@fontsource/noto-sans-jp": "4.5.0",
|
||||
"@fontsource/noto-sans-sc": "4.5.0",
|
||||
"@fontsource/noto-sans-tc": "4.5.0",
|
||||
"@fontsource/inter": "^4.5.0",
|
||||
"@fontsource/noto-sans-jp": "^4.5.0",
|
||||
"@fontsource/noto-sans-sc": "^4.5.0",
|
||||
"@fontsource/noto-sans-tc": "^4.5.0",
|
||||
"@prisma/client": "2.29.1",
|
||||
"@reduxjs/toolkit": "^1.6.1",
|
||||
"bcryptjs": "^2.4.3",
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"detect-browser": "^5.2.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"formik": "^2.2.9",
|
||||
"immer": "^9.0.6",
|
||||
"immer": "^9.0.5",
|
||||
"ipaddr.js": "^2.0.1",
|
||||
"is-localhost-ip": "^1.4.0",
|
||||
"isbot": "^3.2.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue