Skip to content

Commit

Permalink
e2e: update Parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Oct 5, 2023
1 parent fb05bbc commit 7530690
Show file tree
Hide file tree
Showing 4 changed files with 858 additions and 520 deletions.
6 changes: 4 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Merlijn Vos <[email protected]>",
"description": "End-to-end test suite for Uppy",
"scripts": {
"client:start": "parcel clients/index.html",
"client:start": "parcel --no-autoinstall --lazy clients/index.html",
"cypress:open": "cypress open",
"cypress:headless": "cypress run",
"generate-test": "yarn node generate-test.mjs"
Expand Down Expand Up @@ -45,12 +45,14 @@
"@uppy/zoom": "workspace:^"
},
"devDependencies": {
"@parcel/transformer-vue": "^2.9.3",
"@types/react": "^18.2.23",
"cypress": "^12.9.0",
"cypress-terminal-report": "^4.1.2",
"deep-freeze": "^0.0.1",
"execa": "^6.1.0",
"parcel": "2.0.0-nightly.1278",
"parcel": "^2.9.3",
"process": "^0.11.10",
"prompts": "^2.4.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"expo-file-system": "~13.0.3",
"expo-status-bar": "~1.1.0",
"preact-render-to-string": "^5.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-web": "0.17.1"
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.10.5",
"@babel/types": "^7.17.0",
"@parcel/transformer-vue": "2.8.4-nightly.2903+5b901a317",
"@types/jasmine": "file:./private/@types/jasmine",
"@types/jasminewd2": "file:./private/@types/jasmine",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down
Loading

0 comments on commit 7530690

Please sign in to comment.