Skip to content

Commit

Permalink
fix: upgrade a lot of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Dec 10, 2024
1 parent c49923e commit 2f162dd
Show file tree
Hide file tree
Showing 5 changed files with 1,329 additions and 1,050 deletions.
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,33 @@
},
"devDependencies": {
"@babel/eslint-plugin": "7.25.9",
"@ckeditor/ckeditor5-alignment": "43.3.0",
"@ckeditor/ckeditor5-basic-styles": "43.3.0",
"@ckeditor/ckeditor5-block-quote": "43.3.0",
"@ckeditor/ckeditor5-core": "43.3.0",
"@ckeditor/ckeditor5-dev-translations": "43.0.0",
"@ckeditor/ckeditor5-dev-utils": "43.0.0",
"@ckeditor/ckeditor5-editor-classic": "43.3.0",
"@ckeditor/ckeditor5-editor-multi-root": "43.3.0",
"@ckeditor/ckeditor5-engine": "43.3.0",
"@ckeditor/ckeditor5-essentials": "43.3.0",
"@ckeditor/ckeditor5-font": "43.3.0",
"@ckeditor/ckeditor5-horizontal-line": "43.3.0",
"@ckeditor/ckeditor5-indent": "43.3.0",
"@ckeditor/ckeditor5-link": "43.3.0",
"@ckeditor/ckeditor5-list": "43.3.0",
"@ckeditor/ckeditor5-paragraph": "43.3.0",
"@ckeditor/ckeditor5-react": "9.3.1",
"@ckeditor/ckeditor5-remove-format": "43.3.0",
"@ckeditor/ckeditor5-table": "43.3.0",
"@ckeditor/ckeditor5-theme-lark": "43.3.0",
"@ckeditor/ckeditor5-typing": "43.3.0",
"@ckeditor/ckeditor5-ui": "43.3.0",
"@ckeditor/ckeditor5-utils": "43.3.0",
"@ckeditor/ckeditor5-watchdog": "43.3.0",
"@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-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-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",
"@junipero/core": "3.7.1",
"@junipero/tailwind-plugin": "3.7.1",
"@percy/storybook": "6.0.2",
"@percy/storybook": "6.0.3",
"@poool/eslint-config": "3.0.1",
"@poool/eslint-config-react": "3.0.1",
"@poool/eslint-plugin": "3.0.0",
Expand All @@ -61,56 +61,56 @@
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-swc": "0.4.0",
"@rollup/plugin-terser": "0.4.4",
"@storybook/addon-actions": "8.4.2",
"@storybook/addon-storysource": "8.4.2",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-storysource": "8.4.7",
"@storybook/addon-styling-webpack": "1.0.1",
"@storybook/addon-themes": "8.4.2",
"@storybook/addon-themes": "8.4.7",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/react": "8.4.2",
"@storybook/react-webpack5": "8.4.2",
"@storybook/theming": "8.4.2",
"@swc/core": "1.9.1",
"@storybook/react": "8.4.7",
"@storybook/react-webpack5": "8.4.7",
"@storybook/theming": "8.4.7",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/parser": "8.13.0",
"@types/node": "22.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@typescript-eslint/parser": "8.18.0",
"autoprefixer": "10.4.20",
"ckeditor5": "43.3.0",
"ckeditor5": "44.0.0",
"css-loader": "7.1.2",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.13.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "2.0.0",
"lerna": "8.1.9",
"lerna-changelog": "2.2.0",
"postcss": "8.4.47",
"postcss": "8.4.49",
"postcss-loader": "8.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"remirror": "3.0.1",
"rollup": "4.24.4",
"rollup": "4.28.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.80.6",
"sass-loader": "16.0.3",
"storybook": "8.4.2",
"sass": "1.82.0",
"sass-loader": "16.0.4",
"storybook": "8.4.7",
"storybook-dark-mode": "4.0.2",
"style-loader": "4.0.0",
"swc-loader": "0.2.6",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.16",
"terser-webpack-plugin": "5.3.10",
"typescript": "5.6.3",
"webpack": "5.96.1",
"typescript": "5.7.2",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@junipero/core": "3.10.0-beta.0",
"uuid": "11.0.2"
"uuid": "11.0.3"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@floating-ui/react": "0.26.27",
"@floating-ui/react": "0.27.0",
"@junipero/hooks": "3.10.0-beta.0",
"@junipero/react": "3.10.0-beta.0",
"@junipero/transitions": "3.10.0-beta.0",
"uuid": "11.0.2"
"uuid": "11.0.3"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "true"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "9.3.1",
"@ckeditor/ckeditor5-react": "9.4.0",
"@oakjs/addon-ckeditor5-react": "^3.10.9",
"@oakjs/addon-remirror": "^3.10.9",
"@oakjs/ckeditor5-build-custom": "^3.10.9",
Expand Down
Loading

0 comments on commit 2f162dd

Please sign in to comment.