Skip to content

Commit

Permalink
Merge pull request #2217 from smeup/deps
Browse files Browse the repository at this point in the history
chore: dependencies fix
  • Loading branch information
pasere-smeup authored Dec 2, 2024
2 parents 8301bc8 + b0de050 commit f7ef86c
Show file tree
Hide file tree
Showing 30 changed files with 4,116 additions and 3,101 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
"author": "Gruppo Sme.UP <[email protected]> (https://www.smeup.com/)",
"repository": "https://github.com/smeup/ketchup",
"devDependencies": {
"@types/d3-shape": "^3.1.1",
"@types/geojson": "^7946.0.10",
"@types/jest": "^27.0.3",
"@types/node": "^20.2.5",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"eslint": "^8.46.0",
"lerna": "^7.1.4",
"workbox-build": "^7.0.0"
"@types/d3-shape": "3.1.6",
"@types/geojson": "7946.0.14",
"@types/jest": "27.0.3",
"@types/node": "18.16.0",
"@types/numeral": "2.0.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "8.46.0",
"lerna": "^8",
"typescript": "^5",
"workbox-build": "7.3.0"
},
"scripts": {
"lerna": "lerna",
Expand Down
1,283 changes: 1,283 additions & 0 deletions packages/ketchup-react/components.ts

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions packages/ketchup-react/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@sme.up/ketchup-react",
"version": "11.0.0-SNAPSHOT",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist/components.js",
"module": "dist/components.js",
"types": "dist/components.d.ts",
"keywords": [
"smeup",
"KetchUP showcase",
Expand All @@ -20,17 +21,15 @@
"description": "Ketchup React Components library by smeup",
"license": "Apache-2.0",
"dependencies": {
"@sme.up/ketchup": "^11.0.0-SNAPSHOT",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@sme.up/ketchup": "11.0.0-SNAPSHOT",
"@stencil/react-output-target": "^0.7",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/geojson": "^7946.0.10",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"rimraf": "^5.0.1",
"typescript": "5.0.4"
"@stencil/core": "^4",
"rimraf": "^6",
"typescript": "^5"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
82 changes: 0 additions & 82 deletions packages/ketchup-react/src/index.ts

This file was deleted.

106 changes: 0 additions & 106 deletions packages/ketchup-react/src/react-component-lib/createComponent.tsx

This file was deleted.

This file was deleted.

Loading

0 comments on commit f7ef86c

Please sign in to comment.