Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Luciano Resende <[email protected]>
  • Loading branch information
lresende committed Jan 3, 2024
1 parent 03316c9 commit e0565c5
Show file tree
Hide file tree
Showing 10 changed files with 5,321 additions and 4,393 deletions.
12 changes: 6 additions & 6 deletions examples/create-react-app-with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"private": true,
"dependencies": {
"@elyra/pipeline-editor": "latest",
"react": "latest",
"react-dom": "latest",
"react-scripts": "latest"
"react": "^18.2.0",
"react-dom": "^18.0.9",
"react-scripts": "^4.0.3"
},
"devDependencies": {
"@types/react": "latest",
"@types/react-dom": "latest",
"typescript": "latest"
"@types/react": "18.0.26",
"@types/react-dom": "^18.0.9",
"typescript": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
4 changes: 2 additions & 2 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@elyra/pipeline-editor": "latest",
"react": "latest",
"react-dom": "latest",
"react": "^18.2.0",
"react-dom": "^18.0.9",
"react-scripts": "latest"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-app/public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.12.1"
}
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,35 @@
"@storybook/addon-links": "^6.4.9",
"@storybook/react": "^6.4.9",
"@testing-library/cypress": "^7.0.4",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@types/jest": "^29.2.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.2.2",
"core-js": "^3.9.1",
"cypress": "^9.2.1",
"eslint": "^7.11.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest-dom": "^3.6.5",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^3.10.1",
"husky": "^3.1.0",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"lint-staged": "^9.4.3",
"microbundle": "^0.13.0",
"prettier": "^2.2.1",
"start-server-and-test": "^1.12.0",
"ts-jest": "^26.5.1",
"typescript": "4.1.3"
"husky": "^8.0.3",
"jest": "^29.7.0",
"lerna": "^8.0.1",
"lint-staged": "^15.2.0",
"microbundle": "^0.15.1",
"prettier": "^3.1.1",
"rimraf": "~5.0.5",
"start-server-and-test": "^2.0.3",
"ts-jest": "^29.1.1",
"typescript": "5.1.6"
},
"husky": {
"hooks": {
Expand All @@ -57,7 +58,7 @@
]
},
"scripts": {
"clean": "lerna run clean; rm -rf node_modules",
"clean": "lerna run clean; rimraf node_modules",
"build": "lerna run build",
"link-all": "lerna run link",
"watch": "FORCE_COLOR=true lerna run watch --parallel --stream",
Expand Down
18 changes: 9 additions & 9 deletions packages/pipeline-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dist"
],
"scripts": {
"clean": "rm -rf node_modules; rm -rf dist; yarn unlink || true",
"clean": "rimraf node_modules; rimraf dist; yarn unlink || true",
"build": "microbundle --css inline -f cjs",
"watch": "microbundle --css inline -o dist/index.js --no-pkg-main -f modern --watch --no-compress",
"link": "yarn link"
Expand All @@ -32,22 +32,22 @@
"downshift": "^6.1.2",
"immer": "^9.0.7",
"nanoid": "^3.1.20",
"react-dom": "^17.0.1",
"react-intl": "^5.0.0",
"react-dom": "^18.0.9",
"react-intl": "^6.5.5",
"react-redux": "^7.0.0",
"redux": "^4.0.5",
"styled-components": "^5.2.1"
"styled-components": "^6.0.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^12.8.0",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-intl": "^3.0.0",
"@types/react-redux": "^7.1.16",
"@types/styled-components": "^5.1.7",
"react": "^17.0.1"
"@types/styled-components": "^5.1.26",
"react": "^18.2.0"
},
"peerDependencies": {
"react": ">=17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pipeline-editor/src/PipelineEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const PipelineEditor = forwardRef(
} else {
controller.current.resetStyles();
}
// don't call to persist change because it will cause an infinate loop
// don't call to persist change because it will cause an infinity loop
} catch (e) {
onError?.(e);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pipeline-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dist"
],
"scripts": {
"clean": "rm -rf node_modules; rm -rf dist; yarn unlink || true",
"clean": "rimraf node_modules; rimraf dist; yarn unlink || true",
"build": "tsc",
"watch": "tsc -w --preserveWatchOutput",
"test": "jest",
Expand Down
Loading

0 comments on commit e0565c5

Please sign in to comment.