Skip to content

Commit 22b140b

Browse files
committed
Bumps node modules
1 parent 804e002 commit 22b140b

4 files changed

Lines changed: 72 additions & 74 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@mui/icons-material": "^7.3.1",
2323
"@mui/material": "^7.3.1",
2424
"@mui/system": "^7.3.1",
25-
"@next/mdx": "^15.5.0",
26-
"next": "^15.5.0",
25+
"@next/mdx": "^15.5.2",
26+
"next": "^15.5.2",
2727
"next-auth": "^4.24.11",
2828
"react": "^19.1.1",
2929
"react-dom": "^19.1.1",
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.1",
3434
"@eslint/js": "^9.34.0",
35-
"@next/eslint-plugin-next": "^15.5.0",
35+
"@next/eslint-plugin-next": "^15.5.2",
3636
"@stylistic/eslint-plugin": "^5.2.3",
3737
"@stylistic/eslint-plugin-js": "^4.4.1",
3838
"@stylistic/eslint-plugin-jsx": "^4.4.1",
@@ -44,7 +44,7 @@
4444
"@types/react-dom": "^19.1.8",
4545
"eslint": "^9.34.0",
4646
"eslint-config-import": "^0.13.0",
47-
"eslint-config-next": "^15.5.0",
47+
"eslint-config-next": "^15.5.2",
4848
"eslint-import-resolver-typescript": "^4.4.4",
4949
"eslint-plugin-flowtype": "^8.0.3",
5050
"eslint-plugin-import": "^2.32.0",

pnpm-lock.yaml

Lines changed: 61 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
autoInstallPeers: true
2+
3+
enablePrePostScripts: true
4+
15
onlyBuiltDependencies:
26
- sharp
37
- unrs-resolver
48

5-
enablePrePostScripts: true
6-
autoInstallPeers: true
9+
overrides:
10+
webpack@>=5.0.0-alpha.0 <5.94.0: '>=5.94.0'

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ $result -ne 0 ]; then
2020
fi
2121
echo ""
2222
pwd
23-
npx -y pnpm@latest self-update && pnpm install && pnpm up && pnpm lint-fix && pnpm build
23+
npx -y pnpm@latest self-update && pnpm install && pnpm up && pnpm audit --fix && pnpm lint-fix && pnpm build
2424
result=$?
2525
if [ $result -ne 0 ]; then
2626
cd "${CUR}" || exit

0 commit comments

Comments
 (0)