Skip to content

Commit 8eb9672

Browse files
chore: get npm dependencies from main branch
1 parent 55ae6d1 commit 8eb9672

File tree

3 files changed

+61
-61
lines changed

3 files changed

+61
-61
lines changed

example-app-spm/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,35 @@
1515
"@capacitor/barcode-scanner": "file:../plugin/",
1616
"@capacitor/core": "8.0.0-beta.0",
1717
"@capacitor/ios": "8.0.0-beta.0",
18-
"@ionic/react": "^8.7.0",
19-
"@ionic/react-router": "^8.7.0",
20-
"@types/react-router": "^5.1.20",
21-
"@types/react-router-dom": "^5.3.3",
22-
"ionicons": "^7.0.0",
23-
"react": "^18.2.0",
24-
"react-dom": "^18.2.0",
18+
"@ionic/react": "^8.7.9",
19+
"@ionic/react-router": "^8.7.9",
20+
"ionicons": "^8.0.13",
21+
"react": "^19.2.0",
22+
"react-dom": "^19.2.0",
2523
"react-router": "^5.3.4",
2624
"react-router-dom": "^5.3.4"
2725
},
2826
"devDependencies": {
2927
"@capacitor/cli": "8.0.0-beta.0",
30-
"@testing-library/dom": ">=7.21.4",
31-
"@testing-library/jest-dom": "^5.16.5",
32-
"@testing-library/react": "^14.0.0",
33-
"@testing-library/user-event": "^14.4.3",
34-
"@types/jest": "^29.5.12",
35-
"@types/react": "^18.0.27",
36-
"@types/react-dom": "^18.0.10",
37-
"@vitejs/plugin-legacy": "^5.0.0",
38-
"@vitejs/plugin-react": "^4.2.1",
39-
"cypress": "^13.5.0",
40-
"eslint": "^8.35.0",
41-
"eslint-plugin-react": "^7.32.2",
42-
"jsdom": "^22.1.0",
43-
"terser": "^5.4.0",
44-
"typescript": "^5.1.6",
45-
"vite": "^5.0.0",
46-
"vitest": "^0.34.6"
28+
"@testing-library/dom": "^10.4.1",
29+
"@testing-library/jest-dom": "^6.9.1",
30+
"@testing-library/react": "^16.3.0",
31+
"@testing-library/user-event": "^14.6.1",
32+
"@types/jest": "^30.0.0",
33+
"@types/react": "^19.2.6",
34+
"@types/react-dom": "^19.2.3",
35+
"@types/react-router": "^5.1.20",
36+
"@types/react-router-dom": "^5.3.3",
37+
"@vitejs/plugin-legacy": "^7.2.1",
38+
"@vitejs/plugin-react": "^5.1.1",
39+
"cypress": "^15.6.0",
40+
"eslint": "^8.57.1",
41+
"eslint-plugin-react": "^7.37.5",
42+
"jsdom": "^27.2.0",
43+
"terser": "^5.44.1",
44+
"typescript": "^5.9.3",
45+
"vite": "^7.2.2",
46+
"vitest": "^4.0.10"
4747
},
4848
"description": "An Ionic project"
4949
}

