Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joxit committed Jan 18, 2025
1 parent 3c7429b commit a03dd97
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@riotjs/compiler": "^6.4.2",
"@riotjs/compiler": "^9.4.1",
"@riotjs/observable": "^4.1.1",
"@riotjs/route": "^8.0.2",
"@riotjs/route": "^9.2.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-html": "^1.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.2.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"core-js": "^3.27.1",
"mocha": "^10.2.0",
"node-sass": "^8.0.0",
"prettier": "^2.8.1",
"riot": "^7.1.0",
"mocha": "^11.0.1",
"node-sass": "^9.0.0",
"prettier": "^3.4.2",
"riot": "^9.4.4",
"riot-mui": "github:joxit/riot-5-mui#a477acc",
"rollup": "^3.9.0",
"rollup": "^4.30.1",
"rollup-plugin-app-utils": "^1.0.6",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-riot": "^6.0.0",
"rollup-plugin-riot": "^9.0.2",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-serve": "^2.0.2"
"rollup-plugin-serve": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion src/components/docker-registry-ui.riot
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
message="{ error.message }"
url="{ state.pageError.url }"
></error-page>
<router base="#!">
<router>
<route path="{baseRoute}">
<catalog
registry-url="{ state.registryUrl }"
Expand Down

0 comments on commit a03dd97

Please sign in to comment.