proto-sudoku-wc 0.0.860 → 0.0.862

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-sudoku-wc",
3
- "version": "0.0.860",
3
+ "version": "0.0.862",
4
4
  "description": "prototype - a simple Sudoku app rendered in Stencil and Tailwind",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "@stencil/core": "4.21.0",
31
31
  "@stencil/store": "2.0.16",
32
32
  "ky": "1.7.2",
33
- "proto-tailwindcss-clrs": "0.0.363",
33
+ "proto-tailwindcss-clrs": "0.0.364",
34
34
  "tailwindcss": "3.4.13"
35
35
  },
36
36
  "devDependencies": {
@@ -41,7 +41,7 @@
41
41
  "eslint": "9.11.1",
42
42
  "postcss": "8.4.47",
43
43
  "prettier": "3.3.3",
44
- "prettier-plugin-tailwindcss": "0.6.6",
44
+ "prettier-plugin-tailwindcss": "0.6.8",
45
45
  "typescript": "5.6.2"
46
46
  },
47
47
  "license": "MIT"