Skip to content

Bumpup #504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
fd048be
build(deps-dev): bump @typescript-eslint/parser from 5.48.1 to 5.62.0
dependabot[bot] Jul 10, 2023
a56e3a7
build(deps): bump semver from 5.7.1 to 5.7.2
dependabot[bot] Jul 11, 2023
b8d5f9a
build(deps): bump protobufjs from 6.11.3 to 6.11.4
dependabot[bot] Aug 15, 2023
5028e04
build(deps-dev): bump eslint-config-prettier from 8.6.0 to 9.1.0
dependabot[bot] Dec 3, 2023
5b04606
build(deps-dev): bump typescript from 4.9.4 to 5.3.3
dependabot[bot] Dec 6, 2023
3977032
build(deps): bump next from 13.3.0 to 14.0.4
dependabot[bot] Dec 10, 2023
688bc4a
build(deps-dev): bump eslint-config-next from 13.3.0 to 14.0.4
dependabot[bot] Dec 10, 2023
998a4dd
build(deps-dev): bump @types/react from 18.2.5 to 18.2.46
dependabot[bot] Dec 28, 2023
4ffa82a
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/next-14.…
raduwen Feb 12, 2025
0fe4b7b
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint-c…
raduwen Feb 12, 2025
2022487
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint-c…
raduwen Feb 12, 2025
574d269
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/protobuf…
raduwen Feb 12, 2025
90f3731
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/semver-5…
raduwen Feb 12, 2025
361dd89
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/types/re…
raduwen Feb 12, 2025
f209ff9
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/typescri…
raduwen Feb 12, 2025
0e7c633
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/typescri…
raduwen Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"date-fns-tz": "^2.0.0",
"firebase": "^9.21.0",
"framer-motion": "^8.4.3",
"next": "^13.3.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.11.15",
"@types/react": "^18.2.5",
"@types/react": "^18.2.46",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.32.2",
"firebase-tools": "^11.20.0",
"prettier": "^2.8.8",
"typescript": "^4.9.4"
"typescript": "^5.3.3"
}
}
Loading