Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19,102 changes: 12,188 additions & 6,914 deletions angular-example/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions angular-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.3",
"@angular-devkit/build-angular": "~21.2.14",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/schematics": "21.4.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~13.3.3",
"@angular/cli": "~22.0.0",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
Expand Down
640 changes: 428 additions & 212 deletions multi-key-example/package-lock.json

Large diffs are not rendered by default.

1,758 changes: 928 additions & 830 deletions react-example/package-lock.json

Large diffs are not rendered by default.

8,683 changes: 2,724 additions & 5,959 deletions react-native-example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-native-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.7",
"react-native": "0.72.17",
"react-native-media-queries": "^0.3.0",
"react-native-webview": "^13.6.3"
},
Expand Down
1,883 changes: 1,164 additions & 719 deletions vue-example/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vue-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"vue": "^2.6.14",
"vue": "^3.5.35",
"vue-router": "^3.0.1"
},
"devDependencies": {
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"vue-template-compiler": "^2.6.14"
"vue-template-compiler": "^2.7.16"
},
"browserslist": {
"production": [
Expand Down