Skip to content

Commit

Permalink
updated: fixed circular dependencies and small bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Nov 1, 2022
1 parent e4aade0 commit 30e610a
Show file tree
Hide file tree
Showing 11 changed files with 1,076 additions and 1,542 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -88,7 +88,7 @@ build:
@ make min
@ cp -r dist/riot/* .
# write version in riot.js
@ sed -i '' 's/WIP/v$(VERSION)/g' riot*.js
@ sed -i '' 's/WIP/v$(VERSION)/g' riot*.js esm/*.js esm/**/*.js


bump:
Expand Down
1,257 changes: 519 additions & 738 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -35,41 +35,41 @@
"riot.js"
],
"dependencies": {
"@riotjs/compiler": "^6.3.2",
"@riotjs/compiler": "^6.4.1",
"@riotjs/dom-bindings": "^6.0.7",
"@riotjs/util": "^2.1.3",
"@riotjs/util": "^2.2.0",
"bianco.attr": "^1.1.1",
"bianco.query": "^1.1.4",
"cumpa": "^1.0.1",
"curri": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@riotjs/babel-preset": "1.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-node-resolve": "^14.1.0",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.6",
"core-js": "^3.25.1",
"eslint": "^8.23.0",
"core-js": "^3.26.0",
"eslint": "^8.26.0",
"eslint-config-riot": "^3.0.0",
"jsdom": "20.0.0",
"jsdom": "20.0.2",
"jsdom-global": "3.0.2",
"karma": "^6.4.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-mocha": "^2.0.1",
"karma-rollup-preprocessor": "^7.0.8",
"karma-sauce-launcher": "^4.3.6",
"mocha": "^10.0.0",
"rollup": "^2.79.0",
"mocha": "^10.1.0",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-riot": "^6.0.0",
"sinon": "^14.0.0",
"sinon": "^14.0.1",
"sinon-chai": "^3.7.0",
"terser": "^5.15.0",
"typescript": "^4.8.3"
"terser": "^5.15.1",
"typescript": "^4.8.4"
},
"files": [
"esm",
Expand Down

0 comments on commit 30e610a

Please sign in to comment.