Skip to content

Commit

Permalink
chore(package): ⬆️ update dependencies
Browse files Browse the repository at this point in the history
update dependencies and devDependencies inside `package.json` file to the latest version

fix #10
  • Loading branch information
achmadk committed Jan 4, 2023
1 parent 804f43c commit f07758f
Show file tree
Hide file tree
Showing 2 changed files with 762 additions and 712 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,40 +23,40 @@
},
"dependencies": {
"@abraham/reflection": "^0.11.0",
"@clerk/nextjs": "^4.6.7",
"@clerk/nextjs": "^4.6.15",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fullpage/react-fullpage": "^0.1.31",
"@linaria/babel-preset": "^4.3.1",
"@linaria/core": "^4.2.3",
"@linaria/react": "^4.3.1",
"@linaria/shaker": "^4.2.5",
"@linaria/webpack-loader": "^4.1.9",
"@linaria/babel-preset": "^4.3.2",
"@linaria/core": "^4.2.4",
"@linaria/react": "^4.3.2",
"@linaria/shaker": "^4.2.6",
"@linaria/webpack-loader": "^4.1.10",
"@popperjs/core": "^2.11.6",
"@prisma/client": "^4.7.1",
"@prisma/client": "^4.8.0",
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.0",
"axios": "^1.2.2",
"clsx": "^1.2.1",
"comlink": "^4.3.1",
"compression-webpack-plugin": "^10.0.0",
"cross-env": "^7.0.3",
"flowbite": "^1.5.4",
"flowbite": "^1.6.0",
"flowbite-datepicker": "^1.2.2",
"flowbite-react": "^0.3.6",
"flowbite-react": "^0.3.7",
"formik": "^2.2.9",
"inversify-esm": "^2.0.1",
"inversify-hooks-esm": "^2.1.0",
"inversify-props-esm": "^2.0.1",
"jose": "^4.11.1",
"next": "13.0.6",
"jose": "^4.11.2",
"next": "13.1.1",
"next-compose-plugins": "^2.2.1",
"next-linaria": "^1.0.1-beta",
"next-optimized-images": "^2.6.2",
"next-pwa": "^5.6.0",
"next-redux-cookie-wrapper": "^2.2.1",
"next-redux-wrapper": "^8.0.0",
"next-redux-wrapper": "^8.1.0",
"purge-fontawesome": "^1.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -65,7 +65,7 @@
"react-redux": "^8.0.5",
"react-toastify": "^9.1.1",
"read-excel-file": "^5.5.3",
"sass": "^1.56.1",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"windicss": "^3.5.6",
Expand All @@ -76,23 +76,23 @@
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.10",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"add": "^2.0.6",
"autoprefixer": "^10.4.13",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lodash-es": "^4.17.21",
"postcss": "^8.4.19",
"postcss-import": "^15.0.1",
"prettier": "^2.8.0",
"prisma": "^4.7.1",
"typescript": "^4.9.3",
"postcss": "^8.4.20",
"postcss-import": "^15.1.0",
"prettier": "^2.8.1",
"prisma": "^4.8.0",
"typescript": "^4.9.4",
"yarn": "^1.22.19"
},
"packageManager": "yarn@3.2.4",
Expand Down
Loading

0 comments on commit f07758f

Please sign in to comment.