Skip to content

Commit fbdf2b3

Browse files
committed
update cypress to latest version and make sure e2e tests are still passing
1 parent 1368a35 commit fbdf2b3

26 files changed

+23
-18
lines changed

cypress.config.ts

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import { defineConfig } from 'cypress'
2+
3+
export default defineConfig({
4+
projectId: 'k4cvdh',
5+
e2e: {
6+
// We've imported your old cypress plugins here.
7+
// You may want to clean this up later by importing these.
8+
setupNodeEvents(on, config) {
9+
return require('./cypress/plugins/index.js')(on, config)
10+
},
11+
baseUrl: 'http://localhost:3003',
12+
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
13+
},
14+
})

cypress.json

-4
This file was deleted.

cypress/downloads/downloads.htm

2.62 MB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"react": "^18"
6666
},
6767
"resolutions": {
68-
"source-map-fast": "npm:source-map@^0.7.4",
69-
"source-map": "^0.7.4"
68+
"source-map-fast": "npm:source-map@^0.8.0-beta.0",
69+
"source-map": "^0.8.0-beta.0"
7070
},
7171
"devDependencies": {
7272
"@babel/cli": "^7.23.4",
@@ -117,6 +117,7 @@
117117
"rollup-plugin-commonjs-alternate": "^0.8.0",
118118
"rollup-plugin-license": "^3.2.0",
119119
"rollup-plugin-node-resolve": "^5.2.0",
120+
"source-map": "^0.8.0-beta.0",
120121
"start-server-and-test": "^2.0.3",
121122
"styled-components": "^6.1.3",
122123
"typescript": "^5.3.3"

yarn.lock

+6-12
Original file line numberDiff line numberDiff line change
@@ -7042,11 +7042,12 @@ slice-ansi@^4.0.0:
70427042
astral-regex "^2.0.0"
70437043
is-fullwidth-code-point "^3.0.0"
70447044

7045-
"source-map-fast@npm:[email protected]", "source-map-fast@npm:source-map@^0.7.4", source-map@^0.5.0, source-map@^0.5.6, source-map@^0.6.0, source-map@^0.6.1, source-map@^0.7.3, source-map@^0.7.4, source-map@~0.6.1:
7046-
name source-map-fast
7047-
version "0.7.4"
7048-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
7049-
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
7045+
"source-map-fast@npm:[email protected]", "source-map-fast@npm:source-map@^0.8.0-beta.0", source-map@^0.5.0, source-map@^0.5.6, source-map@^0.6.0, source-map@^0.6.1, source-map@^0.7.3, source-map@^0.8.0-beta.0, source-map@~0.6.1:
7046+
version "0.8.0-beta.0"
7047+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11"
7048+
integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==
7049+
dependencies:
7050+
whatwg-url "^7.0.0"
70507051

70517052
source-map-js@^1.0.2:
70527053
version "1.0.2"
@@ -7061,13 +7062,6 @@ [email protected]:
70617062
buffer-from "^1.0.0"
70627063
source-map "^0.6.0"
70637064

7064-
source-map@^0.8.0-beta.0:
7065-
version "0.8.0-beta.0"
7066-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11"
7067-
integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==
7068-
dependencies:
7069-
whatwg-url "^7.0.0"
7070-
70717065
sourcemap-codec@^1.4.8:
70727066
version "1.4.8"
70737067
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"

0 commit comments

Comments
 (0)