mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:46:22 +00:00
fix: actualizar dependencias de js
This commit is contained in:
parent
40a60464b9
commit
bee1a7e965
2 changed files with 2145 additions and 2794 deletions
21
package.json
21
package.json
|
@ -3,20 +3,21 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@airbrake/browser": "^1.4.1",
|
||||
"@babel/core": "^7.12.17",
|
||||
"@babel/plugin-transform-destructuring": "^7.12.13",
|
||||
"@babel/plugin-transform-runtime": "^7.12.17",
|
||||
"@babel/preset-env": "^7.12.17",
|
||||
"@babel/preset-typescript": "~7.12",
|
||||
"@babel/core": "^7.20.0",
|
||||
"@babel/plugin-transform-destructuring": "^7.20.0",
|
||||
"@babel/plugin-transform-runtime": "^7.19.0",
|
||||
"@babel/preset-env": "^7.20.0",
|
||||
"@babel/preset-typescript": "^7.18.0",
|
||||
"@rails/actiontext": "^6.0.0",
|
||||
"@rails/activestorage": "^6.1.3-1",
|
||||
"@rails/ujs": "^6.1.3-1",
|
||||
"@rails/webpacker": "5.2.1",
|
||||
"babel-loader": "^8.2.2",
|
||||
"@rails/activestorage": "^6.1.7",
|
||||
"@rails/ujs": "^6.1.7",
|
||||
"@rails/webpacker": "^5.4.0",
|
||||
"@suttyweb/editor": "^0.1.13",
|
||||
"babel-loader": "^8.3.0",
|
||||
"chart.js": "^3.5.1",
|
||||
"chartkick": "^4.0.5",
|
||||
"circular-dependency-plugin": "^5.2.2",
|
||||
"commonmark": "^0.29.0",
|
||||
"commonmark": "^0.30.0",
|
||||
"fork-awesome": "^1.1.7",
|
||||
"fork-ts-checker-webpack-plugin": "^6.1.0",
|
||||
"input-map": "git+https://0xacab.org/sutty/input-map.git",
|
||||
|
|
Loading…
Reference in a new issue