Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • coscine/frontend/apps/ui
1 result
Select Git revision
Loading items
Show changes
Commits on Source (2)
This diff is collapsed.
This diff is collapsed.
#!/usr/bin/env node
const {existsSync} = require(`fs`);
const {createRequire} = require(`module`);
const {resolve} = require(`path`);
const relPnpApiPath = "../../../../.pnp.cjs";
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
const absRequire = createRequire(absPnpApiPath);
if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require eslint/use-at-your-own-risk
require(absPnpApiPath).setup();
}
}
// Defer to the real eslint/use-at-your-own-risk your application uses
module.exports = absRequire(`eslint/use-at-your-own-risk`);
{
"name": "eslint",
"version": "8.43.0-sdk",
"version": "8.52.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
"type": "commonjs",
"bin": {
"eslint": "./bin/eslint.js"
},
"exports": {
"./package.json": "./package.json",
".": "./lib/api.js",
"./use-at-your-own-risk": "./lib/unsupported-api.js"
}
}
#!/usr/bin/env node
const {existsSync} = require(`fs`);
const {createRequire} = require(`module`);
const {resolve} = require(`path`);
const relPnpApiPath = "../../../.pnp.cjs";
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
const absRequire = createRequire(absPnpApiPath);
if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require prettier/bin-prettier.js
require(absPnpApiPath).setup();
}
}
// Defer to the real prettier/bin-prettier.js your application uses
module.exports = absRequire(`prettier/bin-prettier.js`);
......@@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);
if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require prettier/index.js
// Setup the environment to be able to require prettier
require(absPnpApiPath).setup();
}
}
// Defer to the real prettier/index.js your application uses
module.exports = absRequire(`prettier/index.js`);
// Defer to the real prettier your application uses
module.exports = absRequire(`prettier`);
......@@ -2,5 +2,6 @@
"name": "prettier",
"version": "2.8.8-sdk",
"main": "./index.js",
"type": "commonjs"
"type": "commonjs",
"bin": "./bin-prettier.js"
}
......@@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);
if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require typescript/lib/typescript.js
// Setup the environment to be able to require typescript
require(absPnpApiPath).setup();
}
}
// Defer to the real typescript/lib/typescript.js your application uses
module.exports = absRequire(`typescript/lib/typescript.js`);
// Defer to the real typescript your application uses
module.exports = absRequire(`typescript`);
{
"name": "typescript",
"version": "5.1.3-sdk",
"version": "5.2.2-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
"type": "commonjs",
"bin": {
"tsc": "./bin/tsc",
"tsserver": "./bin/tsserver"
}
}
compressionLevel: mixed
enableGlobalCache: false
packageExtensions:
"@graphy/content.xml.scribe@*":
dependencies:
......@@ -19,22 +23,22 @@ packageExtensions:
bootstrap-vue@*:
dependencies:
jquery: "*"
vue: ^2.7.10
vue: ^2.7.15
local-pkg@*:
dependencies:
"@vitest/coverage-c8": "*"
jsdom: "*"
vue-demi@*:
dependencies:
vue: ^2.7.10
vue: ^2.7.15
vue-eslint-parser@*:
dependencies:
"@typescript-eslint/parser": "*"
vue-i18n@*:
dependencies:
vue: ^2.7.10
vue: ^2.7.15
vue-router@*:
dependencies:
vue: ^2.7.10
vue: ^2.7.15
yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-4.0.0.cjs
{
"name": "ui",
"version": "2.2.9",
"version": "2.2.10",
"private": true,
"scripts": {
"dev": "vite",
......@@ -14,88 +14,88 @@
},
"dependencies": {
"@coscine/api-client": "^3.2.1",
"@coscine/form-generator": "^3.5.0",
"@coscine/form-generator": "^3.5.1",
"@dynamic-mapper/mapper": "^1.10.2",
"@pinia/testing": "^0.1.2",
"@rdfjs-elements/formats-pretty": "^0.6.3",
"@pinia/testing": "^0.1.3",
"@rdfjs-elements/formats-pretty": "^0.6.4",
"@rdfjs/data-model": "^2.0.1",
"@rdfjs/dataset": "^2.0.1",
"@rdfjs/to-ntriples": "^2.0.0",
"@rdfjs/types": "^1.1.0",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"@vueuse/core": "^10.2.0",
"axios": "^1.4.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.5.0",
"axios": "^1.5.1",
"bootstrap": "4.6.1",
"bootstrap-icons": "^1.10.5",
"bootstrap-icons": "^1.11.1",
"bootstrap-vue": "^2.23.1",
"buffer": "^6.0.3",
"file-saver": "^2.0.5",
"http-status-codes": "^2.2.0",
"jose": "^4.14.4",
"jquery": "^3.7.0",
"http-status-codes": "^2.3.0",
"jose": "^4.15.4",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"pinia": "^2.1.4",
"pinia": "^2.1.7",
"rdf-canonize": "^3.4.0",
"rdf-ext": "^2.2.0",
"rdf-ext": "^2.4.0",
"rdf-parse": "^2.3.2",
"rdf-validate-shacl": "^0.4.5",
"sass": "^1.63.4",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"stream-to-string": "^1.2.1",
"uuid": "^9.0.0",
"vue": "^2.7.14",
"vue-demi": "^0.14.5",
"vue-i18n": "^8.27.0",
"vue-multiselect": "^2.1.7",
"vue-router": "^3.5.3",
"uuid": "^9.0.1",
"vue": "^2.7.15",
"vue-demi": "^0.14.6",
"vue-i18n": "^8.28.2",
"vue-multiselect": "^2.1.8",
"vue-router": "^3.6.5",
"vue-select": "^3.20.2",
"vue-sidebar-menu": "^4.8.1"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^12.0.3",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.3",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.195",
"@types/rdf-ext": "^2.2.0",
"@types/rdf-validate-shacl": "^0.4.2",
"@types/uuid": "^9.0.2",
"@types/vue-select": "^3.16.2",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@semantic-release/gitlab": "^12.0.6",
"@semantic-release/npm": "^10.0.6",
"@semantic-release/release-notes-generator": "^11.0.7",
"@types/file-saver": "^2.0.6",
"@types/lodash": "^4.14.200",
"@types/rdf-ext": "^2.2.4",
"@types/rdf-validate-shacl": "^0.4.5",
"@types/uuid": "^9.0.6",
"@types/vue-select": "^3.16.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vitest/coverage-c8": "^0.32.2",
"@vitest/coverage-c8": "^0.32.4",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/runtime-dom": "^3.3.4",
"@vue/test-utils": "^1.3.0",
"@vue/runtime-dom": "^3.3.7",
"@vue/test-utils": "^1.3.6",
"conventional-changelog-eslint": "^4.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint": "^8.52.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.15.0",
"eslint-plugin-vue": "^9.18.0",
"jsdom": "^22.1.0",
"jsdom-global": "^3.0.2",
"lint-staged": "^13.2.2",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"semantic-release": "^21.0.5",
"typescript": "^5.1.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-aliases": "^0.11.2",
"semantic-release": "^21.1.2",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-aliases": "^0.11.3",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-windicss": "^1.9.0",
"vitest": "^0.32.2",
"vue-template-compiler": "^2.7.14"
"vite-plugin-windicss": "^1.9.1",
"vitest": "^0.34.6",
"vue-template-compiler": "^2.7.15"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.0"
}
This diff is collapsed.