Skip to content

Commit

Permalink
resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Oct 30, 2023
1 parent 3bb7e81 commit 8316fb2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 242 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ jobs:
- name: Set Environment Variable
run: echo "VSCE_RELEASE_VERSION=$(date +'%s' | cut -c1-8)" >> $GITHUB_ENV

- name: Overrides esbuild
working-directory: ./packages/vscode
if: contains(matrix.target, 'darwin-arm64')
run: yarn override-esbuild

- name: Publish RC
if: steps.changesets.outputs.published != 'true'
working-directory: ./packages/vscode
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"vitest": "0.33.0"
},
"resolutions": {
"esbuild@npm:^0.17.18": "npm:[email protected]"
"panda-css-vscode/esbuild": "npm:[email protected]"
},
"packageManager": "[email protected]",
"workspaces": [
Expand Down
5 changes: 1 addition & 4 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,9 @@
"@pandacss/preset-base": "^0.17.0",
"@pandacss/preset-panda": "^0.17.0",
"@pandacss/ts-plugin": "workspace:^",
"esbuild": "^0.19.5",
"esbuild": "^0.17.8",
"pathe": "1.1.1"
},
"overrides": {
"esbuild": "npm:esbuild-wasm@^0.19.5"
},
"bundledDependencies": [
"@pandacss/ts-plugin",
"@pandacss/dev",
Expand Down
Loading

0 comments on commit 8316fb2

Please sign in to comment.