Skip to content

Commit

Permalink
Merge pull request #89 from yesmydarkproject/temp/20240406/dep-updates
Browse files Browse the repository at this point in the history
Deps/20240406 update deps
  • Loading branch information
MaySoMusician authored Apr 5, 2024
2 parents 6d16a3b + 185d47e commit 0396d35
Show file tree
Hide file tree
Showing 5 changed files with 1,789 additions and 1,419 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn commitlint --edit $1
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
yarn type-check
yarn type-check
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"author": "YesMyDark Project contributors",
"engines": {
"node": "18"
"node": ">=18"
},
"scripts": {
"dev": "next dev",
Expand All @@ -18,51 +18,52 @@
"up-latest": "yarn upgrade-interactive --latest",
"release": "standard-version",
"push-release": "git push --follow-tags origin main",
"prepare": "husky install",
"prepare": "husky",
"commit": "commit"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.10.8",
"framer-motion": "^10.12.7",
"gsap": "^3.11.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"framer-motion": "^11.0.24",
"gsap": "^3.12.5",
"leaflet": "^1.9.3",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-easybutton": "^2.4.0",
"next": "^12.3.4",
"next-pwa": "^5.6.0",
"next-seo": "^6.0.0",
"next-seo": "^6.5.0",
"react": "^18.2.0",
"react-aria": "^3.25.0",
"react-aria-components": "^1.0.0-alpha.4",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
"react-stately": "^3.23.0",
"react-use": "^17.4.0"
"react-use": "^17.5.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/prompt-cli": "^17.6.3",
"@types/gtag.js": "^0.0.12",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/prompt-cli": "^19.2.0",
"@types/gtag.js": "^0.0.19",
"@types/leaflet": "^1.9.3",
"@types/react": "^18.2.5",
"autoprefixer": "^10.4.14",
"@types/react": "^18.2.74",
"autoprefixer": "^10.4.19",
"babel-plugin-preval": "^5.1.0",
"commitlint": "^17.6.3",
"eslint": "^8.39.0",
"eslint-config-next": "^13.4.0",
"eslint-config-sznm": "^1.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"next-sitemap": "^4.0.9",
"commitlint": "^19.2.1",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"eslint-config-sznm": "^1.1.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.23",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.4.1",
"postcss-preset-env": "^9.5.4",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"standard-version": "^9.3.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.1-rc"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.1-rc"
}
}
Loading

0 comments on commit 0396d35

Please sign in to comment.