Skip to content

Commit

Permalink
feat: switched to pnpm and updated project for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
umuthopeyildirim committed Nov 18, 2023
1 parent 90ca17d commit abf13d5
Show file tree
Hide file tree
Showing 4 changed files with 16,681 additions and 11,403 deletions.
57 changes: 29 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,43 @@
"format:diff": "prettier --config .prettierrc --list-different \"**/*.{js,jsx,ts,tsx,md,mdx}\""
},
"dependencies": {
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-google-tag-manager": "^2.4.1",
"@docusaurus/plugin-ideal-image": "^2.4.1",
"@docusaurus/plugin-pwa": "^2.4.1",
"@docusaurus/plugin-sitemap": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@docusaurus/theme-search-algolia": "^2.4.1",
"@formspree/react": "^2.4.1",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@docusaurus/core": "^3.0.0",
"@docusaurus/plugin-google-tag-manager": "^3.0.0",
"@docusaurus/plugin-ideal-image": "^3.0.0",
"@docusaurus/plugin-pwa": "^3.0.0",
"@docusaurus/plugin-sitemap": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/theme-search-algolia": "^3.0.0",
"@formspree/react": "^2.5.1",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^1.6.22",
"@vercel/analytics": "^0.1.5",
"clsx": "^1.2.1",
"@mdx-js/react": "^3.0.0",
"@vercel/analytics": "^1.1.1",
"clsx": "^2.0.0",
"docusaurus-plugin-content-gists": "^0.1.3",
"docusaurus2-dotenv": "^1.4.0",
"dotenv": "^16.0.1",
"firebase": "^9.9.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.6.0"
"dotenv": "^16.3.1",
"firebase": "^10.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-router-dom": "^6.19.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"eslint": "^8.19.0",
"@babel/eslint-parser": "^7.23.3",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1"
"prettier": "^3.1.0",
"stylelint": "^15.11.0"
},
"browserslist": {
"production": [
Expand Down
Loading

1 comment on commit abf13d5

@vercel
Copy link

@vercel vercel bot commented on abf13d5 Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.