Skip to content

Commit

Permalink
[fix]: package not found error in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ndungtse committed Jun 29, 2023
1 parent 2211740 commit 25bdc83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"next": "13.4.7",
"next13-progressbar": "../",
"next13-progressbar": "^0.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.5"
Expand Down
6 changes: 4 additions & 2 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1511,8 +1511,10 @@ natural-compare@^1.4.0:
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==

next13-progressbar@../:
version "0.0.1"
next13-progressbar@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/next13-progressbar/-/next13-progressbar-0.1.0.tgz#81310c50104aebefd0e379fcd53fa538c797fa65"
integrity sha512-BK7E3VM4JvDy0KSKT4sgcss+LIN8UmfW2CzuN2Q3n/mE5K/f3Jv5BKLDuY1a+3HCjhHrEfhL1izgFghzlk86aw==
dependencies:
"@types/nprogress" "^0.2.0"
nprogress "^0.2.0"
Expand Down

0 comments on commit 25bdc83

Please sign in to comment.