Skip to content

Commit

Permalink
Merge pull request #109 from itslearning/UpdateRollup
Browse files Browse the repository at this point in the history
Update rollup
  • Loading branch information
furstenberg authored Mar 29, 2022
2 parents 4a020cf + 1da7389 commit 2055801
Show file tree
Hide file tree
Showing 3 changed files with 1,439 additions and 128 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v11.0.0-beta.6] - 29.02.2022

### Changed

- Updated dependencies

## [v11.0.0-beta.5] - 22.02.2022

### Changed
Expand Down
67 changes: 35 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,50 @@
{
"name": "@itslearning/protomorph",
"description": "Shared build config for frontend applications",
"version": "11.0.0-beta.5",
"version": "11.0.0-beta.6",
"author": "Itslearning AS",
"license": "MIT",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c"
},
"dependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/svelte": "^3.0.3",
"core-js": "^3.6.5",
"eslint": "^7.23.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-svelte3": "^3.4.0",
"jest": "^27.5.1",
"regenerator-runtime": "^0.13.7",
"rollup": "^2.67.3",
"@babel/core": "7.17.8",
"@babel/preset-env": "7.16.11",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-eslint": "8.0.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
"@rollup/plugin-replace": "2.4.1",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/svelte": "3.1.0",
"babel-jest": "27.5.1",
"core-js": "3.21.1",
"eslint": "7.23.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-svelte3": "3.4.0",
"jest": "27.5.1",
"regenerator-runtime": "0.13.7",
"postcss": "8.4.12",
"rollup": "2.66.1",
"rollup-plugin-scss": "3.0.0-rc1",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^6.1.0",
"sass": "^1.49.8",
"stylelint": "^14.5.1",
"stylelint-config-sass-guidelines": "^9.0.1",
"svelte": "^3.46.4",
"svelte-jester": "^2.3.2",
"whatwg-fetch": "^3.4.1"
"rollup-plugin-svelte": "7.1.0",
"rollup-plugin-terser": "6.1.0",
"sass": "1.49.9",
"stylelint": "14.6.1",
"stylelint-config-sass-guidelines": "9.0.1",
"svelte": "3.46.4",
"svelte-jester": "2.3.2",
"whatwg-fetch": "3.4.1"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"browserslist": "^4.16.5",
"hosted-git-info": "^2.8.9",
"path-parse": "^1.0.7",
"tmpl": "^1.0.5",
"trim-newlines": "^3.0.1"
"ansi-regex": "5.0.1",
"path-parse": "1.0.7",
"tmpl": "1.0.5",
"trim-newlines": "3.0.1"
}
}
Loading

0 comments on commit 2055801

Please sign in to comment.