@modern-js/plugin-testing 2.68.16 → 2.68.18
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 +12 -12
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                "modern",
         
     | 
| 
       16 
16 
     | 
    
         
             
                "modern.js"
         
     | 
| 
       17 
17 
     | 
    
         
             
              ],
         
     | 
| 
       18 
     | 
    
         
            -
              "version": "2.68. 
     | 
| 
      
 18 
     | 
    
         
            +
              "version": "2.68.18",
         
     | 
| 
       19 
19 
     | 
    
         
             
              "jsnext:source": "./src/cli/index.ts",
         
     | 
| 
       20 
20 
     | 
    
         
             
              "types": "./dist/types/cli/index.d.ts",
         
     | 
| 
       21 
21 
     | 
    
         
             
              "main": "./dist/cjs/cli/index.js",
         
     | 
| 
         @@ -130,19 +130,19 @@ 
     | 
|
| 
       130 
130 
     | 
    
         
             
                "supertest": "^6.1.6",
         
     | 
| 
       131 
131 
     | 
    
         
             
                "ts-jest": "^29.1.0",
         
     | 
| 
       132 
132 
     | 
    
         
             
                "yargs": "^17.0.1",
         
     | 
| 
       133 
     | 
    
         
            -
                "@modern-js/babel-compiler": "2.68. 
     | 
| 
       134 
     | 
    
         
            -
                "@modern-js/babel-preset": "2.68. 
     | 
| 
       135 
     | 
    
         
            -
                "@modern-js/ 
     | 
| 
       136 
     | 
    
         
            -
                "@modern-js/ 
     | 
| 
       137 
     | 
    
         
            -
                "@modern-js/prod-server": "2.68. 
     | 
| 
       138 
     | 
    
         
            -
                "@modern-js/server-core": "2.68. 
     | 
| 
       139 
     | 
    
         
            -
                "@modern-js/types": "2.68. 
     | 
| 
       140 
     | 
    
         
            -
                "@modern-js/utils": "2.68. 
     | 
| 
      
 133 
     | 
    
         
            +
                "@modern-js/babel-compiler": "2.68.18",
         
     | 
| 
      
 134 
     | 
    
         
            +
                "@modern-js/babel-preset": "2.68.18",
         
     | 
| 
      
 135 
     | 
    
         
            +
                "@modern-js/bff-core": "2.68.18",
         
     | 
| 
      
 136 
     | 
    
         
            +
                "@modern-js/plugin": "2.68.18",
         
     | 
| 
      
 137 
     | 
    
         
            +
                "@modern-js/prod-server": "2.68.18",
         
     | 
| 
      
 138 
     | 
    
         
            +
                "@modern-js/server-core": "2.68.18",
         
     | 
| 
      
 139 
     | 
    
         
            +
                "@modern-js/types": "2.68.18",
         
     | 
| 
      
 140 
     | 
    
         
            +
                "@modern-js/utils": "2.68.18"
         
     | 
| 
       141 
141 
     | 
    
         
             
              },
         
     | 
| 
       142 
142 
     | 
    
         
             
              "peerDependencies": {
         
     | 
| 
       143 
143 
     | 
    
         
             
                "react": ">=17",
         
     | 
| 
       144 
144 
     | 
    
         
             
                "react-dom": ">=17",
         
     | 
| 
       145 
     | 
    
         
            -
                "@modern-js/runtime": "^2.68. 
     | 
| 
      
 145 
     | 
    
         
            +
                "@modern-js/runtime": "^2.68.18"
         
     | 
| 
       146 
146 
     | 
    
         
             
              },
         
     | 
| 
       147 
147 
     | 
    
         
             
              "peerDependenciesMeta": {
         
     | 
| 
       148 
148 
     | 
    
         
             
                "@modern-js/runtime": {
         
     | 
| 
         @@ -159,8 +159,8 @@ 
     | 
|
| 
       159 
159 
     | 
    
         
             
                "react": "^18.3.1",
         
     | 
| 
       160 
160 
     | 
    
         
             
                "react-dom": "^18.3.1",
         
     | 
| 
       161 
161 
     | 
    
         
             
                "typescript": "^5",
         
     | 
| 
       162 
     | 
    
         
            -
                "@modern-js/core": "2.68. 
     | 
| 
       163 
     | 
    
         
            -
                "@modern-js/runtime": "2.68. 
     | 
| 
      
 162 
     | 
    
         
            +
                "@modern-js/core": "2.68.18",
         
     | 
| 
      
 163 
     | 
    
         
            +
                "@modern-js/runtime": "2.68.18",
         
     | 
| 
       164 
164 
     | 
    
         
             
                "@scripts/build": "2.66.0",
         
     | 
| 
       165 
165 
     | 
    
         
             
                "@scripts/jest-config": "2.66.0"
         
     | 
| 
       166 
166 
     | 
    
         
             
              },
         
     |