Skip to content

Commit

Permalink
fix: upgrade various deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Dec 16, 2024
1 parent 53ef321 commit 883baa5
Show file tree
Hide file tree
Showing 3 changed files with 688 additions and 626 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@
},
"devDependencies": {
"@babel/eslint-plugin": "7.25.9",
"@ckeditor/ckeditor5-alignment": "44.0.0",
"@ckeditor/ckeditor5-basic-styles": "44.0.0",
"@ckeditor/ckeditor5-block-quote": "44.0.0",
"@ckeditor/ckeditor5-core": "44.0.0",
"@ckeditor/ckeditor5-alignment": "44.1.0",
"@ckeditor/ckeditor5-basic-styles": "44.1.0",
"@ckeditor/ckeditor5-block-quote": "44.1.0",
"@ckeditor/ckeditor5-core": "44.1.0",
"@ckeditor/ckeditor5-dev-translations": "43.0.1",
"@ckeditor/ckeditor5-dev-utils": "43.0.1",
"@ckeditor/ckeditor5-editor-classic": "44.0.0",
"@ckeditor/ckeditor5-editor-multi-root": "44.0.0",
"@ckeditor/ckeditor5-engine": "44.0.0",
"@ckeditor/ckeditor5-essentials": "44.0.0",
"@ckeditor/ckeditor5-font": "44.0.0",
"@ckeditor/ckeditor5-horizontal-line": "44.0.0",
"@ckeditor/ckeditor5-indent": "44.0.0",
"@ckeditor/ckeditor5-link": "44.0.0",
"@ckeditor/ckeditor5-list": "44.0.0",
"@ckeditor/ckeditor5-paragraph": "44.0.0",
"@ckeditor/ckeditor5-editor-classic": "44.1.0",
"@ckeditor/ckeditor5-editor-multi-root": "44.1.0",
"@ckeditor/ckeditor5-engine": "44.1.0",
"@ckeditor/ckeditor5-essentials": "44.1.0",
"@ckeditor/ckeditor5-font": "44.1.0",
"@ckeditor/ckeditor5-horizontal-line": "44.1.0",
"@ckeditor/ckeditor5-indent": "44.1.0",
"@ckeditor/ckeditor5-link": "44.1.0",
"@ckeditor/ckeditor5-list": "44.1.0",
"@ckeditor/ckeditor5-paragraph": "44.1.0",
"@ckeditor/ckeditor5-react": "9.4.0",
"@ckeditor/ckeditor5-remove-format": "44.0.0",
"@ckeditor/ckeditor5-table": "44.0.0",
"@ckeditor/ckeditor5-theme-lark": "44.0.0",
"@ckeditor/ckeditor5-typing": "44.0.0",
"@ckeditor/ckeditor5-ui": "44.0.0",
"@ckeditor/ckeditor5-utils": "44.0.0",
"@ckeditor/ckeditor5-watchdog": "44.0.0",
"@ckeditor/ckeditor5-remove-format": "44.1.0",
"@ckeditor/ckeditor5-table": "44.1.0",
"@ckeditor/ckeditor5-theme-lark": "44.1.0",
"@ckeditor/ckeditor5-typing": "44.1.0",
"@ckeditor/ckeditor5-ui": "44.1.0",
"@ckeditor/ckeditor5-utils": "44.1.0",
"@ckeditor/ckeditor5-watchdog": "44.1.0",
"@junipero/core": "3.10.0",
"@junipero/tailwind-plugin": "3.10.0",
"@percy/storybook": "6.0.3",
Expand All @@ -57,8 +57,8 @@
"@remirror/pm": "3.0.0",
"@remirror/react": "3.0.1",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-swc": "0.4.0",
"@rollup/plugin-terser": "0.4.4",
"@storybook/addon-actions": "8.4.7",
Expand All @@ -80,7 +80,7 @@
"@types/react-dom": "19.0.2",
"@typescript-eslint/parser": "8.18.0",
"autoprefixer": "10.4.20",
"ckeditor5": "44.0.0",
"ckeditor5": "44.1.0",
"css-loader": "7.1.2",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"style-loader": "4.0.0",
"swc-loader": "0.2.6",
"tailwindcss": "3.4.16",
"terser-webpack-plugin": "5.3.10",
"terser-webpack-plugin": "5.3.11",
"typescript": "5.7.2",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@floating-ui/react": "0.27.0",
"@floating-ui/react": "0.27.1",
"@junipero/hooks": "3.10.0",
"@junipero/react": "3.10.1",
"@junipero/transitions": "3.10.1",
Expand Down
Loading

0 comments on commit 883baa5

Please sign in to comment.