@griddo/ax 1.57.10 → 1.57.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/ax",
3
3
  "description": "Griddo Author Experience",
4
- "version": "1.57.10",
4
+ "version": "1.57.11",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -99,11 +99,12 @@
99
99
  "optimize-css-assets-webpack-plugin": "^6.0.1",
100
100
  "pkg-dir": "^5.0.0",
101
101
  "polished": "3.4.1",
102
+ "postcss": "^8.4.5",
102
103
  "postcss-flexbugs-fixes": "4.1.0",
103
104
  "postcss-loader": "3.0.0",
104
105
  "postcss-normalize": "7.0.1",
105
106
  "postcss-preset-env": "6.7.0",
106
- "postcss-safe-parser": "4.0.1",
107
+ "postcss-safe-parser": "^6.0.0",
107
108
  "react": "^18.0.0-rc.0-next-3b3daf557-20211210",
108
109
  "react-app-polyfill": "^1.0.4",
109
110
  "react-datepicker": "^3.2.2",
@@ -237,5 +238,5 @@
237
238
  "publishConfig": {
238
239
  "access": "public"
239
240
  },
240
- "gitHead": "11ed3d1d9da83b8ee30b6ab2834ec69c6c166d3c"
241
+ "gitHead": "c7a31b4c2c40de3d6531425b89e3de1c119f9291"
241
242
  }