Skip to content

Commit

Permalink
chore: vite upgrade (#354)
Browse files Browse the repository at this point in the history
* chore: upgrade vite
  • Loading branch information
cpvalente authored Apr 21, 2023
1 parent 4ca9fb9 commit da889a4
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 421 deletions.
8 changes: 4 additions & 4 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard-scss": "^6.1.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-compression2": "^0.8.4",
"vite": "^4.3.1",
"vite-plugin-compression2": "^0.9.0",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.3",
"vitest": "^0.29.8"
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vitest": "^0.29.8"
"vitest": "^0.30.1"
},
"scripts": {
"addversion": "node -p \"'export const ONTIME_VERSION = ' + JSON.stringify(require('../../package.json').version) + ';'\" > src/ONTIME_VERSION.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"eslint-plugin-simple-import-sort": "^8.0.0",
"prettier": "^2.8.3",
"typescript": "^4.9.4",
"vitest": "^0.29.8"
"vitest": "^0.30.1"
}
}
Loading

0 comments on commit da889a4

Please sign in to comment.