Compare commits

...

2 Commits

Author SHA1 Message Date
e40252de99 fix npm package issue for minimatch
Some checks failed
ci/woodpecker/push/build Pipeline failed
Build the portfolio website / build-portfolio-website (push) Successful in 22m59s
Build the portfolio website / build-and-release-image (push) Failing after 30m54s
2025-07-26 20:09:19 +03:00
8c39e38fb3 update node modules 2025-07-26 20:02:36 +03:00
4 changed files with 8 additions and 9 deletions

View File

@ -3090,13 +3090,9 @@
} }
}, },
"node_modules/@types/minimatch": { "node_modules/@types/minimatch": {
"version": "6.0.0", "version": "5.1.2",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-6.0.0.tgz", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
"integrity": "sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA==", "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA=="
"deprecated": "This is a stub types definition. minimatch provides its own type definitions, so you do not need this installed.",
"dependencies": {
"minimatch": "*"
}
}, },
"node_modules/@types/ms": { "node_modules/@types/ms": {
"version": "2.1.0", "version": "2.1.0",

View File

@ -37,5 +37,8 @@
"typescript": "^5.5.3", "typescript": "^5.5.3",
"typescript-eslint": "^8.0.1", "typescript-eslint": "^8.0.1",
"vite": "^5.4.1" "vite": "^5.4.1"
},
"overrides": {
"@types/minimatch": "5.1.2"
} }
} }

View File

@ -1 +1 @@
{"root":["./src/App.tsx","./src/constants.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/Footer.tsx","./src/components/Introduction.tsx","./src/components/Navbar.tsx","./src/components/Photo.tsx","./src/components/Sidebar.tsx","./src/components/Skills.tsx","./src/components/Tooltip.tsx","./src/pages/Experience.tsx","./src/pages/Home.tsx","./src/pages/Interests.tsx","./src/pages/Projects.tsx"],"version":"5.6.2"} {"root":["./src/App.tsx","./src/constants.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/Footer.tsx","./src/components/Introduction.tsx","./src/components/Navbar.tsx","./src/components/Photo.tsx","./src/components/Sidebar.tsx","./src/components/Skills.tsx","./src/components/Tooltip.tsx","./src/pages/Experience.tsx","./src/pages/Home.tsx","./src/pages/Interests.tsx","./src/pages/Projects.tsx"],"version":"5.8.3"}

View File

@ -1 +1 @@
{"root":["./vite.config.ts"],"version":"5.6.2"} {"root":["./vite.config.ts"],"version":"5.8.3"}