Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jan 2, 2025
1 parent ab4dc33 commit 5f1ac00
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 101 deletions.
1 change: 0 additions & 1 deletion dev/page-building-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@sanity/vision": "workspace:*",
"babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"react": "^19.0.0",
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
"react-dom": "^19.0.0",
"react-icons": "^5.2.1",
"sanity": "workspace:*",
Expand Down
1 change: 0 additions & 1 deletion dev/starter-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"dependencies": {
"babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"react": "^19.0.0",
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
"react-dom": "^19.0.0",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
Expand Down
1 change: 0 additions & 1 deletion dev/studio-e2e-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@sanity/vision": "3.68.3",
"babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"react": "^19.0.0",
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
"react-dom": "^19.0.0",
"sanity": "workspace:*",
"sanity-plugin-markdown": "^5.0.0",
Expand Down
1 change: 0 additions & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"lodash": "^4.17.21",
"qs": "^6.10.2",
"react": "^19.0.0",
"react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
"react-dom": "^19.0.0",
"react-refractor": "^2.1.6",
"refractor": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unicorn": "^52.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/sanity/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ROOT_PATH = path.resolve(__dirname, '../..')
/** @type {import('eslint').Linter.Config} */
module.exports = {
extends: ['plugin:boundaries/recommended'],
plugins: ['boundaries', 'testing-library'],
plugins: ['boundaries'],
rules: {
'import/no-extraneous-dependencies': ['error', {packageDir: [ROOT_PATH, __dirname]}],
'boundaries/element-types': [
Expand Down Expand Up @@ -202,7 +202,6 @@ module.exports = {
},
{
files: ['**/*.test.*'],
extends: ['plugin:testing-library/react'],
rules: {
'max-nested-callbacks': 'off',
},
Expand Down
Loading

0 comments on commit 5f1ac00

Please sign in to comment.