feature: cloudcmd: path-browserify v1.0.1

This commit is contained in:
coderiaser 2025-07-05 20:28:23 +03:00
parent 8592cedce0
commit 121b114e89
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,6 @@ export default {
'watch:test:server': async () => `nodemon -w client -w test/client -x ${await run('test:server')}`,
'watch:coverage': async () => [testEnv, `nodemon -w server -w test -w common -x ${await cutEnv('coverage')}`],
'build': async () => run('6to5:*'),
'postbuild': () => 'node .webpack/cp.mjs',
'build:dev': async () => run('build:client:dev'),
'build:client': () => run('6to5:client'),
'build:client:dev': () => run('6to5:client:dev'),

View file

@ -117,7 +117,6 @@
"markdown-it": "^14.0.0",
"mellow": "^3.0.0",
"mime-types": "^3.0.1",
"mini-css-extract-plugin": "^2.9.2",
"montag": "^1.2.1",
"nano-memoize": "^3.0.16",
"nomine": "^4.0.0",
@ -187,12 +186,14 @@
"load.js": "^3.0.0",
"madrun": "^11.0.0",
"memfs": "^4.2.0",
"mini-css-extract-plugin": "^2.9.2",
"minor": "^1.2.2",
"mock-require": "^3.0.1",
"morgan": "^1.6.1",
"multi-rename": "^2.0.0",
"nodemon": "^3.0.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"path-browserify": "^1.0.1",
"philip": "^3.0.0",
"place": "^1.1.4",
"postcss": "^8.5.3",