- version 1.2.0 & fix sass

This commit is contained in:
Kamil Niemczycki 2023-08-06 00:29:17 +02:00
parent da04a355ac
commit c3bc19d298
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213
2 changed files with 14 additions and 16 deletions

27
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "kamilcraft.com",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "kamilcraft.com",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
@ -17,6 +17,7 @@
"autoprefixer": "^10.4.14",
"markdown-it": "^13.0.1",
"postcss": "^8.4.27",
"sass": "^1.64.2",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.3.3",
"vite": "^4.4.7",
@ -680,9 +681,9 @@
"integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA=="
},
"node_modules/@types/node": {
"version": "20.4.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.5.tgz",
"integrity": "sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==",
"version": "20.4.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.8.tgz",
"integrity": "sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==",
"peer": true
},
"node_modules/@vitejs/plugin-vue": {
@ -1887,11 +1888,9 @@
}
},
"node_modules/immutable": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.1.tgz",
"integrity": "sha512-lj9cnmB/kVS0QHsJnYKD1uo3o39nrbKxszjnqS9Fr6NB7bZzW45U6WSGBPKXDL/CvDKqDNPA4r3DoDQ8GTxo2A==",
"optional": true,
"peer": true
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.2.tgz",
"integrity": "sha512-oGXzbEDem9OOpDWZu88jGiYCvIsLHMvGw+8OXlpsvTFvIQplQbjg1B1cvKg8f7Hoch6+NGjpPsH1Fr+Mc2D1aA=="
},
"node_modules/import-fresh": {
"version": "3.3.0",
@ -2751,11 +2750,9 @@
"peer": true
},
"node_modules/sass": {
"version": "1.64.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.64.1.tgz",
"integrity": "sha512-16rRACSOFEE8VN7SCgBu1MpYCyN7urj9At898tyzdXFhC+a+yOX5dXwAR7L8/IdPJ1NB8OYoXmD55DM30B2kEQ==",
"optional": true,
"peer": true,
"version": "1.64.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.64.2.tgz",
"integrity": "sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "kamilcraft.com",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "vite",
@ -19,6 +19,7 @@
"autoprefixer": "^10.4.14",
"markdown-it": "^13.0.1",
"postcss": "^8.4.27",
"sass": "^1.64.2",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.3.3",
"vite": "^4.4.7",