tailwindcss 0.0.0-oxide-insiders.8dc0e57 → 0.0.0-oxide-insiders.b00af7f
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/package.json +4 -4
- package/peers/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwindcss",
|
|
3
|
-
"version": "0.0.0-oxide-insiders.
|
|
3
|
+
"version": "0.0.0-oxide-insiders.b00af7f",
|
|
4
4
|
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"autoprefixer": "^10.4.14",
|
|
56
56
|
"concurrently": "^7.5.0",
|
|
57
57
|
"cssnano": "^5.1.15",
|
|
58
|
-
"esbuild": "^0.17.
|
|
58
|
+
"esbuild": "^0.17.17",
|
|
59
59
|
"eslint": "^8.35.0",
|
|
60
60
|
"eslint-config-prettier": "^8.8.0",
|
|
61
61
|
"eslint-plugin-prettier": "^4.2.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"postcss": "^8.0.9"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@tailwindcss/oxide": "0.0.0-oxide-insiders.
|
|
73
|
+
"@tailwindcss/oxide": "0.0.0-oxide-insiders.b00af7f",
|
|
74
74
|
"arg": "^5.0.2",
|
|
75
75
|
"browserslist": "^4.21.5",
|
|
76
76
|
"chokidar": "^3.5.3",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"normalize-path": "^3.0.0",
|
|
88
88
|
"object-hash": "^3.0.0",
|
|
89
89
|
"picocolors": "^1.0.0",
|
|
90
|
-
"postcss": "^8.4.
|
|
90
|
+
"postcss": "^8.4.23",
|
|
91
91
|
"postcss-import": "^14.1.0",
|
|
92
92
|
"postcss-js": "^4.0.1",
|
|
93
93
|
"postcss-load-config": "^3.1.4",
|
package/peers/index.js
CHANGED
|
@@ -5603,7 +5603,7 @@ var require_processor = __commonJS({
|
|
|
5603
5603
|
var Root = require_root();
|
|
5604
5604
|
var Processor = class {
|
|
5605
5605
|
constructor(plugins = []) {
|
|
5606
|
-
this.version = "8.4.
|
|
5606
|
+
this.version = "8.4.23";
|
|
5607
5607
|
this.plugins = this.normalize(plugins);
|
|
5608
5608
|
}
|
|
5609
5609
|
use(plugin) {
|