@flatjs/evolve 1.2.96 → 1.2.97

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatjs/evolve",
3
- "version": "1.2.96",
3
+ "version": "1.2.97",
4
4
  "description": "the webpack based tools `evolve` of @flatjs",
5
5
  "sideEffects": false,
6
6
  "main": "index.js",
@@ -25,32 +25,32 @@
25
25
  "node": ">=13.8.0"
26
26
  },
27
27
  "dependencies": {
28
- "@babel/core": "^7.16.7",
29
- "@flatjs/common": "^1.2.96",
30
- "@flatjs/evolve-preset-babel": "^1.2.96",
28
+ "@babel/core": "^7.16.12",
29
+ "@flatjs/common": "^1.2.97",
30
+ "@flatjs/evolve-preset-babel": "^1.2.97",
31
31
  "@flatjs/forge-plugin-postcss-pixel": "^1.2.100",
32
- "@flatjs/mock": "^1.2.96",
32
+ "@flatjs/mock": "^1.2.97",
33
33
  "babel-loader": "^8.2.3",
34
34
  "babel-merge": "^3.0.0",
35
35
  "babel-plugin-import": "^1.13.3",
36
- "better-opn": "^3.0.1",
36
+ "better-opn": "^3.0.2",
37
37
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
38
38
  "css-loader": "^6.5.1",
39
- "cssnano": "^5.0.14",
40
- "cssnano-preset-default": "^5.1.9",
39
+ "cssnano": "^5.0.16",
40
+ "cssnano-preset-default": "^5.1.11",
41
41
  "html-webpack-plugin": "^5.5.0",
42
42
  "less": "^4.1.2",
43
43
  "less-loader": "^10.2.0",
44
44
  "lodash": "^4.17.21",
45
- "mini-css-extract-plugin": "^2.4.6",
45
+ "mini-css-extract-plugin": "^2.5.3",
46
46
  "postcss": "^8.4.5",
47
47
  "postcss-loader": "^6.2.1",
48
48
  "svgo": "^2.8.0",
49
49
  "terser-webpack-plugin": "^5.3.0",
50
- "webpack": "^5.65.0",
50
+ "webpack": "^5.67.0",
51
51
  "webpack-bundle-analyzer": "^4.5.0",
52
- "webpack-dev-server": "4.7.2",
53
- "webpack-sources": "^3.2.2"
52
+ "webpack-dev-server": "4.7.3",
53
+ "webpack-sources": "^3.2.3"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/cssnano": "^5.0.0",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "fe7276a78b8850d7a47f9f6f1e8e15a63d43037d"
64
+ "gitHead": "8965dd1a932aafc8572a359f06e227bf709022dd"
65
65
  }