Skip to content

Commit 64e8a2a

Browse files
committed
chore: update workspace
1 parent e6d2466 commit 64e8a2a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"private": true,
2121
"devDependencies": {
22+
"@angular-devkit/build-angular": "^15.0.0",
2223
"@angular/animations": "^15.0.0",
2324
"@angular/common": "^15.0.0",
2425
"@angular/compiler": "^15.0.0",
@@ -43,37 +44,39 @@
4344
"@types/jest": "28.1.8",
4445
"@types/react": "npm:types-react-without-jsx-intrinsics@^16.14.30",
4546
"@types/socket.io": "^3.0.2",
47+
"@valor/nativescript-websockets": "^1.0.3",
4648
"body-parser": "^1.19.0",
4749
"cors": "^2.8.5",
4850
"date-fns": "^2.21.3",
4951
"express": "^4.17.1",
50-
"nativescript-videoplayer": "^5.0.1",
51-
"pusher": "^5.0.0",
52-
"socket.io": "^4.1.1",
53-
"tslib": "^2.0.0",
5452
"husky": "^8.0.0",
5553
"jest": "28.1.3",
54+
"nativescript-permissions": "1.3.11",
55+
"nativescript-videoplayer": "^5.0.1",
5656
"nativescript-vue": "~2.9.0",
5757
"nativescript-vue-template-compiler": "~2.9.0",
5858
"ng-packagr": "^15.0.0",
59+
"pusher": "^5.0.0",
5960
"react": "^16.14.0",
6061
"react-nativescript": "^4.0.0",
6162
"react-nativescript-navigation": "^4.0.0",
6263
"rxjs": "~7.5.0",
64+
"socket.io": "^4.1.1",
6365
"svelte": "3.24.1",
6466
"svelte-native": "~1.0.4",
6567
"ts-jest": "28.0.8",
68+
"tslib": "^2.0.0",
6669
"typescript": "~4.8.0",
6770
"vuepress": "^1.5.3",
6871
"whatwg-url": "11.0.0",
69-
"zone.js": "~0.11.1",
70-
"@angular-devkit/build-angular": "^15.0.0",
71-
"nativescript-permissions": "1.3.11",
72-
"@valor/nativescript-websockets": "^1.0.3"
72+
"zone.js": "~0.11.1"
7373
},
7474
"lint-staged": {
7575
"**/*.{js,ts,scss,json,html}": [
7676
"npx prettier --write"
7777
]
78+
},
79+
"dependencies": {
80+
"postcss-import": "^15.1.0"
7881
}
7982
}

0 commit comments

Comments
 (0)