@flatjs/evolve 1.8.1-next.48 → 1.8.1-next.49
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# @flatjs/evolve
|
2
2
|
|
3
|
+
## 1.8.1-next.49
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [f83799b]
|
8
|
+
- @flatjs/graph@1.8.1-next.25
|
9
|
+
- @flatjs/mock@1.8.1-next.42
|
10
|
+
- @flatjs/common@1.8.1-next.21
|
11
|
+
- @flatjs/evolve-preset-babel@1.8.1-next.10
|
12
|
+
|
3
13
|
## 1.8.1-next.48
|
4
14
|
|
5
15
|
### 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.49",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -44,8 +44,8 @@
|
|
44
44
|
"@flatjs/common": "1.8.1-next.21",
|
45
45
|
"@flatjs/evolve-preset-babel": "1.8.1-next.10",
|
46
46
|
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.21",
|
47
|
-
"@flatjs/graph": "1.8.1-next.
|
48
|
-
"@flatjs/mock": "1.8.1-next.
|
47
|
+
"@flatjs/graph": "1.8.1-next.25",
|
48
|
+
"@flatjs/mock": "1.8.1-next.42",
|
49
49
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
50
50
|
"@types/babel__core": "7.20.1",
|
51
51
|
"babel-loader": "9.1.2",
|
@@ -78,7 +78,7 @@
|
|
78
78
|
},
|
79
79
|
"devDependencies": {
|
80
80
|
"@armit/eslint-config-bases": "^0.0.18",
|
81
|
-
"@flatjs/testing": "1.8.1-next.
|
81
|
+
"@flatjs/testing": "1.8.1-next.21",
|
82
82
|
"@swc/core": "1.3.61",
|
83
83
|
"@types/express": "4.17.17",
|
84
84
|
"@types/node": "20.2.5",
|