chore: upgrade vite dependencies

This commit is contained in:
Carlos Valente
2024-05-18 22:30:30 +02:00
committed by Carlos Valente
parent 082449bede
commit ac430602b4
4 changed files with 401 additions and 338 deletions
+3 -3
View File
@@ -61,7 +61,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@sentry/vite-plugin": "^2.14.0", "@sentry/vite-plugin": "^2.16.1",
"@tanstack/eslint-plugin-query": "^5.8.4", "@tanstack/eslint-plugin-query": "^5.8.4",
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.1.1", "@testing-library/react": "^13.1.1",
@@ -87,10 +87,10 @@
"prettier": "^3.0.3", "prettier": "^3.0.3",
"sass": "^1.57.1", "sass": "^1.57.1",
"typescript": "^5.4.3", "typescript": "^5.4.3",
"vite": "^5.1.0", "vite": "^5.2.11",
"vite-plugin-compression2": "^0.12.0", "vite-plugin-compression2": "^0.12.0",
"vite-plugin-svgr": "^4.2.0", "vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1", "vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.2" "vitest": "^1.6.0"
} }
} }
+1 -1
View File
@@ -46,7 +46,7 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.4.3", "typescript": "^5.4.3",
"vitest": "^1.2.2" "vitest": "^1.6.0"
}, },
"scripts": { "scripts": {
"addversion": "node -p \"'export const ONTIME_VERSION = ' + JSON.stringify(require('../../package.json').version) + ';'\" > src/ONTIME_VERSION.js", "addversion": "node -p \"'export const ONTIME_VERSION = ' + JSON.stringify(require('../../package.json').version) + ';'\" > src/ONTIME_VERSION.js",
+1 -1
View File
@@ -25,7 +25,7 @@
"ontime-types": "workspace:*", "ontime-types": "workspace:*",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"typescript": "^5.4.3", "typescript": "^5.4.3",
"vitest": "^1.2.2" "vitest": "^1.6.0"
}, },
"sideEffects": false "sideEffects": false
} }
+396 -333
View File
File diff suppressed because it is too large Load Diff