Skip to content

Commit

Permalink
[deps] Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Sep 6, 2024
1 parent a75432a commit cce1b0e
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 173 deletions.
20 changes: 20 additions & 0 deletions docs/LocalDevelopment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Local Development

# ...with latest unpublished sparql-jsld-client

Change to package.json to this

```json
//...
"dependencies": {
//...
"@agentlab/sparql-jsld-client": "file:../sparql-jsld-client",
//...
},
"pnpm": {
"overrides": {
"@agentlab/sparql-jsld-client": "file:../sparql-jsld-client"
}
},
//...
```
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"peerDependencies": {
"@agentlab/react-collapse-pane": ">=2.0.3",
"@agentlab/sparql-jsld-client": ">=5.2.0",
"@agentlab/sparql-jsld-client": ">=5.3.0",
"@ant-design/icons": ">=5.4.0",
"@tinymce/tinymce-react": ">=3.13.0",
"antd": ">=5.20.5",
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"dependencies": {
"@agentlab/react-collapse-pane": "^2.0.3",
"@agentlab/sparql-jsld-client": "^5.0.10",
"@agentlab/sparql-jsld-client": "^5.3.0",
"@ant-design/icons": "^5.4.0",
"@tinymce/tinymce-react": "^3.14.0",
"@types/json-schema": "^7.0.15",
Expand Down Expand Up @@ -121,12 +121,13 @@
"tinymce": "5.10.2",
"uri-js": "^4.4.1"
},
"pnpm": {},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@chromatic-com/storybook": "1.8.0",
"@chromatic-com/storybook": "1.9.0",
"@eslint/compat": "^1.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
Expand All @@ -137,6 +138,7 @@
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
"@storybook/addons": "^7.6.17",
"@storybook/icons": "^1.2.10",
"@storybook/node-logger": "^8.2.9",
"@storybook/preset-ant-design": "^0.0.2",
"@storybook/preset-scss": "^1.0.3",
Expand All @@ -146,22 +148,22 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.3",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"cssnano": "^5.1.15",
"cypress": "^13.14.1",
"cypress": "^13.14.2",
"cypress-storybook": "^1.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.2",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
Expand Down
Loading

0 comments on commit cce1b0e

Please sign in to comment.