Update dependencies
This commit is contained in:
30
package.json
30
package.json
@@ -19,26 +19,26 @@
|
||||
"@tauri-apps/plugin-os": "2.3.1",
|
||||
"axios": "1.12.2",
|
||||
"date-fns": "4.1.0",
|
||||
"react": "19.1.1",
|
||||
"react-dom": "19.1.1",
|
||||
"next": "15.5.3"
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"next": "15.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "7.0.1",
|
||||
"@fortawesome/free-brands-svg-icons": "7.0.1",
|
||||
"@fortawesome/free-solid-svg-icons": "7.0.1",
|
||||
"@fortawesome/react-fontawesome": "3.0.2",
|
||||
"@tailwindcss/postcss": "4.1.13",
|
||||
"@fortawesome/fontawesome-svg-core": "7.1.0",
|
||||
"@fortawesome/free-brands-svg-icons": "7.1.0",
|
||||
"@fortawesome/free-solid-svg-icons": "7.1.0",
|
||||
"@fortawesome/react-fontawesome": "3.1.0",
|
||||
"@tailwindcss/postcss": "4.1.14",
|
||||
"@tauri-apps/cli": "2.8.4",
|
||||
"@types/crypto-js": "4.2.2",
|
||||
"@types/react": "19.1.13",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"@types/react": "19.2.0",
|
||||
"@types/react-dom": "19.2.0",
|
||||
"crypto-js": "4.2.0",
|
||||
"@types/node": "24.5.2",
|
||||
"tailwindcss": "4.1.13",
|
||||
"typescript": "5.9.2",
|
||||
"eslint": "9.36.0",
|
||||
"eslint-config-next": "15.5.3",
|
||||
"@types/node": "24.6.2",
|
||||
"tailwindcss": "4.1.14",
|
||||
"typescript": "5.9.3",
|
||||
"eslint": "9.37.0",
|
||||
"eslint-config-next": "15.5.4",
|
||||
"@eslint/eslintrc": "3.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user