@flatjs/evolve 1.8.1-next.106 → 1.8.1-next.107
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# @flatjs/evolve
|
2
2
|
|
3
|
+
## 1.8.1-next.107
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [6a2ee9f]
|
8
|
+
- @flatjs/common@1.8.1-next.38
|
9
|
+
- @flatjs/graph@1.8.1-next.57
|
10
|
+
- @flatjs/evolve-preset-babel@1.8.1-next.23
|
11
|
+
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.38
|
12
|
+
- @flatjs/mock@1.8.1-next.81
|
13
|
+
|
3
14
|
## 1.8.1-next.106
|
4
15
|
|
5
16
|
### 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.107",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -43,11 +43,11 @@
|
|
43
43
|
"@armit/package": "^0.0.47",
|
44
44
|
"@armit/worker-threads": "^0.0.7",
|
45
45
|
"@babel/core": "7.22.10",
|
46
|
-
"@flatjs/common": "1.8.1-next.
|
47
|
-
"@flatjs/evolve-preset-babel": "1.8.1-next.
|
48
|
-
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.
|
49
|
-
"@flatjs/graph": "1.8.1-next.
|
50
|
-
"@flatjs/mock": "1.8.1-next.
|
46
|
+
"@flatjs/common": "1.8.1-next.38",
|
47
|
+
"@flatjs/evolve-preset-babel": "1.8.1-next.23",
|
48
|
+
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.38",
|
49
|
+
"@flatjs/graph": "1.8.1-next.57",
|
50
|
+
"@flatjs/mock": "1.8.1-next.81",
|
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.41",
|
86
86
|
"@swc/core": "1.3.77",
|
87
87
|
"@types/express": "4.17.17",
|
88
88
|
"@types/listr": "0.14.4",
|