Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiftechnify committed Oct 4, 2023
1 parent 23a3fb3 commit 6700c64
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: "20.x"

- name: Install dependencies
run: yarn
run: yarn install --frozen-lockfile

- name: Lint
run: yarn lint
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"devDependencies": {
"@pandacss/dev": "^0.14.0",
"@shadow-panda/preset": "^0.6.0",
"@shadow-panda/styled-system": "./node_modules/@shadow-panda/styled-system",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2443,9 +2443,6 @@
resolved "https://registry.yarnpkg.com/@shadow-panda/style-context/-/style-context-0.6.0.tgz#f3c2a7972b56ff609317d318f2528149a4f62739"
integrity sha512-FByYV28vyfgpRP47Xng+yFywG3xzGv9SbfOwZrIsVAinOd8jBy8E7nnTP8aNYwnor5BfD3FI2Z0+zG8PgAxaUg==

"@shadow-panda/styled-system@./node_modules/@shadow-panda/styled-system":
version "0.0.0-1050.3611019998789"

"@surma/rollup-plugin-off-main-thread@^2.2.3":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053"
Expand Down

0 comments on commit 6700c64

Please sign in to comment.