Skip to content

Commit

Permalink
Update packages and remove styled-jsx-plugin-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud committed Nov 25, 2024
1 parent c2894d3 commit 21c4697
Show file tree
Hide file tree
Showing 4 changed files with 3,681 additions and 3,359 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"next/babel",
{
"styled-jsx": {
"plugins": ["styled-jsx-plugin-sass"]
"plugins": []
}
}
]
Expand Down
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@next/bundle-analyzer": "^14.2.11",
"@react-three/drei": "^9.107.0",
"@react-three/fiber": "^8.16.8",
"@react-three/fiber": "^8.17.10",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tinacms/auth": "1.0.6",
"@tinacms/auth": "1.0.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vercel/postgres": "^0.5.1",
Expand All @@ -57,18 +57,18 @@
"markdown-toc": "^1.2.0",
"moment": "^2.24.0",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone": "^0.5.45",
"monaco-editor": "^0.52.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"moment-timezone": "^0.5.45",
"next": "^14.0.3",
"next-seo": "^4.1.0",
"next-svgr": "0.0.2",
"next-tinacms-cloudinary": "^7.0.0",
"postcss": "^8.4.18",
"postcss": "^8.4.49",
"prism-react-renderer": "^2.0.6",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"prosemirror-tables": "^1.4.0",
"prosemirror-tables": "^1.6.1",
"raw-loader": "^4.0.0",
"react": "^18.2.0",
"react-animate-height": "^3.1.0",
Expand All @@ -77,7 +77,7 @@
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-icons": "^4.2.0",
"react-infinite-logo-slider": "^1.0.13",
"react-infinite-logo-slider": "^1.1.4",
"react-instantsearch-core": "^6.39.1 ",
"react-instantsearch-dom": "^6.3.0",
"react-intersection-observer": "^9.4.0",
Expand All @@ -89,28 +89,27 @@
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "^3.0.1",
"serve": "^14.2.3",
"serve": "^14.2.4",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.13",
"styled-jsx-plugin-sass": "^1.0.0",
"three": "^0.165.0",
"tinacms": "2.2.3",
"webpack": "^5.94.0"
"tinacms": "2.5.0",
"webpack": "^5.96.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tinacms/cli": "1.6.3",
"@tinacms/cli": "1.6.12",
"@types/cookie": "^0.3.3",
"@types/jest": "^25.1.2",
"@types/node": "^22.5.4",
"@types/node": "^22.9.3",
"@types/react": "^16.9.17",
"@types/react-instantsearch-dom": "^5.2.6",
"@types/styled-components": "^5.1.21",
"babel-plugin-styled-components": "^1.8.0",
"jest": "^25.1.0",
"next-sitemap": "^2.1.6",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.1",
"tailwindcss": "^3.4.15",
"ts-jest": "^25.2.0",
"tslint": "^5.18.0",
"tslint-react": "^4.0.0",
Expand Down
Loading

0 comments on commit 21c4697

Please sign in to comment.