Merge remote-tracking branch 'origin/master' into v-2

This commit is contained in:
cv
2022-12-26 09:47:18 +01:00
3 changed files with 14 additions and 10 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "1.9.6",
"version": "1.9.7",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.4.1",
@@ -17,13 +17,13 @@
"autosize": "^5.0.1",
"axios": "^1.2.0",
"color": "^4.2.3",
"express": "^4.18.2",
"csv-stringify": "^6.2.3",
"framer-motion": "^7.5.3",
"jotai": "^1.10.0",
"luxon": "^3.1.0",
"react": "^18.2.0",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dom": "^18.1.0",
"react-fast-compare": "^3.2.0",
"react-qr-code": "^2.0.5",
"react-router-dom": "^6.3.0",
@@ -37,7 +37,7 @@
"build": "vite build",
"lint": "eslint .",
"stylelint": "npx stylelint \"**/*.scss\"\n",
"test": "vitest ",
"test": "vitest",
"test:pipeline": "vitest run"
},
"browserslist": {