Skip to content

Commit

Permalink
Merge pull request #98 from merkle-open/fix/maintenance
Browse files Browse the repository at this point in the history
maintenance
  • Loading branch information
ernscht authored Aug 19, 2024
2 parents 9a13370 + 19cbc3f commit 80fea01
Show file tree
Hide file tree
Showing 22 changed files with 3,259 additions and 3,135 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1.5.1
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
20.16.0
6 changes: 3 additions & 3 deletions examples/find-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@gondel/core": "^1.2.8",
"core-js": "3.37.1"
"core-js": "3.38.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/five-star/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@gondel/core": "^1.2.8",
"core-js": "3.37.1"
"core-js": "3.38.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"css-loader": "5.2.7",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/get-component-by-dom-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@gondel/core": "^1.2.8",
"core-js": "3.37.1"
"core-js": "3.38.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@gondel/core": "^1.2.8",
"core-js": "3.37.1"
"core-js": "3.38.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/lazy-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"dependencies": {
"@gondel/core": "^1.2.8",
"core-js": "3.37.1",
"core-js": "3.38.0",
"lorem-chucksum": "1.0.2"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/plugin-media-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"dependencies": {
"@gondel/core": "^1.2.8",
"@gondel/plugin-media-queries": "^1.2.8",
"core-js": "3.37.1"
"core-js": "3.38.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/plugin-resize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"dependencies": {
"@gondel/core": "^1.2.8",
"@gondel/plugin-resize": "^1.2.8",
"core-js": "3.37.1"
"core-js": "3.38.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-transform-class-properties": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-gondel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"babel-plugin-transform-class-properties": "6.24.1",
"html-webpack-plugin": "4.5.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/trigger-public-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@gondel/core": "^1.2.8",
"core-js": "3.37.1"
"core-js": "3.38.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"html-webpack-plugin": "4.5.2",
"js-config-webpack-plugin": "2.0.3",
"webpack": "4.46.0",
Expand Down
Loading

0 comments on commit 80fea01

Please sign in to comment.