-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): Bump version to 2.0.3
Signed-off-by: Julius Härtl <jus@bitgrid.net>
- Loading branch information
1 parent
0ac2069
commit 28bc4e4
Showing
3 changed files
with
121 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,114 +1,114 @@ | ||
{ | ||
"name": "officeonline", | ||
"description": "Collabora online integration", | ||
"version": "2.0.2", | ||
"authors": [ | ||
{ | ||
"name": "Julius Härtl", | ||
"email": "jus@bitgrid.net", | ||
"role": "Developer" | ||
} | ||
], | ||
"license": "AGPL-3.0-or-later", | ||
"private": true, | ||
"scripts": { | ||
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js", | ||
"dev": "NODE_ENV=development webpack --progress --config webpack.js", | ||
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", | ||
"lint": "eslint --ext .js,.vue src", | ||
"lint:fix": "eslint --ext .js,.vue src --fix", | ||
"stylelint": "stylelint src", | ||
"stylelint:fix": "stylelint src --fix", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@nextcloud/auth": "^1.3.0", | ||
"@nextcloud/axios": "^1.10.0", | ||
"@nextcloud/capabilities": "^1.0.4", | ||
"@nextcloud/l10n": "^1.6.0", | ||
"@nextcloud/router": "^2.0.0", | ||
"@nextcloud/vue": "^4.0.3", | ||
"vue": "^2.6.14" | ||
}, | ||
"browserslist": [ | ||
"extends browserslist-config-nextcloud" | ||
], | ||
"engines": { | ||
"node": "^14.0.0", | ||
"npm": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.10", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.18.10", | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/preset-env": "^7.18.10", | ||
"@nextcloud/eslint-config": "^2.0.0", | ||
"@nextcloud/eslint-plugin": "^1.5.0", | ||
"@nextcloud/initial-state": "^1.2.1", | ||
"@nextcloud/webpack-vue-config": "^1.4.1", | ||
"@vue/test-utils": "^1.3.0", | ||
"acorn": "^8.8.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^28.1.3", | ||
"babel-loader": "^8.2.5", | ||
"browserslist-config-nextcloud": "0.1.0", | ||
"css-loader": "^4.3.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-friendly-formatter": "^4.0.1", | ||
"eslint-loader": "^4.0.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.3.1", | ||
"eslint-plugin-standard": "^4.1.0", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"file-loader": "^6.2.0", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom-fourteen": "^1.0.1", | ||
"jest-serializer-vue": "^2.0.2", | ||
"node-sass": "^4.14.1", | ||
"prettier-eslint": "^15.0.1", | ||
"raw-loader": "^4.0.2", | ||
"sass-loader": "^8.0.2", | ||
"style-loader": "^1.3.0", | ||
"stylelint": "^13.13.1", | ||
"stylelint-config-recommended-scss": "^4.3.0", | ||
"stylelint-scss": "^3.21.0", | ||
"stylelint-webpack-plugin": "^2.4.0", | ||
"ts-loader": "^8.0.17", | ||
"typescript": "^4.3.5", | ||
"url-loader": "^4.1.1", | ||
"vue-jest": "^3.0.7", | ||
"vue-loader": "^15.10.0", | ||
"vue-template-compiler": "^2.6.14", | ||
"webpack": "^4.46.0", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-merge": "^5.8.0" | ||
}, | ||
"jest": { | ||
"verbose": true, | ||
"testEnvironment": "jest-environment-jsdom-fourteen", | ||
"moduleFileExtensions": [ | ||
"js", | ||
"vue" | ||
], | ||
"moduleNameMapper": { | ||
"^@/(.*)$": "<rootDir>/src/$1" | ||
}, | ||
"testPathIgnorePatterns": [ | ||
"<rootDir>/src/tests/fixtures/", | ||
"<rootDir>/build" | ||
], | ||
"transform": { | ||
"^.+\\.js$": "<rootDir>/node_modules/babel-jest", | ||
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest" | ||
}, | ||
"snapshotSerializers": [ | ||
"<rootDir>/node_modules/jest-serializer-vue" | ||
], | ||
"globalSetup": "<rootDir>/src/tests/setup.js" | ||
} | ||
"name": "officeonline", | ||
"description": "Collabora online integration", | ||
"version": "2.0.3", | ||
"authors": [ | ||
{ | ||
"name": "Julius Härtl", | ||
"email": "jus@bitgrid.net", | ||
"role": "Developer" | ||
} | ||
], | ||
"license": "AGPL-3.0-or-later", | ||
"private": true, | ||
"scripts": { | ||
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js", | ||
"dev": "NODE_ENV=development webpack --progress --config webpack.js", | ||
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", | ||
"lint": "eslint --ext .js,.vue src", | ||
"lint:fix": "eslint --ext .js,.vue src --fix", | ||
"stylelint": "stylelint src", | ||
"stylelint:fix": "stylelint src --fix", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@nextcloud/auth": "^1.3.0", | ||
"@nextcloud/axios": "^1.10.0", | ||
"@nextcloud/capabilities": "^1.0.4", | ||
"@nextcloud/l10n": "^1.6.0", | ||
"@nextcloud/router": "^2.0.0", | ||
"@nextcloud/vue": "^4.0.3", | ||
"vue": "^2.6.14" | ||
}, | ||
"browserslist": [ | ||
"extends browserslist-config-nextcloud" | ||
], | ||
"engines": { | ||
"node": "^14.0.0", | ||
"npm": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.10", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.18.10", | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/preset-env": "^7.18.10", | ||
"@nextcloud/eslint-config": "^2.0.0", | ||
"@nextcloud/eslint-plugin": "^1.5.0", | ||
"@nextcloud/initial-state": "^1.2.1", | ||
"@nextcloud/webpack-vue-config": "^1.4.1", | ||
"@vue/test-utils": "^1.3.0", | ||
"acorn": "^8.8.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^28.1.3", | ||
"babel-loader": "^8.2.5", | ||
"browserslist-config-nextcloud": "0.1.0", | ||
"css-loader": "^4.3.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-friendly-formatter": "^4.0.1", | ||
"eslint-loader": "^4.0.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.3.1", | ||
"eslint-plugin-standard": "^4.1.0", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"file-loader": "^6.2.0", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom-fourteen": "^1.0.1", | ||
"jest-serializer-vue": "^2.0.2", | ||
"node-sass": "^4.14.1", | ||
"prettier-eslint": "^15.0.1", | ||
"raw-loader": "^4.0.2", | ||
"sass-loader": "^8.0.2", | ||
"style-loader": "^1.3.0", | ||
"stylelint": "^13.13.1", | ||
"stylelint-config-recommended-scss": "^4.3.0", | ||
"stylelint-scss": "^3.21.0", | ||
"stylelint-webpack-plugin": "^2.4.0", | ||
"ts-loader": "^8.0.17", | ||
"typescript": "^4.3.5", | ||
"url-loader": "^4.1.1", | ||
"vue-jest": "^3.0.7", | ||
"vue-loader": "^15.10.0", | ||
"vue-template-compiler": "^2.6.14", | ||
"webpack": "^4.46.0", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-merge": "^5.8.0" | ||
}, | ||
"jest": { | ||
"verbose": true, | ||
"testEnvironment": "jest-environment-jsdom-fourteen", | ||
"moduleFileExtensions": [ | ||
"js", | ||
"vue" | ||
], | ||
"moduleNameMapper": { | ||
"^@/(.*)$": "<rootDir>/src/$1" | ||
}, | ||
"testPathIgnorePatterns": [ | ||
"<rootDir>/src/tests/fixtures/", | ||
"<rootDir>/build" | ||
], | ||
"transform": { | ||
"^.+\\.js$": "<rootDir>/node_modules/babel-jest", | ||
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest" | ||
}, | ||
"snapshotSerializers": [ | ||
"<rootDir>/node_modules/jest-serializer-vue" | ||
], | ||
"globalSetup": "<rootDir>/src/tests/setup.js" | ||
} | ||
} |