@flatjs/evolve 1.8.1-next.105 → 1.8.1-next.106
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# @flatjs/evolve
|
2
2
|
|
3
|
+
## 1.8.1-next.106
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- @flatjs/graph@1.8.1-next.56
|
8
|
+
- @flatjs/mock@1.8.1-next.80
|
9
|
+
- @flatjs/common@1.8.1-next.37
|
10
|
+
- @flatjs/evolve-preset-babel@1.8.1-next.22
|
11
|
+
|
3
12
|
## 1.8.1-next.105
|
4
13
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "1.8.1-next.
|
3
|
+
"version": "1.8.1-next.106",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -46,8 +46,8 @@
|
|
46
46
|
"@flatjs/common": "1.8.1-next.37",
|
47
47
|
"@flatjs/evolve-preset-babel": "1.8.1-next.22",
|
48
48
|
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.37",
|
49
|
-
"@flatjs/graph": "1.8.1-next.
|
50
|
-
"@flatjs/mock": "1.8.1-next.
|
49
|
+
"@flatjs/graph": "1.8.1-next.56",
|
50
|
+
"@flatjs/mock": "1.8.1-next.80",
|
51
51
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
|
52
52
|
"@types/babel__core": "7.20.1",
|
53
53
|
"babel-loader": "9.1.3",
|
@@ -82,7 +82,7 @@
|
|
82
82
|
},
|
83
83
|
"devDependencies": {
|
84
84
|
"@armit/eslint-config-bases": "^0.0.25",
|
85
|
-
"@flatjs/testing": "1.8.1-next.
|
85
|
+
"@flatjs/testing": "1.8.1-next.40",
|
86
86
|
"@swc/core": "1.3.77",
|
87
87
|
"@types/express": "4.17.17",
|
88
88
|
"@types/listr": "0.14.4",
|