proto-sudoku-wc 0.0.891 → 0.0.892
Sign up to get free protection for your applications and to get access to all the features.
- 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.
|
3
|
+
"version": "0.0.892",
|
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.22.2",
|
31
31
|
"@stencil/store": "2.0.16",
|
32
32
|
"ky": "1.7.2",
|
33
|
-
"proto-tailwindcss-clrs": "0.0.
|
33
|
+
"proto-tailwindcss-clrs": "0.0.379",
|
34
34
|
"tailwindcss": "3.4.15"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"concurrently": "9.1.0",
|
39
39
|
"cspell": "8.16.0",
|
40
40
|
"cssnano": "7.0.6",
|
41
|
-
"eslint": "9.
|
41
|
+
"eslint": "9.15.0",
|
42
42
|
"postcss": "8.4.49",
|
43
43
|
"prettier": "3.3.3",
|
44
44
|
"prettier-plugin-tailwindcss": "0.6.8",
|