Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e0d9e7

Browse files
author
=
committedSep 12, 2023
chore(deps): update dependencies
1 parent 5f5cda5 commit 1e0d9e7

File tree

3 files changed

+1964
-1467
lines changed

3 files changed

+1964
-1467
lines changed
 

‎.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
["@babel/preset-env", { "modules": false }]
44
],
55
"plugins": [
6-
"@babel/plugin-proposal-object-rest-spread"
6+
"@babel/plugin-transform-object-rest-spread"
77
],
88
"env": {
99
"test": {

‎package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -37,43 +37,43 @@
3737
"@clappr/core": "^0.4.27"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "^7.14.2",
41-
"@babel/preset-env": "^7.14.2",
42-
"@clappr/core": "^0.4.27",
43-
"@rollup/plugin-commonjs": "^19.0.0",
44-
"@rollup/plugin-node-resolve": "^13.0.0",
45-
"@rollup/plugin-replace": "^2.4.2",
46-
"autoprefixer": "^9.8.6",
47-
"babel-plugin-istanbul": "^6.0.0",
48-
"chai": "^4.3.4",
49-
"coveralls": "^3.1.0",
40+
"@babel/core": "^7.22.17",
41+
"@babel/preset-env": "^7.22.15",
42+
"@clappr/core": "^0.6.1",
43+
"@rollup/plugin-commonjs": "^25.0.4",
44+
"@rollup/plugin-node-resolve": "^15.2.1",
45+
"@rollup/plugin-replace": "^5.0.2",
46+
"autoprefixer": "^10.4.15",
47+
"babel-plugin-istanbul": "^6.1.1",
48+
"chai": "^4.3.8",
49+
"coveralls": "^3.1.1",
5050
"cz-conventional-changelog": "^3.3.0",
51-
"eslint": "^7.26.0",
51+
"eslint": "^8.49.0",
5252
"istanbul": "^0.4.5",
53-
"karma": "^6.3.2",
53+
"karma": "^6.4.2",
5454
"karma-chai-sinon": "^0.1.5",
55-
"karma-chrome-launcher": "^3.1.0",
55+
"karma-chrome-launcher": "^3.2.0",
5656
"karma-cli": "^2.0.0",
57-
"karma-coverage": "^2.0.3",
58-
"karma-firefox-launcher": "^2.1.0",
57+
"karma-coverage": "^2.2.1",
58+
"karma-firefox-launcher": "^2.1.2",
5959
"karma-mocha": "^2.0.1",
60-
"karma-rollup-preprocessor": "^7.0.7",
61-
"mocha": "^8.4.0",
62-
"node-sass": "^5.0.0",
63-
"postcss": "^8.2.15",
60+
"karma-rollup-preprocessor": "^7.0.8",
61+
"mocha": "^10.2.0",
62+
"node-sass": "^9.0.0",
63+
"postcss": "^8.4.29",
6464
"postcss-url": "^10.1.3",
65-
"rollup": "^2.47.0",
65+
"rollup": "^3.29.1",
6666
"rollup-plugin-analyzer": "^4.0.0",
6767
"rollup-plugin-babel": "^4.4.0",
6868
"rollup-plugin-html": "^0.2.1",
69-
"rollup-plugin-livereload": "^2.0.0",
69+
"rollup-plugin-livereload": "^2.0.5",
7070
"rollup-plugin-named-directory": "^1.0.0",
71-
"rollup-plugin-postcss": "^4.0.0",
72-
"rollup-plugin-serve": "^1.1.0",
71+
"rollup-plugin-postcss": "^4.0.2",
72+
"rollup-plugin-serve": "^2.0.2",
7373
"rollup-plugin-svg": "^2.0.0",
7474
"rollup-plugin-terser": "^7.0.2",
75-
"sinon": "^10.0.0",
76-
"sinon-chai": "^3.6.0"
75+
"sinon": "^15.2.0",
76+
"sinon-chai": "^3.7.0"
7777
},
7878
"config": {
7979
"commitizen": {

‎yarn.lock

+1,938-1,441
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.