Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit f9712c0

Browse files
authored
Merge pull request #468 from EmaSuriano/bump-vite
fix: bump vite version and change port
2 parents 22d0af3 + 80be91d commit f9712c0

File tree

5 files changed

+158
-161
lines changed

5 files changed

+158
-161
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"release": "yarn workspace react-scroll-section release",
1919
"test": "yarn workspace demo test",
2020
"pretest:ci": "yarn build",
21-
"test:ci": "start-server-and-test http-get://localhost:3000"
21+
"test:ci": "start-server-and-test http-get://localhost:5173"
2222
}
2323
}

packages/demo/cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = defineConfig({
66
supportFile: 'cypress/support/index.js',
77
},
88
e2e: {
9-
baseUrl: 'http://localhost:3000/',
9+
baseUrl: 'http://localhost:5173/',
1010
specPattern: 'cypress/e2e/**/*.cy.js',
1111
supportFile: 'cypress/support/index.js',
1212
video: false,

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@vitejs/plugin-react": "1.3.2",
2626
"cypress": "^10.10.0",
2727
"typescript": "4.8.4",
28-
"vite": "2.8.6"
28+
"vite": "3.1.8"
2929
}
3030
}

packages/react-scroll-section/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"babel-loader": "8.2.5",
2222
"json": "11.0.0",
2323
"typescript": "4.8.4",
24-
"vite": "2.8.6",
24+
"vite": "3.1.8",
2525
"vite-plugin-dts": "1.5.0"
2626
},
2727
"license": "MIT",

0 commit comments

Comments
 (0)