Skip to content

Commit

Permalink
fix custom-question-api-example build (#126)
Browse files Browse the repository at this point in the history
* fix custom-question-api-example build

* delete yarn.lock from web-embed-api example as well

* reset parcel cache

* Revert "delete yarn.lock from web-embed-api example as well"

This reverts commit 1fa508f.

* Revert "fix custom-question-api-example build"

This reverts commit 721c02e.

* downgrade parcel

* reset cache again
  • Loading branch information
alikirec authored May 14, 2024
1 parent 1178502 commit bbdbc23
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
**/*.tsbuildinfo
**/lib
**/dist
key: ${{ runner.os }}-yarn-v7-${{ hashFiles('**/package.json', '**/yarn.lock', '**/tsconfig.json') }}
key: ${{ runner.os }}-yarn-v8-${{ hashFiles('**/package.json', '**/yarn.lock', '**/tsconfig.json') }}
restore-keys: |
${{ runner.os }}-yarn-v7-
- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/custom-question-api/examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"pack": "echo pass"
},
"devDependencies": {
"@parcel/transformer-typescript-tsc": "^2.12.0",
"@parcel/transformer-typescript-tsc": "^2.7.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.12.0",
"parcel": "^2.12.0"
"parcel": "^2.7.0"
},
"dependencies": {
"@formsort/custom-question-api": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-embed/examples/event-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@parcel/transformer-typescript-tsc": "^2.12.0",
"@parcel/transformer-typescript-tsc": "^2.7.0",
"@types/babel__core": "^7.1.16",
"@types/node": "^16.9.4",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"parcel": "^2.12.0",
"parcel": "^2.7.0",
"typescript": "^4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"author": "Formsort Engineering <[email protected]>",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-typescript-tsc": "^2.12.0",
"@parcel/transformer-typescript-tsc": "^2.7.0",
"@types/node": "^17.0.23",
"parcel": "^2.12.0",
"parcel": "^2.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
posthtml-render "^3.0.0"
semver "^7.5.2"

"@parcel/transformer-typescript-tsc@^2.12.0":
"@parcel/transformer-typescript-tsc@^2.7.0":
version "2.12.0"
resolved "https://registry.yarnpkg.com/@parcel/transformer-typescript-tsc/-/transformer-typescript-tsc-2.12.0.tgz#96219045f90535c345e305552ed2ecb90a2b3c5b"
integrity sha512-2y74ijth5nngFTRXvZGmZXRwmPjzTHTs8LA6PLXiAbR41091C4QdHvNk1Z3iFo29yyECwAUXGubY2mC0sfWbUA==
Expand Down Expand Up @@ -6165,7 +6165,7 @@ param-case@^3.0.4:
dot-case "^3.0.4"
tslib "^2.0.3"

parcel@^2.12.0:
parcel@^2.7.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/parcel/-/parcel-2.12.0.tgz#60529c268c2ce0754b225af835f1519da1364298"
integrity sha512-W+gxAq7aQ9dJIg/XLKGcRT0cvnStFAQHPaI0pvD0U2l6IVLueUAm3nwN7lkY62zZNmlvNx6jNtE4wlbS+CyqSg==
Expand Down

0 comments on commit bbdbc23

Please sign in to comment.