forked from umami-software/umami
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from loongtex/master
日常更新
- Loading branch information
Showing
398 changed files
with
4,377 additions
and
5,061 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/// <reference types="next" /> | ||
/// <reference types="next/image-types/global" /> | ||
/// <reference types="next/navigation-types/compat/navigation" /> | ||
|
||
// NOTE: This file should not be edited | ||
// see https://nextjs.org/docs/basic-features/typescript for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "umami", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "A simple, fast, privacy-focused alternative to Google Analytics.", | ||
"author": "Mike Cao <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -61,16 +61,17 @@ | |
".next/cache" | ||
], | ||
"dependencies": { | ||
"@clickhouse/client": "^0.2.2", | ||
"@fontsource/inter": "^4.5.15", | ||
"@prisma/client": "5.3.1", | ||
"@react-spring/web": "^9.7.3", | ||
"@tanstack/react-query": "^4.33.0", | ||
"@umami/prisma-client": "^0.2.0", | ||
"@umami/prisma-client": "^0.3.0", | ||
"@umami/redis-client": "^0.15.0", | ||
"chalk": "^4.1.1", | ||
"chart.js": "^4.2.1", | ||
"chartjs-adapter-date-fns": "^3.0.0", | ||
"classnames": "^2.3.1", | ||
"clickhouse": "^2.5.0", | ||
"colord": "^2.9.2", | ||
"cors": "^2.8.5", | ||
"cross-spawn": "^7.0.3", | ||
|
@@ -91,18 +92,17 @@ | |
"kafkajs": "^2.1.0", | ||
"maxmind": "^4.3.6", | ||
"moment-timezone": "^0.5.35", | ||
"next": "13.5.2", | ||
"next": "13.5.3", | ||
"next-basics": "^0.36.0", | ||
"node-fetch": "^3.2.8", | ||
"npm-run-all": "^4.1.5", | ||
"react": "^18.2.0", | ||
"react-basics": "^0.100.0", | ||
"react-basics": "^0.105.0", | ||
"react-beautiful-dnd": "^13.1.0", | ||
"react-dom": "^18.2.0", | ||
"react-error-boundary": "^4.0.4", | ||
"react-intl": "^5.24.7", | ||
"react-intl": "^6.4.7", | ||
"react-simple-maps": "^2.3.0", | ||
"react-spring": "^9.4.4", | ||
"react-use-measure": "^2.0.4", | ||
"react-window": "^1.8.6", | ||
"request-ip": "^3.3.0", | ||
|
@@ -123,12 +123,12 @@ | |
"@rollup/plugin-node-resolve": "^15.2.0", | ||
"@rollup/plugin-replace": "^5.0.2", | ||
"@svgr/rollup": "^8.1.0", | ||
"@svgr/webpack": "^6.2.1", | ||
"@svgr/webpack": "^8.1.0", | ||
"@types/node": "^18.11.9", | ||
"@types/react": "^18.0.25", | ||
"@types/react-dom": "^18.0.8", | ||
"@typescript-eslint/eslint-plugin": "^5.50.0", | ||
"@typescript-eslint/parser": "^5.50.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.3", | ||
"@typescript-eslint/parser": "^6.7.3", | ||
"cross-env": "^7.0.3", | ||
"esbuild": "^0.17.17", | ||
"eslint": "^8.33.0", | ||
|
@@ -138,9 +138,9 @@ | |
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"extract-react-intl-messages": "^4.1.1", | ||
"husky": "^7.0.0", | ||
"lint-staged": "^11.0.0", | ||
"postcss": "^8.4.21", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^14.0.1", | ||
"postcss": "^8.4.31", | ||
"postcss-flexbugs-fixes": "^5.0.2", | ||
"postcss-import": "^15.1.0", | ||
"postcss-preset-env": "7.8.3", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.