revert
This commit is contained in:
parent
8b9a07c4e9
commit
2a59e45a3c
2 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,6 @@ All notable changes to this project will be documented in this file.
|
||||||
- fix refresh collections, fix #219
|
- fix refresh collections, fix #219
|
||||||
- add russian translation (thanks @drunkod)
|
- add russian translation (thanks @drunkod)
|
||||||
- refactor search / filter / selection fix #225, 227, #224
|
- refactor search / filter / selection fix #225, 227, #224
|
||||||
- add nodejs v18 compatibility
|
|
||||||
|
|
||||||
### 1.6.1 - 15 dec '22
|
### 1.6.1 - 15 dec '22
|
||||||
- allow edit tags in admin panel, fix #170
|
- allow edit tags in admin panel, fix #170
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "export NODE_OPTIONS=--openssl-legacy-provider; nuxt build --modern",
|
"build": "nuxt build --modern",
|
||||||
"start:inspect": "NODE_ENV=production node --inspect node_modules/.bin/nuxt start --modern",
|
"start:inspect": "NODE_ENV=production node --inspect node_modules/.bin/nuxt start --modern",
|
||||||
"dev": "export NODE_OPTIONS=--openssl-legacy-provider; nuxt dev",
|
"dev": "nuxt dev",
|
||||||
"test-sqlite": "export NODE_ENV=test; export DB=sqlite; jest --testEnvironment=jest-environment-node --bail=1",
|
"test-sqlite": "export NODE_ENV=test; export DB=sqlite; jest --testEnvironment=jest-environment-node --bail=1",
|
||||||
"test-mariadb": "export NODE_ENV=test; export DB=mariadb; jest --testEnvironment=jest-environment-node --bail=1",
|
"test-mariadb": "export NODE_ENV=test; export DB=mariadb; jest --testEnvironment=jest-environment-node --bail=1",
|
||||||
"test-postgresql": "export NODE_ENV=test; export DB=postgresql; jest --testEnvironment=jest-environment-node --bail=1",
|
"test-postgresql": "export NODE_ENV=test; export DB=postgresql; jest --testEnvironment=jest-environment-node --bail=1",
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
"yarn.lock"
|
"yarn.lock"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14 <=18"
|
"node": ">=14 <=16"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mdi/js": "^7.1.96",
|
"@mdi/js": "^7.1.96",
|
||||||
|
|
Loading…
Reference in a new issue