Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
onderonur committed Nov 16, 2024
1 parent 5236c70 commit 4f9e6ca
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 279 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.2
version: 9.13.2
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,48 +19,48 @@
},
"dependencies": {
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@codemirror/view": "^6.34.3",
"@uiw/codemirror-extensions-langs": "4.19.8",
"@uiw/codemirror-themes-all": "4.19.8",
"@uiw/react-codemirror": "4.19.8",
"@zag-js/focus-visible": "^0.77.0",
"@zag-js/focus-visible": "^0.77.1",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"next": "15.0.2",
"next": "15.0.3",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-icons": "^5.3.0",
"react-select": "^5.8.2",
"react-select": "^5.8.3",
"react-toastify": "^10.0.6",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^22.8.4",
"@types/node": "^22.9.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.2",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-unicorn": "^55.0.0",
"husky": "^9.1.6",
"knip": "^5.34.4",
"knip": "^5.37.1",
"lint-staged": "^15.2.10",
"npm-check-updates": "^17.1.9",
"postcss": "^8.4.47",
"npm-check-updates": "^17.1.11",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.13.2",
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
Expand Down
Loading

0 comments on commit 4f9e6ca

Please sign in to comment.