@modern-js/plugin-testing 1.0.0-rc.5 → 1.0.0-rc.7

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 (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @modern-js/plugin-testing
2
2
 
3
+ ## 1.0.0-rc.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 204c626: feat: initial
9
+ - Updated dependencies [224f7fe]
10
+ - Updated dependencies [204c626]
11
+ - @modern-js/core@1.0.0-rc.7
12
+ - @modern-js/webpack@1.0.0-rc.7
13
+ - @modern-js/testing@1.0.0-rc.7
14
+ - @modern-js/runtime-core@1.0.0-rc.7
15
+ - @modern-js/babel-compiler@1.0.0-rc.7
16
+ - @modern-js/utils@1.0.0-rc.7
17
+
18
+ ## 1.0.0-rc.6
19
+
20
+ ### Patch Changes
21
+
22
+ - 224f7fe: fix server route match
23
+ - 204c626: feat: initial
24
+ - Updated dependencies [224f7fe]
25
+ - Updated dependencies [204c626]
26
+ - @modern-js/core@1.0.0-rc.6
27
+ - @modern-js/webpack@1.0.0-rc.6
28
+ - @modern-js/testing@1.0.0-rc.6
29
+ - @modern-js/runtime-core@1.0.0-rc.6
30
+ - @modern-js/babel-compiler@1.0.0-rc.6
31
+ - @modern-js/utils@1.0.0-rc.6
32
+
3
33
  ## 1.0.0-rc.5
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-testing",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.0-rc.7",
4
4
  "jsnext:source": "./src/index.ts",
5
5
  "types": "./dist/types/index.d.ts",
6
6
  "main": "./dist/js/node/index.js",
@@ -12,27 +12,27 @@
12
12
  "dependencies": {
13
13
  "@babel/preset-env": "^7.15.6",
14
14
  "@babel/runtime": "^7",
15
- "@modern-js/babel-compiler": "^1.0.0-rc.5",
16
- "@modern-js/core": "^1.0.0-rc.5",
17
- "@modern-js/testing": "^1.0.0-rc.5",
18
- "@modern-js/utils": "^1.0.0-rc.5",
19
- "@modern-js/webpack": "^1.0.0-rc.5",
15
+ "@modern-js/babel-compiler": "^1.0.0-rc.7",
16
+ "@modern-js/core": "^1.0.0-rc.7",
17
+ "@modern-js/testing": "^1.0.0-rc.7",
18
+ "@modern-js/utils": "^1.0.0-rc.7",
19
+ "@modern-js/webpack": "^1.0.0-rc.7",
20
20
  "@testing-library/jest-dom": "^5.14.1",
21
21
  "@testing-library/react": "^12.0.0",
22
22
  "enhanced-resolve": "^5.8.2"
23
23
  },
24
24
  "peerDependencies": {
25
- "@modern-js/runtime-core": "^1.0.0-rc.5"
25
+ "@modern-js/runtime-core": "^1.0.0-rc.7"
26
26
  },
27
27
  "devDependencies": {
28
- "@modern-js/runtime-core": "^1.0.0-rc.5",
28
+ "@modern-js/runtime-core": "^1.0.0-rc.7",
29
29
  "@types/jest": "^26",
30
30
  "@types/node": "^14",
31
31
  "@types/react": "^17",
32
32
  "@types/react-dom": "^17",
33
33
  "typescript": "^4",
34
- "@modern-js/plugin-testing": "^1.0.0-rc.5",
35
- "@modern-js/module-tools": "^1.0.0-rc.5"
34
+ "@modern-js/plugin-testing": "^1.0.0-rc.7",
35
+ "@modern-js/module-tools": "^1.0.0-rc.7"
36
36
  },
37
37
  "sideEffects": false,
38
38
  "modernConfig": {},