Skip to content

Commit

Permalink
chore: bump babel and @uiw (#985)
Browse files Browse the repository at this point in the history
* chore: bump babel and @uiw

* update codemirror
  • Loading branch information
ragi96 authored Jan 7, 2025
1 parent f39ea68 commit 51a6b7b
Show file tree
Hide file tree
Showing 29 changed files with 2,596 additions and 998 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@cypress/vite-dev-server": "^5.2.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/animation-curve-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-kit-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/audio-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/brand-positioning-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/callout-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/checklist-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@react-types/shared": "^3.24.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/code-snippet-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand All @@ -32,16 +32,16 @@
"typescript": "^5.5.4"
},
"dependencies": {
"@codemirror/language": "^6.10.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.32.0",
"@codemirror/language": "^6.10.8",
"@codemirror/state": "^6.5.0",
"@codemirror/view": "^6.36.1",
"@frontify/app-bridge": "^3.9.1",
"@frontify/fondue": "12.2.13",
"@frontify/guideline-blocks-settings": "0.36.11",
"@frontify/guideline-blocks-shared": "workspace:*",
"@uiw/codemirror-extensions-langs": "^4.23.0",
"@uiw/codemirror-themes-all": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"@uiw/codemirror-extensions-langs": "^4.23.7",
"@uiw/codemirror-themes-all": "^4.23.7",
"@uiw/react-codemirror": "^4.23.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/color-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/color-kit-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/color-scale-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/compare-slider-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/divider-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/dos-donts-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/autosize": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/figma-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/glyphs-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@react-aria/interactions": "^3.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gradient-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@react-aria/interactions": "^3.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@testing-library/react": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/personal-note-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/quote-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"private": true,
"author": "Frontify Developers <[email protected]>",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.5.2",
Expand All @@ -41,10 +41,10 @@
"vitest": "^1.4.0"
},
"dependencies": {
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-css": "^6.3.1",
"@frontify/app-bridge": "^3.9.1",
"@frontify/fondue": "12.2.13",
"@frontify/guideline-blocks-settings": "0.36.11",
"@uiw/react-codemirror": "^4.23.0"
"@uiw/react-codemirror": "^4.23.7"
}
}
2 changes: 1 addition & 1 deletion packages/sketchfab-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/text-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/lodash-es": "^4.17.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/thumbnail-grid-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/lodash-es": "^4.17.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-pattern-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@frontify/eslint-config-react": "0.16.1",
"@frontify/frontify-cli": "^5.7.5",
"@types/lodash": "^4.14.199",
Expand Down
Loading

0 comments on commit 51a6b7b

Please sign in to comment.