rxdb-server 16.8.1 → 16.9.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.
Files changed (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rxdb-server",
3
- "version": "16.8.1",
3
+ "version": "16.9.0",
4
4
  "description": "RxDB Server Plugin",
5
5
  "license": "SSPL",
6
6
  "author": "pubkey",
@@ -88,8 +88,8 @@
88
88
  "web-worker": "1.5.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@babel/cli": "7.26.4",
92
- "@babel/core": "7.26.9",
91
+ "@babel/cli": "7.27.0",
92
+ "@babel/core": "7.26.10",
93
93
  "@babel/plugin-external-helpers": "7.25.9",
94
94
  "@babel/plugin-proposal-class-properties": "7.18.6",
95
95
  "@babel/plugin-proposal-object-rest-spread": "7.20.7",
@@ -97,20 +97,20 @@
97
97
  "@babel/plugin-transform-member-expression-literals": "7.25.9",
98
98
  "@babel/plugin-transform-modules-commonjs": "7.26.3",
99
99
  "@babel/plugin-transform-property-literals": "7.25.9",
100
- "@babel/plugin-transform-runtime": "7.26.9",
100
+ "@babel/plugin-transform-runtime": "7.26.10",
101
101
  "@babel/plugin-transform-spread": "7.25.9",
102
102
  "@babel/plugin-transform-template-literals": "7.26.8",
103
- "@babel/plugin-transform-typescript": "7.26.8",
103
+ "@babel/plugin-transform-typescript": "7.27.0",
104
104
  "@babel/polyfill": "7.12.1",
105
105
  "@babel/preset-env": "7.26.9",
106
- "@babel/preset-typescript": "7.26.0",
107
- "@babel/types": "7.26.9",
108
- "@faker-js/faker": "9.5.0",
106
+ "@babel/preset-typescript": "7.27.0",
107
+ "@babel/types": "7.27.0",
108
+ "@faker-js/faker": "9.6.0",
109
109
  "@types/mocha": "10.0.10",
110
- "@types/node": "22.13.5",
110
+ "@types/node": "22.13.17",
111
111
  "@types/sqlite3": "3.1.11",
112
112
  "@types/websql": "0.0.30",
113
- "babel-loader": "9.2.1",
113
+ "babel-loader": "10.0.0",
114
114
  "babel-plugin-transform-class-properties": "6.24.1",
115
115
  "concurrently": "9.1.2",
116
116
  "cross-env": "7.0.3",
@@ -131,14 +131,14 @@
131
131
  "minify-all-js": "0.1.9",
132
132
  "mocha": "11.1.0",
133
133
  "rimraf": "6.0.1",
134
- "rxdb": "16.8.1",
135
- "rxjs": "7.8.1",
134
+ "rxdb": "16.9.0",
135
+ "rxjs": "7.8.2",
136
136
  "ts-loader": "9.5.2",
137
137
  "ts-node": "10.9.2",
138
- "typescript": "5.7.3",
138
+ "typescript": "5.8.2",
139
139
  "webpack": "5.98.0",
140
140
  "webpack-bundle-analyzer": "4.10.2",
141
141
  "webpack-cli": "6.0.1",
142
- "webpack-dev-server": "5.2.0"
142
+ "webpack-dev-server": "5.2.1"
143
143
  }
144
144
  }