@flatjs/evolve 1.8.1-next.49 → 1.8.1-next.50

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @flatjs/evolve
2
2
 
3
+ ## 1.8.1-next.50
4
+
5
+ ### Patch Changes
6
+
7
+ - 44d38f3: bump version
8
+ - Updated dependencies [636a3c9]
9
+ - Updated dependencies [44d38f3]
10
+ - @flatjs/common@1.8.1-next.22
11
+ - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.22
12
+ - @flatjs/evolve-preset-babel@1.8.1-next.11
13
+ - @flatjs/graph@1.8.1-next.26
14
+ - @flatjs/mock@1.8.1-next.43
15
+
3
16
  ## 1.8.1-next.49
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatjs/evolve",
3
- "version": "1.8.1-next.49",
3
+ "version": "1.8.1-next.50",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -37,15 +37,15 @@
37
37
  "typecheck": "tsc --project ./tsconfig.json --noEmit"
38
38
  },
39
39
  "dependencies": {
40
- "@armit/file-utility": "^0.0.22",
41
- "@armit/git": "^0.0.27",
42
- "@armit/package": "^0.0.35",
40
+ "@armit/file-utility": "^0.0.23",
41
+ "@armit/git": "^0.0.28",
42
+ "@armit/package": "^0.0.36",
43
43
  "@babel/core": "7.22.1",
44
- "@flatjs/common": "1.8.1-next.21",
45
- "@flatjs/evolve-preset-babel": "1.8.1-next.10",
46
- "@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.21",
47
- "@flatjs/graph": "1.8.1-next.25",
48
- "@flatjs/mock": "1.8.1-next.42",
44
+ "@flatjs/common": "1.8.1-next.22",
45
+ "@flatjs/evolve-preset-babel": "1.8.1-next.11",
46
+ "@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.22",
47
+ "@flatjs/graph": "1.8.1-next.26",
48
+ "@flatjs/mock": "1.8.1-next.43",
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",
@@ -61,7 +61,7 @@
61
61
  "html-webpack-plugin": "5.5.1",
62
62
  "image-minimizer-webpack-plugin": "3.8.2",
63
63
  "less": "4.1.3",
64
- "less-loader": "11.1.1",
64
+ "less-loader": "11.1.2",
65
65
  "lodash": "4.17.21",
66
66
  "mini-css-extract-plugin": "2.7.6",
67
67
  "postcss": "8.4.24",
@@ -71,19 +71,19 @@
71
71
  "terser-webpack-plugin": "5.3.9",
72
72
  "tsconfig-paths-webpack-plugin": "4.0.1",
73
73
  "type-fest": "^3.11.1",
74
- "webpack": "5.84.1",
75
- "webpack-bundle-analyzer": "4.8.0",
74
+ "webpack": "5.85.0",
75
+ "webpack-bundle-analyzer": "4.9.0",
76
76
  "webpack-dev-server": "4.15.0",
77
77
  "webpack-sources": "3.2.3"
78
78
  },
79
79
  "devDependencies": {
80
- "@armit/eslint-config-bases": "^0.0.18",
81
- "@flatjs/testing": "1.8.1-next.21",
80
+ "@armit/eslint-config-bases": "^0.0.19",
81
+ "@flatjs/testing": "1.8.1-next.22",
82
82
  "@swc/core": "1.3.61",
83
83
  "@types/express": "4.17.17",
84
84
  "@types/node": "20.2.5",
85
- "@vitest/coverage-istanbul": "0.31.2",
86
- "@vitest/ui": "0.31.2",
85
+ "@vitest/coverage-istanbul": "0.31.4",
86
+ "@vitest/ui": "0.31.4",
87
87
  "eslint": "8.41.0",
88
88
  "imagemin-gifsicle": "7.0.0",
89
89
  "imagemin-jpegtran": "7.0.0",
@@ -96,8 +96,8 @@
96
96
  "swc-unplugin-ts": "1.0.2",
97
97
  "ts-node": "10.9.1",
98
98
  "vite-tsconfig-paths": "4.2.0",
99
- "vitest": "0.31.2",
100
- "vue-loader": "17.1.2"
99
+ "vitest": "0.31.4",
100
+ "vue-loader": "17.2.1"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "imagemin-gifsicle": ">=7.0.0",