Skip to content

Commit

Permalink
chore(vite) go back to vite 4, to unblock the s390x build
Browse files Browse the repository at this point in the history
Signed-off-by: David Edler <david.edler@canonical.com>
  • Loading branch information
edlerd committed Jan 18, 2024
1 parent 7e2d117 commit 6bc9e9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@playwright/test": "1.41.0",
"@rollup/wasm-node": "4.9.5",
"@types/cytoscape-popper": "2.0.4",
"@types/node-forge": "1.3.11",
"@types/react": "18.2.48",
Expand Down Expand Up @@ -89,7 +88,7 @@
"stylelint-scss": "6.0.0",
"ts-loader": "9.5.1",
"typescript": "5.3.3",
"vite": "5.0.11",
"vite": "4.5.1",
"vite-tsconfig-paths": "4.3.1"
},
"lint-staged": {
Expand All @@ -104,6 +103,6 @@
"src/**/*.scss": "stylelint"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node@4.9.5"
"rollup": "@rollup/wasm-node@4.9.5"
}
}

0 comments on commit 6bc9e9f

Please sign in to comment.