Skip to content

Commit

Permalink
update dependencies; fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFireBlast committed Sep 22, 2024
1 parent 9ccdf52 commit ebd2023
Show file tree
Hide file tree
Showing 3 changed files with 743 additions and 600 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"homepage": "https://thefireblast.github.io/irojs",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"dev": "rollup -c -w",
"predeploy": "npm run build",
"deploy": "npx gh-pages -d public/"
},
"dependencies": {
"irojs": "^0.1.3",
"irojs": "^0.1.5",
"plist2": "^1.1.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/ace": "^0.0.47",
"@types/nearley": "^2.11.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"rollup": "^2.76.0",
"rollup-plugin-scss": "^3.0.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/ace": "^0.0.52",
"@types/nearley": "^2.11.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"rollup": "^2.79.1",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.53.0"
"sass": "^1.79.3"
}
}
Loading

0 comments on commit ebd2023

Please sign in to comment.