@flatjs/evolve 1.8.1-next.59 → 1.8.1-next.60
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 +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# @flatjs/evolve
|
2
2
|
|
3
|
+
## 1.8.1-next.60
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [889bd45]
|
8
|
+
- @flatjs/common@1.8.1-next.28
|
9
|
+
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.28
|
10
|
+
- @flatjs/graph@1.8.1-next.32
|
11
|
+
- @flatjs/mock@1.8.1-next.50
|
12
|
+
- @flatjs/evolve-preset-babel@1.8.1-next.13
|
13
|
+
|
3
14
|
## 1.8.1-next.59
|
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.60",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -41,11 +41,11 @@
|
|
41
41
|
"@armit/git": "^0.0.29",
|
42
42
|
"@armit/package": "^0.0.40",
|
43
43
|
"@babel/core": "7.22.5",
|
44
|
-
"@flatjs/common": "1.8.1-next.
|
44
|
+
"@flatjs/common": "1.8.1-next.28",
|
45
45
|
"@flatjs/evolve-preset-babel": "1.8.1-next.13",
|
46
|
-
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.
|
47
|
-
"@flatjs/graph": "1.8.1-next.
|
48
|
-
"@flatjs/mock": "1.8.1-next.
|
46
|
+
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.28",
|
47
|
+
"@flatjs/graph": "1.8.1-next.32",
|
48
|
+
"@flatjs/mock": "1.8.1-next.50",
|
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",
|
@@ -79,7 +79,7 @@
|
|
79
79
|
},
|
80
80
|
"devDependencies": {
|
81
81
|
"@armit/eslint-config-bases": "^0.0.20",
|
82
|
-
"@flatjs/testing": "1.8.1-next.
|
82
|
+
"@flatjs/testing": "1.8.1-next.29",
|
83
83
|
"@swc/core": "1.3.64",
|
84
84
|
"@types/express": "4.17.17",
|
85
85
|
"@types/node": "20.3.1",
|