@ray-js/builder-mp 1.5.0-beta.11 → 1.5.0-beta.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/builder-mp",
3
- "version": "1.5.0-beta.11",
3
+ "version": "1.5.0-beta.12",
4
4
  "description": "Ray builder for mini program",
5
5
  "keywords": [
6
6
  "ray"
@@ -26,17 +26,17 @@
26
26
  "dependencies": {
27
27
  "@babel/plugin-proposal-private-methods": "^7.18.6",
28
28
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
29
- "@babel/template": "^7.22.5",
30
- "@babel/traverse": "^7.22.11",
31
- "@babel/types": "^7.22.11",
32
- "@ray-core/babel-preset-remax": "^0.3.6",
33
- "@ray-core/build-store": "^0.3.6",
34
- "@ray-core/cli": "^0.3.6",
35
- "@ray-core/ray": "^0.3.6",
36
- "@ray-js/adapter": "^1.5.0-beta.11",
29
+ "@babel/template": "^7.22.15",
30
+ "@babel/traverse": "^7.23.7",
31
+ "@babel/types": "^7.23.6",
32
+ "@ray-core/babel-preset-remax": "^0.3.9",
33
+ "@ray-core/build-store": "^0.3.9",
34
+ "@ray-core/cli": "^0.3.9",
35
+ "@ray-core/ray": "^0.3.9",
36
+ "@ray-js/adapter": "^1.5.0-beta.12",
37
37
  "@ray-js/rjs-for-wechat": "^0.0.3",
38
- "@ray-js/shared": "^1.5.0-beta.11",
39
- "@ray-js/types": "^1.5.0-beta.11",
38
+ "@ray-js/shared": "^1.5.0-beta.12",
39
+ "@ray-js/types": "^1.5.0-beta.12",
40
40
  "babel-loader": "^8.3.0",
41
41
  "babel-plugin-minify-dead-code-elimination": "^0.5.2",
42
42
  "babel-plugin-transform-prune-unused-imports": "^1.0.1",
@@ -48,14 +48,14 @@
48
48
  "pretty-bytes": "^5.6.0",
49
49
  "react": "^17.0.2",
50
50
  "slash": "^3.0.0",
51
- "webpack": "^5.88.2",
51
+ "webpack": "^5.89.0",
52
52
  "webpack-chain": "^6.5.1",
53
53
  "webpack-virtual-modules": "^0.4.6"
54
54
  },
55
55
  "devDependencies": {
56
- "@ray-core/types": "^0.3.6",
56
+ "@ray-core/types": "^0.3.9",
57
57
  "@types/jest": "^27.5.2",
58
- "@types/node": "^20.5.9",
58
+ "@types/node": "^20.10.6",
59
59
  "babel-plugin-tester": "^10.1.0",
60
60
  "jest": "^27.5.1",
61
61
  "ts-jest": "^27.1.5",
@@ -65,5 +65,5 @@
65
65
  "access": "public",
66
66
  "registry": "https://registry.npmjs.org"
67
67
  },
68
- "gitHead": "4b672baff874f366149a5a3007366a2eba7e5132"
68
+ "gitHead": "7fb9ae94b8896c81a6b6556099107cb2daab9c9b"
69
69
  }