Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinBCh committed Apr 27, 2023
1 parent 19d4ca7 commit f9ec804
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.0",
"version": "1.1.0",
"useNx": false
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions packages/cmcd-validator-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@montevideo-tech/cmcd-validator",
"version": "1.0.0",
"version": "1.1.0",
"description": "This is a library created to validate CMCD",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -32,29 +32,29 @@
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.1",
"babel-jest": "^29.5.0",
"core-js": "^3.30.1",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"rollup": "^2.60.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"jest": "^29.5.0",
"js-logger": "^1.6.1",
"uuid": "^9.0.0",
"rollup": "^2.60.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@babel/plugin-transform-runtime": "^7.21.4",
"babel-jest": "^29.5.0",
"jest": "^29.5.0"
"rollup-plugin-node-polyfills": "^0.2.1",
"uuid": "^9.0.0"
}
}

0 comments on commit f9ec804

Please sign in to comment.