@flatjs/evolve 1.8.1-next.42 → 1.8.1-next.43
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @flatjs/evolve
|
2
2
|
|
3
|
+
## 1.8.1-next.43
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 0c816fd: bump version & add externals for graph
|
8
|
+
- Updated dependencies [0c816fd]
|
9
|
+
- @flatjs/common@1.8.1-next.20
|
10
|
+
- @flatjs/graph@1.8.1-next.21
|
11
|
+
- @flatjs/mock@1.8.1-next.37
|
12
|
+
- @flatjs/evolve-preset-babel@1.8.1-next.9
|
13
|
+
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.20
|
14
|
+
|
3
15
|
## 1.8.1-next.42
|
4
16
|
|
5
17
|
### 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.43",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -39,13 +39,13 @@
|
|
39
39
|
"dependencies": {
|
40
40
|
"@armit/file-utility": "^0.0.21",
|
41
41
|
"@armit/git": "^0.0.23",
|
42
|
-
"@armit/package": "^0.0.
|
42
|
+
"@armit/package": "^0.0.34",
|
43
43
|
"@babel/core": "7.22.1",
|
44
|
-
"@flatjs/common": "1.8.1-next.
|
44
|
+
"@flatjs/common": "1.8.1-next.20",
|
45
45
|
"@flatjs/evolve-preset-babel": "1.8.1-next.9",
|
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.20",
|
47
|
+
"@flatjs/graph": "1.8.1-next.21",
|
48
|
+
"@flatjs/mock": "1.8.1-next.37",
|
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.17",
|
81
|
-
"@flatjs/testing": "1.8.1-next.
|
81
|
+
"@flatjs/testing": "1.8.1-next.17",
|
82
82
|
"@swc/core": "1.3.61",
|
83
83
|
"@types/express": "4.17.17",
|
84
84
|
"@types/node": "20.2.5",
|