example-app/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,35 @@
1616
"@capacitor/barcode-scanner": "file:../plugin/",
1717
"@capacitor/core": "8.0.0-beta.0",
1818
"@capacitor/ios": "8.0.0-beta.0",
19-
"@ionic/react": "^8.7.0",
20-
"@ionic/react-router": "^8.7.0",
21-
"@types/react-router": "^5.1.20",
22-
"@types/react-router-dom": "^5.3.3",
23-
"ionicons": "^7.0.0",
24-
"react": "^18.2.0",
25-
"react-dom": "^18.2.0",
19+
"@ionic/react": "^8.7.9",
20+
"@ionic/react-router": "^8.7.9",
21+
"ionicons": "^8.0.13",
22+
"react": "^19.2.0",
23+
"react-dom": "^19.2.0",
2624
"react-router": "^5.3.4",
2725
"react-router-dom": "^5.3.4"
2826
},
2927
"devDependencies": {
3028
"@capacitor/cli": "8.0.0-beta.0",
31-
"@testing-library/dom": ">=7.21.4",
32-
"@testing-library/jest-dom": "^5.16.5",
33-
"@testing-library/react": "^14.0.0",
34-
"@testing-library/user-event": "^14.4.3",
35-
"@types/jest": "^29.5.12",
36-
"@types/react": "^18.0.27",
37-
"@types/react-dom": "^18.0.10",
38-
"@vitejs/plugin-legacy": "^5.0.0",
39-
"@vitejs/plugin-react": "^4.2.1",
40-
"cypress": "^13.5.0",
41-
"eslint": "^8.35.0",
42-
"eslint-plugin-react": "^7.32.2",
43-
"jsdom": "^22.1.0",
44-
"terser": "^5.4.0",
45-
"typescript": "^5.1.6",
46-
"vite": "^5.0.0",
47-
"vitest": "^0.34.6"
29+
"@testing-library/dom": ">=10.4.1",
30+
"@testing-library/jest-dom": "^6.9.1",
31+
"@testing-library/react": "^16.3.0",
32+
"@testing-library/user-event": "^14.6.1",
33+
"@types/jest": "^30.0.0",
34+
"@types/react": "^19.2.6",
35+
"@types/react-dom": "^19.2.3",
36+
"@types/react-router": "^5.1.20",
37+
"@types/react-router-dom": "^5.3.3",
38+
"@vitejs/plugin-legacy": "^7.2.1",
39+
"@vitejs/plugin-react": "^5.1.1",
40+
"cypress": "^15.6.0",
41+
"eslint": "^8.57.1",
42+
"eslint-plugin-react": "^7.37.5",
43+
"jsdom": "^27.2.0",
44+
"terser": "^5.44.1",
45+
"typescript": "^5.9.3",
46+
"vite": "^7.2.2",
47+
"vitest": "^4.0.10"
4848
},
4949
"description": "An Ionic project"
5050
}

plugin/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@
5555
"devDependencies": {
5656
"@capacitor/android": "8.0.0-beta.0",
5757
"@capacitor/core": "8.0.0-beta.0",
58-
"@capacitor/docgen": "^0.2.2",
58+
"@capacitor/docgen": "0.3.0",
5959
"@capacitor/ios": "8.0.0-beta.0",
60-
"@ionic/swiftlint-config": "^1.1.2",
61-
"@types/node": "~20.12.4",
62-
"@typescript-eslint/eslint-plugin": "^5.59.2",
63-
"@typescript-eslint/parser": "^5.59.2",
64-
"eslint": "^8.57.0",
65-
"eslint-config-prettier": "^8.8.0",
66-
"prettier": "^2.8.8",
67-
"prettier-plugin-java": "~2.1.0",
68-
"rimraf": "^3.0.2",
69-
"rollup": "^2.78.1",
70-
"swiftlint": "^1.0.2",
71-
"typescript": "~5.7.2"
60+
"@ionic/swiftlint-config": "^2.0.0",
61+
"@types/node": "^24.10.1",
62+
"@typescript-eslint/eslint-plugin": "^8.47.0",
63+
"@typescript-eslint/parser": "^8.47.0",
64+
"eslint": "^9.39.1",
65+
"eslint-config-prettier": "^10.1.8",
66+
"prettier": "^3.6.2",
67+
"prettier-plugin-java": "^2.7.7",
68+
"rimraf": "^6.1.0",
69+
"rollup": "^4.53.2",
70+
"swiftlint": "^2.0.0",
71+
"typescript": "^5.9.3"
7272
},
7373
"peerDependencies": {
7474
"@capacitor/core": "8.0.0-beta.0"

0 commit comments

Comments
 (0)