Skip to content

Commit

Permalink
Merge pull request #113 from ditrit/improvement/plugin-core_update
Browse files Browse the repository at this point in the history
Improvement: plugin core update
  • Loading branch information
Zorin95670 authored Jun 19, 2024
2 parents e3f8363 + 1399d1c commit 1f09f5d
Show file tree
Hide file tree
Showing 25 changed files with 3,015 additions and 2,624 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Run check dependencies
run: echo '```bash' > dependencies.txt && npx ncu -x "leto-modelizer*" >> dependencies.txt && echo '```' >> dependencies.txt
- name: Post comment
uses: machine-learning-apps/pr-comment@master
uses: luukkemp/pr-comment@2024.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [Unreleased]

### Changed

- Update plugin-core to version 0.24.0.

## [0.8.0] - 2024/01/02

### Added
Expand Down
4,990 changes: 2,533 additions & 2,457 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"homepage": "https://github.com/ditrit/terrator-plugin#readme",
"dependencies": {
"antlr4": "=4.13.1",
"leto-modelizer-plugin-core": "github:ditrit/leto-modelizer-plugin-core#0.23.0",
"leto-modelizer-plugin-core": "github:ditrit/leto-modelizer-plugin-core#0.24.1",
"nunjucks": "=3.2.4"
},
"devDependencies": {
"@babel/core": "=7.23.7",
"@babel/preset-env": "=7.23.7",
"@babel/core": "=7.24.7",
"@babel/preset-env": "=7.24.7",
"babel-jest": "=29.7.0",
"babel-loader": "=9.1.3",
"better-docs": "=2.7.3",
Expand All @@ -48,12 +48,12 @@
"eslint-plugin-import": "=2.29.1",
"eslint-plugin-jest": "=27.6.1",
"eslint-plugin-jsdoc": "=47.0.2",
"eslint-webpack-plugin": "=4.0.1",
"eslint-webpack-plugin": "=4.2.0",
"jest": "=29.7.0",
"jest-environment-jsdom": "=29.7.0",
"jest-sonar-reporter": "=2.0.0",
"jsdoc": "=4.0.2",
"webpack": "=5.89.0",
"jsdoc": "=4.0.3",
"webpack": "=5.92.0",
"webpack-cli": "=5.1.4"
}
}
1 change: 1 addition & 0 deletions public/icons/error.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/resize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/links/defaultLink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/links/temporaryLink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions public/markers/endLinkMarker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/markers/startLinkMarker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
242 changes: 178 additions & 64 deletions public/models/DefaultContainer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1f09f5d

Please sign in to comment.