rxdb-server 15.31.4 → 15.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rxdb-server",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.33.0",
|
|
4
4
|
"description": "RxDB Server Plugin",
|
|
5
5
|
"license": "SSPL",
|
|
6
6
|
"author": "pubkey",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"web-worker": "1.3.0"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@babel/cli": "7.
|
|
91
|
+
"@babel/cli": "7.25.6",
|
|
92
92
|
"@babel/core": "7.25.2",
|
|
93
93
|
"@babel/plugin-external-helpers": "7.24.7",
|
|
94
94
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
@@ -97,25 +97,25 @@
|
|
|
97
97
|
"@babel/plugin-transform-member-expression-literals": "7.24.7",
|
|
98
98
|
"@babel/plugin-transform-modules-commonjs": "7.24.8",
|
|
99
99
|
"@babel/plugin-transform-property-literals": "7.24.7",
|
|
100
|
-
"@babel/plugin-transform-runtime": "7.
|
|
100
|
+
"@babel/plugin-transform-runtime": "7.25.4",
|
|
101
101
|
"@babel/plugin-transform-spread": "7.24.7",
|
|
102
102
|
"@babel/plugin-transform-template-literals": "7.24.7",
|
|
103
103
|
"@babel/plugin-transform-typescript": "7.25.2",
|
|
104
104
|
"@babel/polyfill": "7.12.1",
|
|
105
|
-
"@babel/preset-env": "7.25.
|
|
105
|
+
"@babel/preset-env": "7.25.4",
|
|
106
106
|
"@babel/preset-typescript": "7.24.7",
|
|
107
|
-
"@babel/types": "7.25.
|
|
108
|
-
"@faker-js/faker": "
|
|
107
|
+
"@babel/types": "7.25.6",
|
|
108
|
+
"@faker-js/faker": "9.0.0",
|
|
109
109
|
"@types/mocha": "10.0.7",
|
|
110
|
-
"@types/node": "20.16.
|
|
110
|
+
"@types/node": "20.16.5",
|
|
111
111
|
"@types/sqlite3": "3.1.11",
|
|
112
112
|
"@types/websql": "0.0.30",
|
|
113
113
|
"babel-loader": "9.1.3",
|
|
114
114
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
115
|
-
"concurrently": "
|
|
115
|
+
"concurrently": "9.0.1",
|
|
116
116
|
"cross-env": "7.0.3",
|
|
117
117
|
"detect-browser": "5.3.0",
|
|
118
|
-
"express": "4.
|
|
118
|
+
"express": "4.20.0",
|
|
119
119
|
"get-port": "5.1.1",
|
|
120
120
|
"http-server": "14.1.1",
|
|
121
121
|
"karma": "6.4.4",
|
|
@@ -131,15 +131,15 @@
|
|
|
131
131
|
"minify-all-js": "0.1.9",
|
|
132
132
|
"mocha": "10.7.3",
|
|
133
133
|
"rimraf": "6.0.1",
|
|
134
|
-
"rxdb": "15.
|
|
134
|
+
"rxdb": "15.33.0",
|
|
135
135
|
"rxjs": "7.8.1",
|
|
136
136
|
"ts-loader": "9.5.1",
|
|
137
137
|
"ts-mocha": "10.0.0",
|
|
138
138
|
"ts-node": "10.9.2",
|
|
139
|
-
"typescript": "5.
|
|
140
|
-
"webpack": "5.
|
|
139
|
+
"typescript": "5.6.2",
|
|
140
|
+
"webpack": "5.94.0",
|
|
141
141
|
"webpack-bundle-analyzer": "4.10.2",
|
|
142
142
|
"webpack-cli": "5.1.4",
|
|
143
|
-
"webpack-dev-server": "5.0
|
|
143
|
+
"webpack-dev-server": "5.1.0"
|
|
144
144
|
}
|
|
145
145
|
}
|