Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6da3ee680bedd07d11fa4445662bbd90b1a96adb
  • Loading branch information
cpojer committed Mar 7, 2025
1 parent ecb2ae8 commit 0374f2e
Show file tree
Hide file tree
Showing 8 changed files with 917 additions and 1,563 deletions.
2 changes: 1 addition & 1 deletion ares/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@emotion/css": "^11.13.5",
"@iconify-icons/pixelarticons": "^1.2.5",
"@nkzw/use-relative-time": "^1.1.0",
"@sentry/browser": "^9.2.0",
"@sentry/browser": "^9.3.0",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.7.0",
"cordova-plugin-purchase": "^13.12.1",
Expand Down
2 changes: 1 addition & 1 deletion artemis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@pothos/plugin-relay": "^4.4.0",
"@prisma/client": "^6.4.1",
"@quixo3/prisma-session-store": "^3.1.13",
"@sentry/node": "^9.2.0",
"@sentry/node": "^9.3.0",
"@types/express-session": "^1.18.1",
"@types/node-pushnotifications": "^1.0.8",
"array-shuffle": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"licht-theme": "^1.7.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"vocs": "1.0.0-alpha.62"
"vocs": "1.0.1"
}
}
1 change: 0 additions & 1 deletion docs/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export default defineConfig({
'process.env.IS_LANDING_PAGE': `1`,
},
plugins: [
// @ts-expect-error
react({
babel: {
plugins: [babelPluginEmotion],
Expand Down
6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,10 @@ export default [
'workspaces/no-relative-imports': 0,
},
},
{
files: ['hera/behavior/**/*.tsx', 'hera/editor/behavior/**/*.tsx'],
rules: {
'react-hooks/rules-of-hooks': 0,
},
},
];
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@nkzw/eslint-config": "^2.0.0",
"@nkzw/eslint-plugin-fbtee": "^0.2.1",
"@styled/typescript-styled-plugin": "^1.0.1",
"@swc/core": "^1.11.4",
"@types/node": "^22.13.5",
"@swc/core": "^1.11.5",
"@types/node": "^22.13.8",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"chalk": "^5.4.1",
Expand All @@ -75,10 +75,10 @@
"nodemon": "^3.1.9",
"npm-run-all2": "^7.0.2",
"prettier": "4.0.0-alpha.10",
"prettier-plugin-packagejson": "^2.5.8",
"prettier-plugin-packagejson": "^2.5.9",
"react-refresh": "^0.16.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"vite": "^6.2.0",
"vitest": "^3.0.7"
},
Expand All @@ -103,7 +103,6 @@
"rollup@^2.0.0": "^4.16.4"
},
"patchedDependencies": {
"@remix-run/router": "patches/@remix-run__router.patch",
"cordova-plugin-purchase": "patches/cordova-plugin-purchase.patch",
"eslint-plugin-import": "patches/eslint-plugin-import.patch",
"[email protected]": "patches/[email protected]",
Expand Down
22 changes: 0 additions & 22 deletions patches/@remix-run__router.patch

This file was deleted.

Loading

0 comments on commit 0374f2e

Please sign in to comment.