Skip to content

Commit

Permalink
build: update packages (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT authored Dec 4, 2024
1 parent c9d84c6 commit cbd1c23
Show file tree
Hide file tree
Showing 3 changed files with 2,192 additions and 2,331 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,62 +21,62 @@
}
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@internationalized/date": "^3.5.5",
"framer-motion": "^11.5.6",
"@heroicons/react": "^2.2.0",
"@internationalized/date": "^3.6.0",
"framer-motion": "^11.13.1",
"lodash": "^4.17.21",
"next": "^14.2.13",
"next-auth": "^4.24.7",
"next": "^14.2.19",
"next-auth": "^4.24.10",
"next-runtime-env": "^3.2.2",
"qs": "^6.13.0",
"qs": "^6.13.1",
"react": "^18.3.1",
"react-aria-components": "^1.3.3",
"react-aria-components": "^1.5.0",
"react-dom": "^18.3.1",
"react-sortablejs": "^6.1.4",
"sharp": "^0.33.5",
"sortablejs": "^1.15.3",
"sortablejs": "^1.15.6",
"stories-react": "^1.1.2",
"uuid": "^10.0.0",
"uuid": "^11.0.3",
"xml2js": "^0.6.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@saithodev/semantic-release-backmerge": "^4.0.1",
"@semantic-release/exec": "^6.0.3",
"@serwist/next": "^9.0.8",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@serwist/next": "^9.0.10",
"@stylistic/eslint-plugin-js": "^2.11.0",
"@tailwindcss/forms": "^0.5.9",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.5",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/qs": "^6.9.17",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^10.0.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-customizable": "7.2.1",
"cz-customizable": "7.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.13",
"eslint-config-next": "^14.2.19",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"semantic-release": "^24.1.1",
"serwist": "^9.0.8",
"stylelint": "^16.9.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"semantic-release": "^24.2.0",
"serwist": "^9.0.10",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.12",
"typescript": "5.5.4"
"tailwindcss": "^3.4.16",
"typescript": "5.7.2"
}
}
Loading

0 comments on commit cbd1c23

Please sign in to comment.