@flatjs/evolve 1.8.1-next.73 → 1.8.1-next.75
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @flatjs/evolve
|
2
2
|
|
3
|
+
## 1.8.1-next.75
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- @flatjs/graph@1.8.1-next.38
|
8
|
+
- @flatjs/mock@1.8.1-next.61
|
9
|
+
|
10
|
+
## 1.8.1-next.74
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- Updated dependencies [5e9dc5a]
|
15
|
+
- @flatjs/mock@1.8.1-next.60
|
16
|
+
- @flatjs/graph@1.8.1-next.37
|
17
|
+
|
3
18
|
## 1.8.1-next.73
|
4
19
|
|
5
20
|
### 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.75",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -45,8 +45,8 @@
|
|
45
45
|
"@flatjs/common": "1.8.1-next.30",
|
46
46
|
"@flatjs/evolve-preset-babel": "1.8.1-next.15",
|
47
47
|
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.30",
|
48
|
-
"@flatjs/graph": "1.8.1-next.
|
49
|
-
"@flatjs/mock": "1.8.1-next.
|
48
|
+
"@flatjs/graph": "1.8.1-next.38",
|
49
|
+
"@flatjs/mock": "1.8.1-next.61",
|
50
50
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
51
51
|
"@types/babel__core": "7.20.1",
|
52
52
|
"babel-loader": "9.1.2",
|