Skip to content

Commit f21eda7

Browse files
committed
renovate node version
1 parent 8089c1c commit f21eda7

File tree

4 files changed

+17
-260
lines changed

4 files changed

+17
-260
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
12
1+
20
22
registry=https://registry.npmjs.org

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "loadable-components",
23
"private": true,
34
"workspaces": [
45
"packages/*"
@@ -15,7 +16,7 @@
1516
],
1617
"scripts": {
1718
"build": "lerna run build",
18-
"ci": "yarn build && yarn lint && yarn test:prepare && yarn test --ci && bundlesize",
19+
"ci": "yarn build && yarn lint && yarn test:prepare && yarn test --ci",
1920
"dev": "WATCH_MODE=true lerna run build --parallel -- --watch",
2021
"format": "prettier --write \"**/*.{js,json,md}\"",
2122
"lint": "eslint .",
@@ -39,7 +40,6 @@
3940
"babel-eslint": "^10.0.3",
4041
"babel-jest": "^24.9.0",
4142
"babel-plugin-annotate-pure-calls": "^0.4.0",
42-
"bundlesize": "^0.18.0",
4343
"conventional-github-releaser": "^3.1.2",
4444
"cross-env": "^6.0.3",
4545
"eslint": "^6.8.0",
@@ -62,5 +62,6 @@
6262
"rollup-plugin-size-snapshot": "^0.10.0",
6363
"rollup-plugin-terser": "^5.1.3",
6464
"shx": "^0.3.2"
65-
}
65+
},
66+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
6667
}

packages/server/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"@loadable/component": "^5.0.1",
4040
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4141
},
42+
"devDependencies": {
43+
"@loadable/component": "^5.0.1"
44+
},
4245
"dependencies": {
4346
"lodash": "^4.17.15"
4447
}

0 commit comments

Comments
 (0)