ode-csslib-panda-cg77 3.0.4 → 3.0.5-dev.202301181831

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.
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
- entcore-css-lib=4.0.2 13/12/2022 16:48:33
2
- ode-csslib-panda-cg77=3.0.3 15/12/2022 16:33:24
1
+ entcore-css-lib=4.0.2 18/01/2023 11:46:18
2
+ ode-csslib-panda-cg77=3.0-dev-SNAPSHOT 18/01/2023 18:32:08
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-panda-cg77",
3
- "version": "3.0.4",
3
+ "version": "3.0.5-dev.202301181831",
4
4
  "description": "Panda theme by Open Digital Education",
5
5
  "scripts": {
6
6
  "override:i18n": "OVERRIDE_SRC=${OVERRIDE_SRC} OVERRIDE_DIST=${OVERRIDE_DIST} node ode-override-plugin.js",
@@ -34,7 +34,7 @@
34
34
  "author": "Open Digital Education",
35
35
  "license": "NONE",
36
36
  "dependencies": {
37
- "entcore-css-lib": "npm:ode-csslib@master"
37
+ "entcore-css-lib": "npm:ode-csslib@dev"
38
38
  },
39
39
  "devDependencies": {
40
40
  "concurrently": "^5.0.2",
@@ -43,7 +43,7 @@
43
43
  "prettier": "2.6.0",
44
44
  "rimraf": "^3.0.2",
45
45
  "sass": "^1.49.9",
46
- "entcore-generic-icons": "git+https://github.com/opendigitaleducation/generic-icons"
46
+ "entcore-generic-icons": "git+https://github.com/opendigitaleducation/generic-icons.git#master"
47
47
  },
48
48
  "files": ["dist"]
49
49
  }