mf-styling 3.1.2 → 3.1.4

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +10 -10
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2018-2023 by arlac77
1
+ Copyright (c) 2018-2024 by arlac77
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
3
  [![bundlejs](https://deno.bundlejs.com/?q=mf-styling\&badge=detailed)](https://bundlejs.com/?q=mf-styling)
4
4
  [![downloads](http://img.shields.io/npm/dm/mf-styling.svg?style=flat-square)](https://npmjs.org/package/mf-styling)
5
- [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/mf-styling)
5
+ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](git+https://github.com/arlac77/mf-styling.git)
6
6
  [![Tested with TestCafe](https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg)](https://github.com/DevExpress/testcafe)
7
7
 
8
8
  # mf-styling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mf-styling",
3
- "version": "3.1.2",
3
+ "version": "3.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,20 +57,20 @@
57
57
  "@semantic-release/exec": "^6.0.3",
58
58
  "@semantic-release/release-notes-generator": "^12.1.0",
59
59
  "autoprefixer": "^10.4.15",
60
- "npm-pkgbuild": "^13.0.3",
61
- "semantic-release": "^22.0.7",
62
- "stylelint": "^15.11.0",
63
- "stylelint-config-standard": "^34.0.0",
64
- "testcafe": "^3.3.0",
65
- "vite": "^4.5.0",
66
- "vite-plugin-compression2": "^0.11.0"
60
+ "npm-pkgbuild": "^13.0.20",
61
+ "semantic-release": "^23.0.2",
62
+ "stylelint": "^16.2.1",
63
+ "stylelint-config-standard": "^36.0.0",
64
+ "testcafe": "^3.5.0",
65
+ "vite": "^5.1.3",
66
+ "vite-plugin-compression2": "^0.12.0"
67
67
  },
68
68
  "optionalDependencies": {
69
- "mf-hosting-frontend": "^2.2.4"
69
+ "mf-hosting-frontend": "^2.2.5"
70
70
  },
71
71
  "repository": {
72
72
  "type": "git",
73
- "url": "https://github.com/arlac77/mf-styling"
73
+ "url": "git+https://github.com/arlac77/mf-styling.git"
74
74
  },
75
75
  "bugs": {
76
76
  "url": "https://github.com/arlac77/mf-styling/issues"