Update packages. Bump version v1.28.0

This commit is contained in:
Mike Cao 2022-03-17 21:02:54 -07:00
parent 607e6a7be1
commit 90e0bfc9f3
2 changed files with 91 additions and 57 deletions

View file

@ -1,6 +1,6 @@
{
"name": "umami",
"version": "1.27.0",
"version": "1.28.0",
"description": "A simple, fast, website analytics alternative to Google Analytics.",
"author": "Mike Cao <mike@mikecao.com>",
"license": "MIT",
@ -53,8 +53,8 @@
]
},
"dependencies": {
"@fontsource/inter": "4.5.4",
"@prisma/client": "3.10.0",
"@fontsource/inter": "4.5.5",
"@prisma/client": "3.11.0",
"async-retry": "^1.3.3",
"bcryptjs": "^2.4.3",
"chalk": "^4.1.1",
@ -75,7 +75,7 @@
"is-localhost-ip": "^1.4.0",
"isbot": "^3.4.5",
"jose": "2.0.5",
"maxmind": "^4.3.2",
"maxmind": "^4.3.6",
"moment-timezone": "^0.5.33",
"next": "12.1.0",
"node-fetch": "^3.2.3",
@ -83,7 +83,7 @@
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.20.6",
"react-intl": "^5.24.7",
"react-simple-maps": "^2.3.0",
"react-spring": "^9.4.4",
"react-tooltip": "^4.2.21",
@ -107,21 +107,21 @@
"eslint-config-next": "^12.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.2.0",
"extract-react-intl-messages": "^4.1.1",
"husky": "^7.0.0",
"lint-staged": "^11.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.8",
"postcss": "^8.4.12",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.4.2",
"postcss-rtlcss": "^3.5.3",
"prettier": "^2.3.2",
"prettier": "^2.6.0",
"prettier-eslint": "^13.0.0",
"prisma": "3.10.0",
"rollup": "^2.70.0",
"prisma": "3.11.0",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^14.5.3",
"stylelint-config-css-modules": "^3.0.0",