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 umami-software#2429 from umami-software/dev
v2.9.0
- Loading branch information
Showing
284 changed files
with
2,568 additions
and
1,575 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
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
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.8.0", | ||
"version": "2.9.0", | ||
"description": "A simple, fast, privacy-focused alternative to Google Analytics.", | ||
"author": "Mike Cao <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -63,11 +63,12 @@ | |
"dependencies": { | ||
"@clickhouse/client": "^0.2.2", | ||
"@fontsource/inter": "^4.5.15", | ||
"@prisma/client": "5.3.1", | ||
"@prisma/client": "5.6.0", | ||
"@prisma/extension-read-replicas": "^0.3.0", | ||
"@react-spring/web": "^9.7.3", | ||
"@tanstack/react-query": "^4.33.0", | ||
"@umami/prisma-client": "^0.3.0", | ||
"@umami/redis-client": "^0.16.0", | ||
"@tanstack/react-query": "^5.12.2", | ||
"@umami/prisma-client": "^0.8.0", | ||
"@umami/redis-client": "^0.18.0", | ||
"chalk": "^4.1.1", | ||
"chart.js": "^4.2.1", | ||
"chartjs-adapter-date-fns": "^3.0.0", | ||
|
@@ -92,17 +93,17 @@ | |
"kafkajs": "^2.1.0", | ||
"maxmind": "^4.3.6", | ||
"moment-timezone": "^0.5.35", | ||
"next": "^13.5.3", | ||
"next-basics": "^0.37.0", | ||
"next": "14.0.4", | ||
"next-basics": "^0.39.0", | ||
"node-fetch": "^3.2.8", | ||
"npm-run-all": "^4.1.5", | ||
"prisma": "5.3.1", | ||
"prisma": "5.6.0", | ||
"react": "^18.2.0", | ||
"react-basics": "^0.105.0", | ||
"react-basics": "^0.114.0", | ||
"react-beautiful-dnd": "^13.1.0", | ||
"react-dom": "^18.2.0", | ||
"react-error-boundary": "^4.0.4", | ||
"react-intl": "^6.4.7", | ||
"react-intl": "^6.5.5", | ||
"react-simple-maps": "^2.3.0", | ||
"react-use-measure": "^2.0.4", | ||
"react-window": "^1.8.6", | ||
|
@@ -125,9 +126,10 @@ | |
"@rollup/plugin-replace": "^5.0.2", | ||
"@svgr/rollup": "^8.1.0", | ||
"@svgr/webpack": "^8.1.0", | ||
"@types/node": "^18.11.9", | ||
"@types/react": "^18.0.25", | ||
"@types/react-dom": "^18.0.8", | ||
"@types/node": "^20.9.0", | ||
"@types/react": "^18.2.41", | ||
"@types/react-dom": "^18.2.17", | ||
"@types/react-window": "^1.8.8", | ||
"@typescript-eslint/eslint-plugin": "^6.7.3", | ||
"@typescript-eslint/parser": "^6.7.3", | ||
"cross-env": "^7.0.3", | ||
|
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
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.