bump version

This commit is contained in:
SamTV12345 2024-03-17 12:21:32 +01:00
parent 133c1ec1eb
commit 6c91759f52
4 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "admin", "name": "admin",
"private": true, "private": true,
"version": "0.0.0", "version": "2.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -9,8 +9,7 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {},
},
"devDependencies": { "devDependencies": {
"@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-toast": "^1.1.5",

View file

@ -1,6 +1,6 @@
{ {
"name": "bin", "name": "bin",
"version": "1.0.0", "version": "2.0.0",
"description": "", "description": "",
"main": "checkAllPads.js", "main": "checkAllPads.js",
"directories": { "directories": {

View file

@ -41,7 +41,6 @@
"type": "git", "type": "git",
"url": "https://github.com/ether/etherpad-lite.git" "url": "https://github.com/ether/etherpad-lite.git"
}, },
"version": "1.9.7", "version": "2.0.0",
"license": "Apache-2.0" "license": "Apache-2.0"
} }

View file

@ -125,6 +125,6 @@
"test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1", "test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1",
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1" "test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1"
}, },
"version": "1.9.7", "version": "2.0.0",
"license": "Apache-2.0" "license": "Apache-2.0"
} }