@unocss/webpack 0.50.6 → 0.50.7

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -42,7 +42,7 @@ Add `uno.css` to your main entry:
42
42
  import 'uno.css'
43
43
  ```
44
44
 
45
- Or you can have the config file in `unocss.config.js` or `unocss.config.ts`.
45
+ Or you can have the config file in `uno.config.ts` or `uno.config.ts`.
46
46
 
47
47
  ## License
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/webpack",
3
- "version": "0.50.6",
3
+ "version": "0.50.7",
4
4
  "description": "The Webpack plugin for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -43,13 +43,13 @@
43
43
  "magic-string": "^0.30.0",
44
44
  "unplugin": "^1.3.1",
45
45
  "webpack-sources": "^3.2.3",
46
- "@unocss/config": "0.50.6",
47
- "@unocss/core": "0.50.6"
46
+ "@unocss/config": "0.50.7",
47
+ "@unocss/core": "0.50.7"
48
48
  },
49
49
  "devDependencies": {
50
- "@types/webpack": "^5.28.0",
50
+ "@types/webpack": "^5.28.1",
51
51
  "@types/webpack-sources": "^3.2.0",
52
- "webpack": "^5.76.2"
52
+ "webpack": "^5.77.0"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "unbuild",