This repository was archived by the owner on Sep 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +335
-300
lines changed Expand file tree Collapse file tree 3 files changed +335
-300
lines changed Original file line number Diff line number Diff line change 19
19
"build" : " cross-env NODE_ENV=production eleventy && cross-env NODE_ENV=production tailwindcss -i src/static/css/tailwind.css -o _site/static/css/style.css"
20
20
},
21
21
"dependencies" : {
22
- "autoprefixer" : " 10.4.14" ,
23
- "postcss" : " 8.4.21"
22
+ "autoprefixer" : " ^ 10.4.14" ,
23
+ "postcss" : " ^ 8.4.21"
24
24
},
25
25
"devDependencies" : {
26
- "@11ty/eleventy" : " 2.0.0 " ,
27
- "@11ty/eleventy-plugin-syntaxhighlight" : " 4.2 .0" ,
28
- "@tailwindcss/typography" : " ^0.5.9 " ,
26
+ "@11ty/eleventy" : " ^ 2.0.1 " ,
27
+ "@11ty/eleventy-plugin-syntaxhighlight" : " ^5.0 .0" ,
28
+ "@tailwindcss/typography" : " ^0.5.10 " ,
29
29
"alpinejs" : " ^3.11.1" ,
30
30
"cross-env" : " 7.0.3" ,
31
- "cssnano" : " 5.1.15" ,
32
- "html-minifier" : " 4.0.0" ,
33
- "js-yaml" : " 4.1.0" ,
34
- "luxon" : " 3.3.0" ,
35
- "npm-run-all" : " 4.1.5" ,
36
- "postcss-cli" : " 10.1.0" ,
37
- "prismjs" : " 1.29.0" ,
38
- "tailwindcss" : " 3.2.7"
31
+ "cssnano" : " ^ 5.1.15" ,
32
+ "html-minifier" : " ^ 4.0.0" ,
33
+ "js-yaml" : " ^ 4.1.0" ,
34
+ "luxon" : " ^ 3.3.0" ,
35
+ "npm-run-all" : " ^ 4.1.5" ,
36
+ "postcss-cli" : " ^ 10.1.0" ,
37
+ "prismjs" : " ^ 1.29.0" ,
38
+ "tailwindcss" : " ^ 3.2.7"
39
39
}
40
40
}
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
6
< title > Content Manager</ title >
7
- < link rel ="stylesheet " href ="https://unpkg.com/@staticcms/app@^2 .0.0/dist/main.css " />
7
+ < link rel ="stylesheet " href ="https://unpkg.com/@staticcms/app@^3 .0.0/dist/main.css " />
8
8
</ head >
9
9
< body >
10
10
<!-- Include the script that builds the page and powers StaticJs CMS -->
11
- < script src ="https://unpkg.com/@staticcms/app@^2 .0.0/dist/static-cms-app.js "> </ script >
11
+ < script src ="https://unpkg.com/@staticcms/app@^3 .0.0/dist/static-cms-app.js "> </ script >
12
12
13
13
<!-- Netlify Identity Widget -->
14
14
< script
You can’t perform that action at this time.
0 commit comments