Skip to content

Commit 875516d

Browse files
committed
fix: cypress tests
1 parent 8faff9e commit 875516d

3 files changed

Lines changed: 1133 additions & 1318 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ yarn-error.log*
1010
.vscode
1111
.cache
1212
dist
13-
*.log
13+
*.log
14+
cypress

example/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
22
"name": "example",
33
"version": "1.0.0",
4-
"main": "index.js",
54
"license": "MIT",
65
"scripts": {
76
"start": "parcel --no-cache index.html",
87
"build": "parcel build index.html"
98
},
109
"dependencies": {
11-
"react-app-polyfill": "^3.0.0"
10+
"react": "19.2.1",
11+
"react-app-polyfill": "^3.0.0",
12+
"react-dom": "19.2.1"
1213
},
1314
"alias": {
1415
"react": "../node_modules/react",
1516
"react-dom": "../node_modules/react-dom"
1617
},
1718
"devDependencies": {
18-
"@parcel/transformer-sass": "2.7.0",
19+
"@parcel/transformer-sass": "2.16.3",
1920
"@types/react": "^18.0.24",
2021
"@types/react-dom": "^18.0.8",
21-
"parcel": "^2.7.0",
22+
"parcel": "^2.16.3",
2223
"typescript": "^4.8.4"
2324
}
24-
}
25+
}

0 commit comments

Comments
 (0)