Compare commits
1 commit
develop
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
89464b8e4f |
3143
package-lock.json
generated
3143
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -35,17 +35,17 @@
|
|||
"dependencies": {
|
||||
"color": "^3.2.1",
|
||||
"spacetime": "https://github.com/Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing",
|
||||
"uuid": "^8.3.2"
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/compat-data": "^7.22.5",
|
||||
"@babel/core": "^7.22.9",
|
||||
"@babel/helper-module-imports": "^7.22.5",
|
||||
"@babel/compat-data": "^7.21.0",
|
||||
"@babel/core": "^7.21.0",
|
||||
"@babel/helper-module-imports": "^7.18.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.17.12",
|
||||
"@babel/plugin-proposal-private-methods": "^7.17.12",
|
||||
"@babel/preset-env": "^7.22.9",
|
||||
"@babel/register": "^7.22.5",
|
||||
"@types/chrome": "0.0.241",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/register": "^7.21.0",
|
||||
"@types/chrome": "0.0.217",
|
||||
"babelify": "^10.0.0",
|
||||
"browserify": "^17.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
|
@ -70,9 +70,9 @@
|
|||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"gulp-zip": "^5.1.0",
|
||||
"merge-stream": "^2.0.0",
|
||||
"postcss": "^8.4.27",
|
||||
"sass": "^1.64.1",
|
||||
"terser": "^5.19.2",
|
||||
"postcss": "^8.4.21",
|
||||
"sass": "^1.58.3",
|
||||
"terser": "^5.16.4",
|
||||
"tsify": "^5.0.4",
|
||||
"typescript": "^4.9.5",
|
||||
"vinyl-buffer": "^1.0.1",
|
||||
|
|
Loading…
Reference in a new issue