Upgrade all possible dependencies

This commit is contained in:
Nathan Chapman
2024-02-21 16:09:08 -06:00
parent 1f011fd194
commit a2442e0095
38 changed files with 3059 additions and 2497 deletions
+42 -36
View File
@@ -1,49 +1,55 @@
{
"name": "nextjs-tailwind-capacitor",
"name": "nextjs-tailwind-ionic-capacitor-starter",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=12"
"node": ">=18.17"
},
"scripts": {
"dev": "next dev",
"compile": "tsc",
"compile:watch": "tsc -w",
"build": "next build",
"start": "next start",
"export": "next export"
"dev": "next dev",
"lint": "eslint . --ext .ts,.tsx",
"preserve": "npm run build",
"serve": "npx serve out",
"presync": "npm run build",
"sync": "npx cap sync",
"android": "npx cap run android",
"ios": "npx cap run ios"
},
"dependencies": {
"@capacitor/android": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/ios": "^4.0.0",
"@capacitor/status-bar": "^4.0.0",
"@ionic/react": "^7.0.1",
"@ionic/react-router": "^7.0.1",
"@types/jest": "^26.0.20",
"@types/node": "^12.19.15",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"classnames": "^2.5.1",
"next": "^13.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-virtuoso": "^1.1.1"
"@capacitor/android": "5.7.0",
"@capacitor/core": "5.7.0",
"@capacitor/ios": "5.7.0",
"@capacitor/status-bar": "5.0.7",
"@ionic/react": "7.7.3",
"@ionic/react-router": "7.7.3",
"classnames": "2.5.1",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-virtuoso": "4.7.0"
},
"devDependencies": {
"@capacitor/cli": "^4.0.0",
"autoprefixer": "^10.4.12",
"eslint": "^7.28.0",
"eslint-config-next": "^13.2.4",
"ionicons": "^6.0.3",
"postcss": "^8.4.18",
"prettier": "^2.2.1",
"pullstate": "1.24",
"react-use-gesture": "^9.1.3",
"reselect": "^5.1.0",
"tailwindcss": "^3.2.0",
"typescript": "^5.3.3"
"@capacitor/cli": "5.7.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"@types/react-router-dom": "5.3.3",
"@types/react-router": "5.1.20",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"ionicons": "7.2.2",
"postcss": "8.4.35",
"prettier": "3.2.5",
"pullstate": "1.25",
"reselect": "5.1.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
}
}