Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent b980e36 commit 1bda660
Show file tree
Hide file tree
Showing 25 changed files with 2,856 additions and 2,091 deletions.
48 changes: 24 additions & 24 deletions apps/assets-overview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,42 @@
"module": "build/index.js",
"private": true,
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@svgr/core": "7.0.0",
"@svgr/plugin-jsx": "7.0.0",
"@tanstack/react-query": "4.28.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^29.3.1",
"babel-plugin-transform-import-meta": "^2.2.0",
"@testing-library/dom": "8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.5.1",
"assert": "2.0.0",
"autoprefixer": "10.4.14",
"babel-jest": "29.5.0",
"babel-plugin-transform-import-meta": "2.2.1",
"custom-event-polyfill": "1.0.7",
"esbuild": "^0.17.12",
"github-markdown-css": "^5.1.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"esbuild": "0.17.19",
"github-markdown-css": "5.2.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"juno-ui-components": "*",
"luxon": "3.3.0",
"messages-provider": "*",
"postcss": "^8.4.21",
"postcss-url": "^10.1.3",
"postcss": "8.4.38",
"postcss-url": "10.1.3",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.4",
"react-test-renderer": "^18.2.0",
"react-test-renderer": "18.2.0",
"remark-gfm": "^3.0.1",
"sass": "^1.60.0",
"shadow-dom-testing-library": "^1.7.1",
"tailwindcss": "^3.3.1",
"sass": "1.60.0",
"shadow-dom-testing-library": "1.10.0",
"tailwindcss": "3.3.1",
"url-state-provider": "*",
"url-state-router": "*",
"util": "^0.12.4",
"util": "0.12.5",
"utils": "*",
"zustand": "4.3.7"
},
Expand Down
56 changes: 28 additions & 28 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,37 @@
"module": "build/index.js",
"private": true,
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^29.3.1",
"babel-plugin-transform-import-meta": "^2.2.0",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@svgr/core": "7.0.0",
"@svgr/plugin-jsx": "7.0.0",
"@testing-library/dom": "8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.5.1",
"assert": "2.0.0",
"autoprefixer": "10.4.14",
"babel-jest": "29.5.0",
"babel-plugin-transform-import-meta": "2.2.1",
"communicator": "*",
"custom-event-polyfill": "^1.0.7",
"esbuild": "^0.17.12",
"interweave": "^13.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"custom-event-polyfill": "1.0.7",
"esbuild": "0.17.19",
"interweave": "13.1.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"juno-ui-components": "*",
"oauth": "*",
"postcss": "^8.4.21",
"postcss-url": "^10.1.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.60.0",
"shadow-dom-testing-library": "^1.7.1",
"tailwindcss": "^3.3.1",
"util": "^0.12.4"
"postcss": "8.4.38",
"postcss-url": "10.1.3",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"sass": "1.60.0",
"shadow-dom-testing-library": "1.10.0",
"tailwindcss": "3.3.1",
"util": "0.12.5"
},
"scripts": {
"start": "NODE_ENV=development node esbuild.config.js --serve --watch",
Expand Down
54 changes: 27 additions & 27 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@
"source": "src/index.js",
"module": "build/index.js",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^29.3.1",
"babel-plugin-transform-import-meta": "^2.2.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@svgr/core": "7.0.0",
"@svgr/plugin-jsx": "7.0.0",
"@testing-library/dom": "8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.5.1",
"assert": "2.0.0",
"autoprefixer": "10.4.14",
"babel-jest": "29.5.0",
"babel-plugin-transform-import-meta": "2.2.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"juno-ui-components": "*",
"luxon": "^2.3.0",
"postcss": "^8.4.21",
"postcss-url": "^10.1.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.60.0",
"shadow-dom-testing-library": "^1.7.1",
"tailwindcss": "^3.3.1",
"util": "^0.12.4",
"zustand": "^4.1.1"
"luxon": "3.3.0",
"postcss": "8.4.38",
"postcss-url": "10.1.3",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"sass": "1.60.0",
"shadow-dom-testing-library": "1.10.0",
"tailwindcss": "3.3.1",
"util": "0.12.5",
"zustand": "4.3.7"
},
"scripts": {
"test": "jest",
Expand Down
56 changes: 28 additions & 28 deletions apps/exampleapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@
"source": "src/index.js",
"private": true,
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@svgr/core": "7.0.0",
"@svgr/plugin-jsx": "7.0.0",
"@tanstack/react-query": "4.28.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^29.3.1",
"babel-plugin-transform-import-meta": "^2.2.0",
"body-parser": "^1.20.1",
"esbuild": "^0.17.19",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"@testing-library/dom": "8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.5.1",
"assert": "2.0.0",
"autoprefixer": "10.4.14",
"babel-jest": "29.5.0",
"babel-plugin-transform-import-meta": "2.2.1",
"body-parser": "1.20.2",
"esbuild": "0.17.19",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"juno-ui-components": "*",
"luxon": "^2.3.0",
"luxon": "3.3.0",
"messages-provider": "*",
"oauth": "*",
"postcss": "^8.4.21",
"postcss-url": "^10.1.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.60.0",
"shadow-dom-testing-library": "^1.7.1",
"tailwindcss": "^3.3.1",
"postcss": "8.4.38",
"postcss-url": "10.1.3",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"sass": "1.60.0",
"shadow-dom-testing-library": "1.10.0",
"tailwindcss": "3.3.1",
"url-state-provider": "*",
"util": "^0.12.4",
"util": "0.12.5",
"utils": "*",
"zustand": "4.3.7"
},
Expand Down
56 changes: 28 additions & 28 deletions apps/greenhouse-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,40 +29,40 @@
"module": "build/index.js",
"private": true,
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@svgr/core": "7.0.0",
"@svgr/plugin-jsx": "7.0.0",
"@tanstack/react-query": "4.28.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^29.3.1",
"babel-plugin-transform-import-meta": "^2.2.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"@testing-library/dom": "8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.5.1",
"assert": "2.0.0",
"autoprefixer": "10.4.14",
"babel-jest": "29.5.0",
"babel-plugin-transform-import-meta": "2.2.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"juno-ui-components": "*",
"luxon": "^2.3.0",
"luxon": "3.3.0",
"messages-provider": "*",
"postcss": "^8.4.21",
"postcss-url": "^10.1.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"sapcc-k8sclient": "^1.0.2",
"sass": "^1.60.0",
"shadow-dom-testing-library": "^1.7.1",
"tailwindcss": "^3.3.1",
"postcss": "8.4.38",
"postcss-url": "10.1.3",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"sapcc-k8sclient": "1.0.2",
"sass": "1.60.0",
"shadow-dom-testing-library": "1.10.0",
"tailwindcss": "3.3.1",
"url-state-provider": "*",
"util": "^0.12.4",
"util": "0.12.5",
"utils": "*",
"zustand": "4.3.7",
"esbuild": "^0.19.5"
"esbuild": "0.17.19"
},
"scripts": {
"test": "jest",
Expand Down
56 changes: 28 additions & 28 deletions apps/greenhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"module": "build/index.js",
"private": true,
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@tailwindui/react": "^0.1.1",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^29.3.1",
"babel-plugin-transform-import-meta": "^2.2.0",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@svgr/core": "7.0.0",
"@svgr/plugin-jsx": "7.0.0",
"@tailwindui/react": "0.1.1",
"@testing-library/dom": "8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.5.1",
"assert": "2.0.0",
"autoprefixer": "10.4.14",
"babel-jest": "29.5.0",
"babel-plugin-transform-import-meta": "2.2.1",
"communicator": "*",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"juno-ui-components": "*",
"messages-provider": "*",
"immer": "^9.0.21",
"postcss": "^8.4.21",
"postcss-url": "^10.1.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"sapcc-k8sclient": "^1.0.2",
"sass": "^1.60.0",
"shadow-dom-testing-library": "^1.7.1",
"tailwindcss": "^3.3.1",
"immer": "9.0.21",
"postcss": "8.4.38",
"postcss-url": "10.1.3",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"sapcc-k8sclient": "1.0.2",
"sass": "1.60.0",
"shadow-dom-testing-library": "1.10.0",
"tailwindcss": "3.3.1",
"url-state-provider": "*",
"util": "^0.12.4",
"util": "0.12.5",
"utils": "*",
"zustand": "4.3.7"
},
Expand Down
Loading

0 comments on commit 1bda660

Please sign in to comment.