PluginProbe
codoc / 0.9.59
codoc v0.9.59
0.9.8.8 0.9.8.9 0.9.9 0.9.9.1 trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.8.1 0.8.2 0.8.3 0.8.4 0.8.6 0.8.7 0.8.8 0.8.9 0.9 0.9.1 0.9.10 0.9.11 All 114 releases
← All changes | package.json +8 -1 0.30.9.59 View file →
@@ -7,8 +7,15 @@
7 7 "build": "cross-env NODE_ENV=\"development\" cgb-scripts build",
8 8 "eject": "cgb-scripts eject"
9 9 },
10 10 "dependencies": {
11 - "cgb-scripts": "1.18.1",
11 + "@wordpress/i18n": "^4.34.0",
12 + "cgb-scripts": "1.23.1",
13 + "sass": "^1.90.0",
14 + "jed": "^1.1.1",
15 + "po2json": "1.0.0-beta-3",
12 16 "universal-cookie": "^4.0.0"
17 + },
18 + "resolutions": {
19 + "**/node-sass": "file:./src/node-sass-compat"
13 20 }
14 21 }