Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
Add test frameworks to skills
  • Loading branch information
hrsa committed Jun 6, 2024
1 parent e9ac9b9 commit d7a8ca2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
8 changes: 4 additions & 4 deletions i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ i18next
tech: {
title: 'Skills',
languages: ['PHP', 'Java', 'Javascript', 'Typescript', 'Python', 'SQL', 'GraphQL', 'HTML', 'CSS'],
love: ['Tinkerwell', 'Ray', 'Expose', 'Ngrok'],
love: ['Tinkerwell', 'Ray', 'Expose', 'Ngrok', 'PHPUnit', 'Pest', 'Cypress'],
frameworks: ['Laravel', 'Livewire', 'Spring Boot', 'FastAPI', 'Flask', 'Vue.js', 'React.js', 'Inertia.js', 'Tailwind'],
tools: ['IntelliJ Idea', 'PhpStorm', 'PyCharm', 'DataGrip', 'Git', 'Postman', 'Bruno', 'Figma', 'Docker', 'OpenServer'],
tools: ['IntelliJ Idea', 'PhpStorm', 'PyCharm', 'DataGrip', 'Git', 'Postman', 'Bruno', 'Figma', 'Docker'],
crm: ['Hubspot', 'ClickUp', 'Trello', 'Asana', 'Jira'],
sales: ['Waalaxy', 'CaptainData', 'BreakCold', 'LaGrowthMachine'],
adobe: ['Photoshop', 'Illustrator', 'Lightroom', 'Premiere', 'After Effects'],
Expand Down Expand Up @@ -839,9 +839,9 @@ i18next
tech: {
title: "Compétences",
languages: ['PHP', 'Java', 'Javascript', 'Typescript', 'Python', 'SQL', 'GraphQL', 'HTML', 'CSS'],
love: ['Tinkerwell', 'Ray', 'Expose', 'Ngrok', 'Ngrok'],
love: ['Tinkerwell', 'Ray', 'Expose', 'Ngrok', 'PHPUnit', 'Pest', 'Cypress'],
frameworks: ['Laravel', 'Livewire', 'Spring Boot', 'FastAPI', 'Flask', 'Vue.js', 'React.js', 'Inertia.js', 'Tailwind'],
tools: ['IntelliJ Idea', 'PhpStorm', 'PyCharm', 'DataGrip', 'Git', 'Postman', 'Bruno', 'Figma', 'Docker', 'OpenServer'],
tools: ['IntelliJ Idea', 'PhpStorm', 'PyCharm', 'DataGrip', 'Git', 'Postman', 'Bruno', 'Figma', 'Docker'],
crm: ['Hubspot', 'ClickUp', 'Trello', 'Asana', 'Jira'],
sales: ['Waalaxy', 'CaptainData', 'BreakCold', 'LaGrowthMachine'],
adobe: ['Photoshop', 'Illustrator', 'Lightroom', 'Premiere', 'After Effects'],
Expand Down
34 changes: 18 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"dependencies": {
"@animxyz/vue3": "^0.6.7",
"i18next": "^23.11.4",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-vue": "^4.0.0",
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.11"
"tailwindcss": "^3.4.4",
"vite": "^5.2.12"
}
}

0 comments on commit d7a8ca2

Please sign in to comment.