rxdb-server 17.0.0-beta.2 → 17.0.0-beta.20

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 +23 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rxdb-server",
3
- "version": "17.0.0-beta.2",
3
+ "version": "17.0.0-beta.20",
4
4
  "description": "RxDB Server Plugin",
5
5
  "license": "SSPL",
6
6
  "author": "pubkey",
@@ -78,38 +78,39 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@types/express": "5.0.6",
81
- "array-push-at-sort-position": "4.0.1",
81
+ "array-push-at-sort-position": "5.0.0",
82
82
  "async-test-util": "2.5.0",
83
- "cors": "2.8.5",
84
- "eth-crypto": "3.1.0",
83
+ "cors": "2.8.6",
84
+ "eth-crypto": "4.0.0",
85
85
  "eventsource": "4.1.0",
86
86
  "percom": "1.1.3",
87
87
  "web-locks": "0.0.9",
88
88
  "web-worker": "1.5.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@babel/cli": "7.28.3",
92
- "@babel/core": "7.28.5",
91
+ "@babel/cli": "7.28.6",
92
+ "@babel/core": "7.29.0",
93
93
  "@babel/plugin-external-helpers": "7.27.1",
94
94
  "@babel/plugin-proposal-class-properties": "7.18.6",
95
95
  "@babel/plugin-proposal-object-rest-spread": "7.20.7",
96
96
  "@babel/plugin-transform-literals": "7.27.1",
97
97
  "@babel/plugin-transform-member-expression-literals": "7.27.1",
98
- "@babel/plugin-transform-modules-commonjs": "7.27.1",
98
+ "@babel/plugin-transform-modules-commonjs": "7.28.6",
99
+ "@babel/plugin-transform-react-jsx": "7.28.6",
99
100
  "@babel/plugin-transform-property-literals": "7.27.1",
100
- "@babel/plugin-transform-runtime": "7.28.5",
101
- "@babel/plugin-transform-spread": "7.27.1",
101
+ "@babel/plugin-transform-runtime": "7.29.0",
102
+ "@babel/plugin-transform-spread": "7.28.6",
102
103
  "@babel/plugin-transform-template-literals": "7.27.1",
103
- "@babel/plugin-transform-typescript": "7.28.5",
104
+ "@babel/plugin-transform-typescript": "7.28.6",
104
105
  "@babel/polyfill": "7.12.1",
105
- "@babel/preset-env": "7.28.5",
106
+ "@babel/preset-env": "7.29.0",
106
107
  "@babel/preset-typescript": "7.28.5",
107
- "@babel/types": "7.28.5",
108
- "@faker-js/faker": "10.1.0",
108
+ "@babel/types": "7.29.0",
109
+ "@faker-js/faker": "10.3.0",
109
110
  "@types/mocha": "10.0.10",
110
- "@types/node": "24.10.1",
111
+ "@types/node": "24.12.0",
111
112
  "@types/websql": "0.0.30",
112
- "babel-loader": "10.0.0",
113
+ "babel-loader": "10.1.1",
113
114
  "babel-plugin-transform-class-properties": "6.24.1",
114
115
  "concurrently": "9.2.1",
115
116
  "cross-env": "10.1.0",
@@ -126,18 +127,18 @@
126
127
  "karma-spec-reporter": "0.0.36",
127
128
  "karma-typescript": "5.5.4",
128
129
  "karma-webpack": "5.0.1",
129
- "mini-css-extract-plugin": "2.9.4",
130
+ "mini-css-extract-plugin": "2.10.1",
130
131
  "minify-all-js": "0.1.9",
131
132
  "mocha": "11.7.5",
132
- "rimraf": "6.1.2",
133
- "rxdb": "17.0.0-beta.2",
133
+ "rimraf": "6.1.3",
134
+ "rxdb": "17.0.0-beta.20",
134
135
  "rxjs": "7.8.2",
135
136
  "ts-loader": "9.5.4",
136
137
  "ts-node": "10.9.2",
137
138
  "typescript": "5.9.3",
138
- "webpack": "5.103.0",
139
- "webpack-bundle-analyzer": "5.0.1",
140
- "webpack-cli": "6.0.1",
141
- "webpack-dev-server": "5.2.2"
139
+ "webpack": "5.105.4",
140
+ "webpack-bundle-analyzer": "5.2.0",
141
+ "webpack-cli": "7.0.0",
142
+ "webpack-dev-server": "5.2.3"
142
143
  }
143
144
  }