tailwindcss 0.0.0-oxide-insiders.2a40326 → 0.0.0-oxide-insiders.d0ecd29

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/package.json +4 -4
  2. package/peers/index.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "0.0.0-oxide-insiders.2a40326",
3
+ "version": "0.0.0-oxide-insiders.d0ecd29",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -59,7 +59,7 @@
59
59
  "concurrently": "^7.5.0",
60
60
  "cssnano": "^5.1.14",
61
61
  "esbuild": "^0.16.10",
62
- "eslint": "^8.30.0",
62
+ "eslint": "^8.31.0",
63
63
  "eslint-config-prettier": "^8.6.0",
64
64
  "eslint-plugin-prettier": "^4.2.1",
65
65
  "jest": "^28.1.3",
@@ -73,7 +73,7 @@
73
73
  "postcss": "^8.0.9"
74
74
  },
75
75
  "dependencies": {
76
- "@tailwindcss/oxide": "0.0.0-oxide-insiders.2a40326",
76
+ "@tailwindcss/oxide": "0.0.0-oxide-insiders.d0ecd29",
77
77
  "arg": "^5.0.2",
78
78
  "browserslist": "^4.21.4",
79
79
  "chokidar": "^3.5.3",
@@ -90,7 +90,7 @@
90
90
  "normalize-path": "^3.0.0",
91
91
  "object-hash": "^3.0.0",
92
92
  "picocolors": "^1.0.0",
93
- "postcss": "^8.0.9",
93
+ "postcss": "^8.4.21",
94
94
  "postcss-import": "^14.1.0",
95
95
  "postcss-js": "^4.0.0",
96
96
  "postcss-load-config": "^3.1.4",
package/peers/index.js CHANGED
@@ -3248,7 +3248,7 @@ var require_input = __commonJS({
3248
3248
  if (line && typeof line === "object") {
3249
3249
  let start = line;
3250
3250
  let end = column;
3251
- if (typeof line.offset === "number") {
3251
+ if (typeof start.offset === "number") {
3252
3252
  let pos = this.fromOffset(start.offset);
3253
3253
  line = pos.line;
3254
3254
  column = pos.col;
@@ -5577,7 +5577,7 @@ var require_processor = __commonJS({
5577
5577
  var Root = require_root();
5578
5578
  var Processor = class {
5579
5579
  constructor(plugins = []) {
5580
- this.version = "8.4.20";
5580
+ this.version = "8.4.21";
5581
5581
  this.plugins = this.normalize(plugins);
5582
5582
  }
5583
5583
  use(plugin) {