Skip to content

Commit

Permalink
Update example app dependencies (#347)
Browse files Browse the repository at this point in the history
* Update dependency versions

* Update dev dependency versions
  • Loading branch information
xenova authored Oct 22, 2023
1 parent 40df3cc commit 63b4369
Show file tree
Hide file tree
Showing 13 changed files with 10,312 additions and 422 deletions.
4,817 changes: 4,817 additions & 0 deletions examples/code-completion/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/code-completion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.27",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
},
Expand Down
146 changes: 55 additions & 91 deletions examples/next-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/next-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"autoprefixer": "10.4.14",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"next": "13.4.12",
"postcss": "8.4.27",
"next": "^13.5.4",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3"
Expand Down
Loading

0 comments on commit 63b4369

Please sign in to comment.